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