I need to know how can I check in batch file if the second batch file which is opened in other command window has stopped (waiting for argument or process not successful).
@echo off
:loop
start /wait rapidminer-batch.bat -f C:\Users\AHM-PC\Documents\ccc.rmp
echo cmd stopped
pause
goto loop