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