fsp_scripts/run_make_reservations.bat

4 lines
98 B
Batchfile

@echo off
call .venv\Scripts\activate
python make_reservations.py >> reservations.log 2>&1
exit /B