• Get PID of spawned process
    0 replies, posted
Basically I have a BAT file which launches a exe multiple times, but what I need is something to return each of the spawned .exe PID's. I don't want it to grab the PID by searching for that EXE which is already launched, I need it to output the PID's of the programs AS they are spawned, that way if there are existing version's of the exe running it won't kill them. Any ideas?
Sorry, you need to Log In to post a reply to this thread.