@echo off :: PC1: rulează M2 -> M3 -> M4 -> M5 secvențial. Fiecare e resumable. :: M1 e deja terminat. M6-M8 rulează pe PC2. cd /d "%~dp0" echo ============================================== echo PC1: secvential M2 -> M3 -> M4 -> M5 echo ============================================== call run_practitioner_M2.bat call run_practitioner_M3.bat call run_practitioner_M4.bat call run_practitioner_M5.bat echo ============================================== echo PC1: gata toate cele 4 module (M2-M5). echo ==============================================