@echo off rem A Command file that uses conditional processing. echo Executing First Script retcode.pl 0 if errorlevel 1 goto end_label echo Executing Second Script retcode.pl 0 :end_label echo Done!