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