week_report/auto_run_python.bat

5 lines
76 B
Batchfile
Raw Normal View History

@REM @echo off
2024-01-02 16:25:12 +08:00
call .\week_report\Scripts\activate
python gen_word.py
pause