From 0b9f5cc8c7569956ecab5feb88e3c45e12a6f012 Mon Sep 17 00:00:00 2001 From: Abdelkouddous LHACHIMI Date: Thu, 7 May 2026 20:06:02 +0100 Subject: [PATCH] Some more .bat files --- eb_dashboard_nodrafts_excel_only-exe.bat | 3 +++ eb_dashboard_nodrafts_excel_only.bat | 4 ++++ eb_dashboard_nodrafts_excel_only_debug_data-exe.bat | 2 +- eb_dashboard_nodrafts_excel_only_debug_data.bat | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 eb_dashboard_nodrafts_excel_only-exe.bat create mode 100644 eb_dashboard_nodrafts_excel_only.bat diff --git a/eb_dashboard_nodrafts_excel_only-exe.bat b/eb_dashboard_nodrafts_excel_only-exe.bat new file mode 100644 index 0000000..a78d817 --- /dev/null +++ b/eb_dashboard_nodrafts_excel_only-exe.bat @@ -0,0 +1,3 @@ +@echo off +eb_dashboard.exe --exclude-drafts --excel-only --add-suffix nodrafts %* + diff --git a/eb_dashboard_nodrafts_excel_only.bat b/eb_dashboard_nodrafts_excel_only.bat new file mode 100644 index 0000000..bde016d --- /dev/null +++ b/eb_dashboard_nodrafts_excel_only.bat @@ -0,0 +1,4 @@ +@echo off +call C:\PythonProjects\.rcvenv\Scripts\activate.bat +python eb_dashboard.py --exclude-drafts --excel-only --add-suffix nodrafts %* + diff --git a/eb_dashboard_nodrafts_excel_only_debug_data-exe.bat b/eb_dashboard_nodrafts_excel_only_debug_data-exe.bat index 9b35c1c..51a814f 100644 --- a/eb_dashboard_nodrafts_excel_only_debug_data-exe.bat +++ b/eb_dashboard_nodrafts_excel_only_debug_data-exe.bat @@ -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 %* diff --git a/eb_dashboard_nodrafts_excel_only_debug_data.bat b/eb_dashboard_nodrafts_excel_only_debug_data.bat index f712346..e4a2edd 100644 --- a/eb_dashboard_nodrafts_excel_only_debug_data.bat +++ b/eb_dashboard_nodrafts_excel_only_debug_data.bat @@ -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 %*