|
with VC++ 6.0, I get 0 when the batch file is executed, and 1 if the batch file cannot be found (errno = 0, as you indicated). I think errno is 0 because the problem is not any of the indicated error numbers.
ShellExecute() may give you better errors.
Last edited by Ancient Dragon; Jun 15th, 2005 at 9:31 PM.
|