Some more .bat files
This commit is contained in:
3
eb_dashboard_nodrafts_excel_only-exe.bat
Normal file
3
eb_dashboard_nodrafts_excel_only-exe.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
eb_dashboard.exe --exclude-drafts --excel-only --add-suffix nodrafts %*
|
||||
|
||||
4
eb_dashboard_nodrafts_excel_only.bat
Normal file
4
eb_dashboard_nodrafts_excel_only.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
call C:\PythonProjects\.rcvenv\Scripts\activate.bat
|
||||
python eb_dashboard.py --exclude-drafts --excel-only --add-suffix nodrafts %*
|
||||
|
||||
@@ -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 %*
|
||||
|
||||
|
||||
@@ -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 %*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user