5 lines
141 B
Batchfile
5 lines
141 B
Batchfile
@echo off
|
|
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
|
|
python eb_dashboard.py --exclude-drafts --excel-only --add-suffix nodrafts %*
|
|
|