1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

Update Windows Batch scripts to use python3

This commit is contained in:
Jack Thomson 2020-05-27 13:49:17 -04:00 committed by James Crook
parent 56f02ce13e
commit c542cf5ef1
2 changed files with 2 additions and 2 deletions

View File

@ -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 rmdir /S /Q ..\..\help\manual
mkdir ..\..\help\manual mkdir ..\..\help\manual
xcopy ..\..\help\temp\alphamanual.audacityteam.org ..\..\help\manual\ /E /C /Y /Q xcopy ..\..\help\temp\alphamanual.audacityteam.org ..\..\help\manual\ /E /C /Y /Q

View File

@ -1,5 +1,5 @@
@REM wiki2htm without the xcopy. The results stay in the temp directory. @REM wiki2htm without the xcopy. The results stay in the temp directory.
@REM Can be convenient when testing/modifying the script. @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