Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Done _STARTPID when START fails

May
12,957
172
This seems wrong.

Code:
v:\> start /c & echo %_startpid
8636

v:\> start foo & echo %_startpid
TCC: (Sys) The system cannot find the file specified.
 "foo"
8636

Can _STARTPID be given a more meaningful value (say, -1) when START fails?
 
Back
Top