in reply to Re^2: Windows: system() and PAUSE
in thread Windows: system() and PAUSE
Which build of AS?
Out of curiosity, which of the following work?
perl -we"system qw[ cmd /c pause ];" perl -we"system qw[ cmd.exe /c pause ];" perl -we"system 'cmd /c pause';"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Windows: system() and PAUSE
by rovf (Priest) on Apr 12, 2010 at 13:26 UTC | |
by ikegami (Patriarch) on Apr 12, 2010 at 16:00 UTC | |
by Anonymous Monk on Apr 12, 2010 at 13:45 UTC |