in reply to Re: Start an MS window in background from a perl script
in thread Start an MS window in background from a perl script
then that works as intended. But if I invoke ActivePerl (in the very same Cygwin shell) by running:Rob@desktop2 ~ $ perl -e 'system "notepad &"'
then I get the precise (undesired) behaviour as described by the op - where I get told that &.txt does not exist.Rob@desktop2 ~ $ /cygdrive/c/_32/ap822/bin/perl -e 'system "notepad &"'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Start an MS window in background from a perl script
by ikegami (Patriarch) on Sep 19, 2007 at 14:48 UTC |