week_report/auto_run_python.bat

5 lines
68 B
Batchfile
Raw Normal View History

@REM @echo off
2024-01-29 10:19:56 +08:00
call .\env\Scripts\activate
python gen_word.py
pause