in reply to open3 generates Windows Command Processor Has Stopped Working
Does any one know why I would get this failed Windows Command Processor error on an exit 0?
I dont, the MSDN might :)
Also, it might be related to open3, you might have better luck with Capture::Tiny if its applicable to your application
And not that I want to hide the problem, but the scheduler will automatically retry, so is there anyway I could avoid this pop-up on the failure because otherwise it hangs until I click on it?
Yup, Win32API::File::SetErrorMode( 2);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: open3 generates Windows Command Processor Has Stopped Working
by DanEllison (Scribe) on Nov 13, 2014 at 23:23 UTC | |
by BrowserUk (Patriarch) on Nov 14, 2014 at 03:08 UTC | |
by DanEllison (Scribe) on Nov 14, 2014 at 13:28 UTC | |
by Anonymous Monk on Nov 14, 2014 at 00:19 UTC | |
|
Re^2: open3 generates Windows Command Processor Has Stopped Working
by DanEllison (Scribe) on Nov 15, 2014 at 04:45 UTC |