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 %*