week_report/auto_run_python.bat

5 lines
69 B
Batchfile
Raw Normal View History

@REM @echo off
call conda activate fbh_base
python gen_word.py
pause