ESBO-ETC/run_esbo-etc.bat

5 lines
73 B
Batchfile

@echo off
call activate venv
python esbo-etc.py %*
call conda deactivate