I have a block of code that worked fine under Windows 2000, but now refuses to work under Windows XP. My code shell executes a command and then is supposed to return the STDERR output.
However, right after running the proc_open() command, I get an error which says "CreateProcess failed". There's nothing wrong with my command string, it worked fine in Windows 2000 and it works fine from the DOS Command Prompt.
What does "CreatProcess failed" mean? Is there any way that I can get more specific error information? Any help would be appreciated. -- Mike
However, right after running the proc_open() command, I get an error which says "CreateProcess failed". There's nothing wrong with my command string, it worked fine in Windows 2000 and it works fine from the DOS Command Prompt.
What does "CreatProcess failed" mean? Is there any way that I can get more specific error information? Any help would be appreciated. -- Mike