in reply to system command can't spawn cmd.exe
#!/usr/bin/perl -w use strict; my $prog = "\"c:\\program files\\agent\\agent.bat\""; system($prog);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: system command can't spawn cmd.exe
by ZlR (Chaplain) on Jan 12, 2005 at 15:57 UTC | |
by nimdokk (Vicar) on Jan 12, 2005 at 16:33 UTC |