CMD files for --include-drafts

This commit is contained in:
2026-05-13 12:46:53 +01:00
parent 16682e767f
commit e92c941c22
12 changed files with 21 additions and 21 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +0,0 @@
@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 nodrafts_debug %*

View File

@@ -0,0 +1,3 @@
@echo off
eb_dashboard.exe --include-drafts --add-suffix with_drafts %*

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
@echo off
eb_dashboard.exe --include-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix with_drafts_debug %*

View File

@@ -0,0 +1,4 @@
@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 %*