How to Open a .bat from a .bat

Closed
Tech help - 15 Feb 2010 à 12:13
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 15 Feb 2010 à 12:18
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 28 January 2010 Status Contributor Last seen 5 May 2022 766
15 Feb 2010 à 12:18
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