ESBO-ETC/run_esbo-etc.bat

5 lines
73 B
Batchfile
Raw Normal View History

2020-07-13 15:25:55 +02:00
@echo off
call activate venv
python esbo-etc.py %*
call conda deactivate