We are in the midst of attempting to get a perl script to run an executable when it is running via a browser.
we have tried system() and open (IN,"|-") || exec
in both cases we get an error message about being unable to spawn cmd.exe (this is running on IIS4) .
When I put the executable in the cgi-bin directory,
the exe will start but that is all it does. The only way that I know it started is that it shows in the 'Task Manager', where it stays until reboot since I can't terminate it.
we have tried system() and open (IN,"|-") || exec
in both cases we get an error message about being unable to spawn cmd.exe (this is running on IIS4) .
When I put the executable in the cgi-bin directory,
the exe will start but that is all it does. The only way that I know it started is that it shows in the 'Task Manager', where it stays until reboot since I can't terminate it.