In a batch file, I want one file to run and then immediately run another file, like this:
a.exe
b.exe
If I just write them one after another like this, it doesn't seem to work. What parameter should I use in between so that after running a.exe it pauses for a second or two and then runs b.exe?
a.exe
b.exe
If I just write them one after another like this, it doesn't seem to work. What parameter should I use in between so that after running a.exe it pauses for a second or two and then runs b.exe?


