I have 3 batch files, one.bat
, two.bat
and three.bat
. All three bat files have to start in their own command prompt shells. So now I'm planning a collect.bat
which executes all three batch files in one batch file. But I cant figure out how we can make each of the batch files(one.bat
, two.bat
and three.bat
) run in a different window using collect.bat
. Any Ideas? Thanks in advance...
1
votes
3 Answers
6
votes
5
votes