Error Messages/40334

< Error Messages
Revision as of 19:09, 18 August 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Example Error Message

The external console process, c:\Windows\System32\CMD.exe, reported an error: File Not Found

Description

When running RunConsoleProcess, the process you were running reported an error by writing to the stderr stream. The error message reported by the process is shown to the right of the colon.

You can alter how RunConsoleProcess handles this error by specifying the «shower» parameter to RunConsoleProcess. By setting to 0, it ignores the error and continues. By setting to 1, it reports it as a error. By setting to 2, it reports it as a warning.

See Also

Comments


You are not allowed to post comments.