in reply to Re: Prevent windows dialog when using file test -e
in thread Prevent windows dialog when using file test -e
Seems that 8 is something else. With 1 I can surpress the "Drive not ready dialog"if ($^O eq 'MSWin32') { require Win32::API; Win32::API->Import('Kernel32','SetErrorMode','I','I'); print "Disable :".SetErrorMode(0x0001)."\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Prevent windows dialog when using file test -e
by ikegami (Patriarch) on Jun 22, 2006 at 17:19 UTC | |
by BrowserUk (Patriarch) on Jun 22, 2006 at 21:04 UTC | |
by Outaspace (Scribe) on Jun 22, 2006 at 21:56 UTC | |
by ikegami (Patriarch) on Jun 22, 2006 at 22:10 UTC | |
by Outaspace (Scribe) on Jun 23, 2006 at 11:41 UTC |