T
Tony McGuire
'Server' is win2k.
I've looked at exec() as well as system().
When I exec("dir"); I get an error log entry that includes the start
of the dir command response. So I *might* be able to figure it out
from there, but so far no luck. I've read several posts as well as
articles about exec() as well as system(), but haven't had any luck.
What I want is to launch a (Windows) program from a perl script and
for the perl script to continue on. No response from the external
program.
Also, the actual program I wish to execute is in c:\program
files\etc\etc.exe
When I try to exec() or system() it, it chokes at the first space
(after 'program') and reports "'C
rogram' is not recognized as an
internal or external command." in the error log.
Does anyone have info on how to (whether I can) get perl to execute an
external program and continue on?
Any help appreciated.
I've looked at exec() as well as system().
When I exec("dir"); I get an error log entry that includes the start
of the dir command response. So I *might* be able to figure it out
from there, but so far no luck. I've read several posts as well as
articles about exec() as well as system(), but haven't had any luck.
What I want is to launch a (Windows) program from a perl script and
for the perl script to continue on. No response from the external
program.
Also, the actual program I wish to execute is in c:\program
files\etc\etc.exe
When I try to exec() or system() it, it chokes at the first space
(after 'program') and reports "'C
internal or external command." in the error log.
Does anyone have info on how to (whether I can) get perl to execute an
external program and continue on?
Any help appreciated.