SyntaxFix
Write A Post
Hire A Developer
Questions
To call a .bat file within a .bat file, use
.bat
call foo.bat
(Yes, this is silly, it would make more sense if you could call it with foo.bat, like you could from the command prompt, but the correct way is to use call.)
foo.bat
call