Click here to Skip to main content
15,916,945 members

Comments by clammers14 (Top 2 by date)

clammers14 12-Feb-11 21:02pm View    
Okay... Thank you SA for all of your help. You help me understand batch file programming a little better.. I kind of figured that it would be difficult to multiprocess using a batch file but was going to check on here to see if anyone had any suggestions. Although I would have liked to have everything in one batch file, I think I will just keep them in two separate batch files so I do not have to get into the dirtyness of CreateProcess :-/

Thank you again for your help.
clammers14 12-Feb-11 15:49pm View    
Yeah I would think that would work..

However,

I need the seleniumScriptTemplate.bat to pause at the end so it does not close
since I need to display what is in the cmd prompt...

Also, without both of the starts in the code the second cmd prompt does not open up.

I am trying to run two cmd prompts with one .bat file.

- When doing this I need it to execute the the first command in the
first cmd prompt window and stay opened. (seleniumServer.bat)

- Next I need a second cmd prompt to open up and run the file
seleniumScriptTemplate.bat and when it is done running, I need the
the cmd prompt to stay opened (which is what the second pause is for).


Any new suggestions?