4 lines
151 B
Batchfile
4 lines
151 B
Batchfile
@echo off
|
|
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
|
|
python eb_dashboard.py --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix %*
|