C:\script1.bat C:\script2.bat echo "Performed both batch commands"
call C:\script1.bat call C:\script2.bat echo "Performed both batch commands"