in reply to Executing windows batch files via System
#!c:/Perl/bin/perl.exe print "Content-type: text/html\n\n"; print "Created Installer 2: "; system('c:\program\ie\makeinstall', '2');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Executing windows batch files via System
by ikegami (Patriarch) on Apr 25, 2007 at 23:39 UTC | |
by c4onastick (Friar) on Apr 26, 2007 at 01:53 UTC |