Some more .bat files

This commit is contained in:
2026-05-07 20:06:02 +01:00
parent bcea2838b5
commit 0b9f5cc8c7
4 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
@echo off
eb_dashboard.exe --exclude-drafts --excel-only --add-suffix nodrafts %*

View File

@@ -0,0 +1,4 @@
@echo off
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
python eb_dashboard.py --exclude-drafts --excel-only --add-suffix nodrafts %*

View File

@@ -1,3 +1,3 @@
@echo off
eb_dashboard.exe --exclude-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix nodraft_debug %*
eb_dashboard.exe --exclude-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix nodrafts_debug %*

View File

@@ -1,4 +1,4 @@
@echo off
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
python eb_dashboard.py --exclude-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix nodraft_debug %*
python eb_dashboard.py --exclude-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix nodrafts_debug %*