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