in reply to Re: Don't block
in thread Win32::GUITest to run with System()
update: or in a more perl way system $^X, -e => "exec(notepad)"print "starting notepad, blocking, you must close it to continue$/"; system 'notepad.exe'; print "closed notepad, great$/starting notepad again, no blocking$/"; system qw[ cmd.exe /c start notepad ]; print "look, notepad still open, and I'm exiting$/";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Don't block
by blackadder (Hermit) on May 14, 2004 at 13:16 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |