Is there any way I can make a batch file or some vb script or anything that will start in Windows XP and start two executables at the same time (for example, prog1.exe and prog2.exe). I have tried a batch file, but prog2.exe will not load until after I close prog1.exe. I don't want to do that, I want to have both of them running, and have the cmd window dissapear after they are loaded.
I have tried these variations with the same undesired results:
prog1.exe
prog2.exe
start /w prog1.exe
start /w prog2.exe
call prog1.exe
call prog2.exe
Any ideas? It's such a simple request, but I'm stumped, so I'm using two shortcuts for the time being.
I have tried these variations with the same undesired results:
prog1.exe
prog2.exe
start /w prog1.exe
start /w prog2.exe
call prog1.exe
call prog2.exe
Any ideas? It's such a simple request, but I'm stumped, so I'm using two shortcuts for the time being.