@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?
Comments
No Comments Exist
Be the first, drop a comment!