How to Open a .bat from a .bat

Closed
Tech help - Feb 15, 2010 at 12:13 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 15, 2010 at 12:18 PM
Hello, I'm working on a Batch file and I need it to open another .bat file from that file but I can't get it to work.
Related:

1 response

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Feb 15, 2010 at 12:18 PM
you should be able to execute the other batch file by simply making the call in the first batch file, by entering its name like lets say batch2.bat
0