Forum Thread: How to Prevent the CMD from Running After the Execution of the BATCH File?

@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

  • Hot
  • Active