From c542cf5ef150ccbb04cc413bffd94ccab496e5aa Mon Sep 17 00:00:00 2001 From: Jack Thomson Date: Wed, 27 May 2020 13:49:17 -0400 Subject: [PATCH] Update Windows Batch scripts to use python3 --- scripts/mw2html_audacity/wiki2htm.bat | 2 +- scripts/mw2html_audacity/wiki2htmtemp.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mw2html_audacity/wiki2htm.bat b/scripts/mw2html_audacity/wiki2htm.bat index d98c20385..35c5e51d2 100644 --- a/scripts/mw2html_audacity/wiki2htm.bat +++ b/scripts/mw2html_audacity/wiki2htm.bat @@ -1,4 +1,4 @@ -python mw2html.py https://alphamanual.audacityteam.org/man ..\..\help\temp -s +python3 mw2html.py https://alphamanual.audacityteam.org/man ..\..\help\temp -s rmdir /S /Q ..\..\help\manual mkdir ..\..\help\manual xcopy ..\..\help\temp\alphamanual.audacityteam.org ..\..\help\manual\ /E /C /Y /Q diff --git a/scripts/mw2html_audacity/wiki2htmtemp.bat b/scripts/mw2html_audacity/wiki2htmtemp.bat index ec45ef7fd..a777dd0b7 100644 --- a/scripts/mw2html_audacity/wiki2htmtemp.bat +++ b/scripts/mw2html_audacity/wiki2htmtemp.bat @@ -1,5 +1,5 @@ @REM wiki2htm without the xcopy. The results stay in the temp directory. @REM Can be convenient when testing/modifying the script. -python mw2html.py https://alphamanual.audacityteam.org/man ..\..\help\temp -s +python3 mw2html.py https://alphamanual.audacityteam.org/man ..\..\help\temp -s