John Bold
Oct 1, 2009, 08:07 PM
I'm struggling with writing my bat file recently.
It's a basic *.bat file that is going to do some stuff on the command line.
I have wrote a basic bat file that runs ***.exe file on the command line (that is going to re-flash cell phones). But I want it to run the same exe files two times. It's a kind a exe files that starts in windows' window. But I want to open multiple windows (. Like, I want to run same exe file in different windows in order to re-flash couple phones at the same time in different windows...
Basically, I wrote the name of the exe file 2 times bottom of the first one on the edit page but, it waits for first programs to be end to open second window.
If you know how do you write simple bat files to accomplish simple ms-dos commands I think, it's pretty easy for you!!
My question is what line or command should I add to my bat file to make my bat file run exe file 2 or multiple times in different windows without wait for first one's end??
It's a basic *.bat file that is going to do some stuff on the command line.
I have wrote a basic bat file that runs ***.exe file on the command line (that is going to re-flash cell phones). But I want it to run the same exe files two times. It's a kind a exe files that starts in windows' window. But I want to open multiple windows (. Like, I want to run same exe file in different windows in order to re-flash couple phones at the same time in different windows...
Basically, I wrote the name of the exe file 2 times bottom of the first one on the edit page but, it waits for first programs to be end to open second window.
If you know how do you write simple bat files to accomplish simple ms-dos commands I think, it's pretty easy for you!!
My question is what line or command should I add to my bat file to make my bat file run exe file 2 or multiple times in different windows without wait for first one's end??