sugarcube_compile.bat 155 B

1234567891011
  1. @echo Started: %date% %time%
  2. @echo off
  3. pushd %~dp0
  4. Python -X utf8 qrsc_to_tw.py
  5. Python -X utf8 beverage_convert.py
  6. popd
  7. @echo Completed: %date% %time%