5 lines
76 B
Batchfile
5 lines
76 B
Batchfile
@REM @echo off
|
|
call .\week_report\Scripts\activate
|
|
python gen_word.py
|
|
pause
|