initial commit
This commit is contained in:
23
old/start_all_cmd_workers.bat
Normal file
23
old/start_all_cmd_workers.bat
Normal file
@@ -0,0 +1,23 @@
|
||||
@echo off
|
||||
echo Starting all worker CMD scripts...
|
||||
|
||||
start "Masterbox Worker CMD" cmd /c run_masterbox_cmd.bat
|
||||
timeout /t 2
|
||||
|
||||
start "i9-13ks Worker CMD" cmd /c run_i9-13ks_cmd.bat
|
||||
timeout /t 2
|
||||
|
||||
start "Max Worker CMD" cmd /c run_max_cmd.bat
|
||||
timeout /t 2
|
||||
|
||||
start "Echo Worker CMD" cmd /c run_echo_cmd.bat
|
||||
timeout /t 2
|
||||
|
||||
start "Blender-Boss Worker CMD" cmd /c run_blender-boss_cmd.bat
|
||||
timeout /t 2
|
||||
|
||||
echo All worker CMD scripts started!
|
||||
echo.
|
||||
echo Note: Each worker will open in its own command window.
|
||||
echo.
|
||||
pause
|
||||
Reference in New Issue
Block a user