spranav has asked for the wisdom of the Perl Monks concerning the following question:
Thanks,$MY_VT = "c:/test/terminal.exe"; $i = 2; while ($i) { print "Execute $i\n"; system ($MY_VT)== 0 or die "issues running my_vt"; wait(); $i--; }
20100409 Janitored by Corion: Removed <font> tag
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system() does not wait for terminal.exe to complete executing on Windows
by BrowserUk (Patriarch) on Apr 07, 2010 at 21:27 UTC | |
by spranav (Initiate) on Apr 07, 2010 at 22:48 UTC | |
by BrowserUk (Patriarch) on Apr 07, 2010 at 23:03 UTC | |
|
Re: system() does not wait for terminal.exe to complete executing on Windows
by ww (Archbishop) on Apr 07, 2010 at 19:14 UTC | |
by spranav (Initiate) on Apr 07, 2010 at 20:05 UTC |