system("test.bat")
In turn, test.bat calls TestProgram.exe. Now, when I run this perl script from the command prompt, things work fine, the program is executed. However, going through the browser, the TestProgram is not executed. (The script does run, I can see my various test printouts in the browser . . . however, the executable is not run.)
Any suggestions would be greatly appreciated. I've looked in the users group, and I see a "Launch IIS Process Account" and an "Internet Guest Account." I've tried adding these users to the Admin group - I assume when the script is run from the browser, it's run under one of these users. This didn't work either. (Security is not a major issue, this is running on a private network.)
Thanks in advance for any help!