New config
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
eb_dashboard_debug_data-exe.bat
Normal file
2
eb_dashboard_debug_data-exe.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
eb_dashboard.exe --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix %*
|
||||
3
eb_dashboard_debug_data.bat
Normal file
3
eb_dashboard_debug_data.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
|
||||
python eb_dashboard.py --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix %*
|
||||
3
eb_dashboard_excel_only_debug_data-exe.bat
Normal file
3
eb_dashboard_excel_only_debug_data-exe.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
eb_dashboard.exe --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix debug %*
|
||||
|
||||
4
eb_dashboard_excel_only_debug_data.bat
Normal file
4
eb_dashboard_excel_only_debug_data.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
|
||||
python eb_dashboard.py --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix debug %*
|
||||
|
||||
3
eb_dashboard_nodrafts-exe.bat
Normal file
3
eb_dashboard_nodrafts-exe.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
eb_dashboard.exe --exclude-drafts --add-suffix nodrafts%*
|
||||
|
||||
4
eb_dashboard_nodrafts.bat
Normal file
4
eb_dashboard_nodrafts.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
|
||||
python eb_dashboard.py --exclude-drafts --add-suffix nodrafts%*
|
||||
|
||||
3
eb_dashboard_nodrafts_excel_only_debug_data-exe.bat
Normal file
3
eb_dashboard_nodrafts_excel_only_debug_data-exe.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
eb_dashboard.exe --exclude-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix nodraft_debug %*
|
||||
|
||||
4
eb_dashboard_nodrafts_excel_only_debug_data.bat
Normal file
4
eb_dashboard_nodrafts_excel_only_debug_data.bat
Normal file
@@ -0,0 +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 %*
|
||||
|
||||
Reference in New Issue
Block a user