week_report/auto_run_python.bat
2024-01-29 10:19:56 +08:00

5 lines
68 B
Batchfile

@REM @echo off
call .\env\Scripts\activate
python gen_word.py
pause