@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