***************
starting main
***************
all done
IM HERE IN 1
C:\Users\Administrator\Desktop>
IM HERE IN 2
C:\Users\Administrator\Desktop>
Code: Select all
@echo off
echo. ***************
echo. starting main
echo. ***************
start /d "C:\Users\Administrator\Desktop" /wait /b test1.bat
start /d "C:\Users\Administrator\Desktop" /wait /b test2.bat
echo.
echo.
echo. all done
This is test1
Code: Select all
@echo off
Echo. IM HERE IN 1
this is test2
Code: Select all
@echo off
echo.
echo.
Echo. IM HERE IN 2