From e92c941c2237326abb8c0c3630608d7873aeaa56 Mon Sep 17 00:00:00 2001 From: Abdelkouddous LHACHIMI Date: Wed, 13 May 2026 12:46:53 +0100 Subject: [PATCH] CMD files for --include-drafts --- eb_dashboard_nodrafts-exe.bat | 3 --- eb_dashboard_nodrafts.bat | 4 ---- eb_dashboard_nodrafts_excel_only-exe.bat | 3 --- eb_dashboard_nodrafts_excel_only.bat | 4 ---- eb_dashboard_nodrafts_excel_only_debug_data-exe.bat | 3 --- eb_dashboard_nodrafts_excel_only_debug_data.bat | 4 ---- eb_dashboard_with_drafts-exe.bat | 3 +++ eb_dashboard_with_drafts.bat | 4 ++++ eb_dashboard_with_drafts_excel_only-exe.bat | 3 +++ eb_dashboard_with_drafts_excel_only.bat | 4 ++++ eb_dashboard_with_drafts_excel_only_debug_data-exe.bat | 3 +++ eb_dashboard_with_drafts_excel_only_debug_data.bat | 4 ++++ 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 eb_dashboard_nodrafts-exe.bat delete mode 100644 eb_dashboard_nodrafts.bat delete mode 100644 eb_dashboard_nodrafts_excel_only-exe.bat delete mode 100644 eb_dashboard_nodrafts_excel_only.bat delete mode 100644 eb_dashboard_nodrafts_excel_only_debug_data-exe.bat delete mode 100644 eb_dashboard_nodrafts_excel_only_debug_data.bat create mode 100644 eb_dashboard_with_drafts-exe.bat create mode 100644 eb_dashboard_with_drafts.bat create mode 100644 eb_dashboard_with_drafts_excel_only-exe.bat create mode 100644 eb_dashboard_with_drafts_excel_only.bat create mode 100644 eb_dashboard_with_drafts_excel_only_debug_data-exe.bat create mode 100644 eb_dashboard_with_drafts_excel_only_debug_data.bat diff --git a/eb_dashboard_nodrafts-exe.bat b/eb_dashboard_nodrafts-exe.bat deleted file mode 100644 index 9d125ec..0000000 --- a/eb_dashboard_nodrafts-exe.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -eb_dashboard.exe --exclude-drafts --add-suffix nodrafts%* - diff --git a/eb_dashboard_nodrafts.bat b/eb_dashboard_nodrafts.bat deleted file mode 100644 index 1360989..0000000 --- a/eb_dashboard_nodrafts.bat +++ /dev/null @@ -1,4 +0,0 @@ -@echo off -call C:\PythonProjects\.rcvenv\Scripts\activate.bat -python eb_dashboard.py --exclude-drafts --add-suffix nodrafts%* - diff --git a/eb_dashboard_nodrafts_excel_only-exe.bat b/eb_dashboard_nodrafts_excel_only-exe.bat deleted file mode 100644 index a78d817..0000000 --- a/eb_dashboard_nodrafts_excel_only-exe.bat +++ /dev/null @@ -1,3 +0,0 @@ -@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 deleted file mode 100644 index bde016d..0000000 --- a/eb_dashboard_nodrafts_excel_only.bat +++ /dev/null @@ -1,4 +0,0 @@ -@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 deleted file mode 100644 index 51a814f..0000000 --- a/eb_dashboard_nodrafts_excel_only_debug_data-exe.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -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 deleted file mode 100644 index e4a2edd..0000000 --- a/eb_dashboard_nodrafts_excel_only_debug_data.bat +++ /dev/null @@ -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 %* - diff --git a/eb_dashboard_with_drafts-exe.bat b/eb_dashboard_with_drafts-exe.bat new file mode 100644 index 0000000..5284e59 --- /dev/null +++ b/eb_dashboard_with_drafts-exe.bat @@ -0,0 +1,3 @@ +@echo off +eb_dashboard.exe --include-drafts --add-suffix with_drafts %* + diff --git a/eb_dashboard_with_drafts.bat b/eb_dashboard_with_drafts.bat new file mode 100644 index 0000000..5dd514b --- /dev/null +++ b/eb_dashboard_with_drafts.bat @@ -0,0 +1,4 @@ +@echo off +call C:\PythonProjects\.rcvenv\Scripts\activate.bat +python eb_dashboard.py --include-drafts --add-suffix with_drafts %* + diff --git a/eb_dashboard_with_drafts_excel_only-exe.bat b/eb_dashboard_with_drafts_excel_only-exe.bat new file mode 100644 index 0000000..6174ecf --- /dev/null +++ b/eb_dashboard_with_drafts_excel_only-exe.bat @@ -0,0 +1,3 @@ +@echo off +eb_dashboard.exe --include-drafts --excel-only --add-suffix with_drafts %* + diff --git a/eb_dashboard_with_drafts_excel_only.bat b/eb_dashboard_with_drafts_excel_only.bat new file mode 100644 index 0000000..a35f982 --- /dev/null +++ b/eb_dashboard_with_drafts_excel_only.bat @@ -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 %* + diff --git a/eb_dashboard_with_drafts_excel_only_debug_data-exe.bat b/eb_dashboard_with_drafts_excel_only_debug_data-exe.bat new file mode 100644 index 0000000..db6e712 --- /dev/null +++ b/eb_dashboard_with_drafts_excel_only_debug_data-exe.bat @@ -0,0 +1,3 @@ +@echo off +eb_dashboard.exe --include-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix with_drafts_debug %* + diff --git a/eb_dashboard_with_drafts_excel_only_debug_data.bat b/eb_dashboard_with_drafts_excel_only_debug_data.bat new file mode 100644 index 0000000..102b75b --- /dev/null +++ b/eb_dashboard_with_drafts_excel_only_debug_data.bat @@ -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 %* +