@echo off
cd john
start first.bat
cd ..
cd lambo
start first.bat
exit
After the execution of the script cmd keep running...How to prevent it?
@echo off
cd john
start first.bat
cd ..
cd lambo
start first.bat
exit
After the execution of the script cmd keep running...How to prevent it?
Be the First to Respond
Share Your Thoughts