I am trying to run a batch file on the server through ASP. Below is my setup.
The batch file resides here:
C:\Batch Files\testbat.bat
It runs a couple executable files located in the same folder.
I have tried using Microsoft's Wscript.shell and the ASPExec free component.
I can get the batch process kicked off. However, the first executable shows up in the server's task manager but never completes and moves on to the next step in the batch file. It appears to just freeze. I can only imagine that it is some sort of permissions thing, but I have tried adding the IUSR account to the administrators group and the same thing happens. Any suggestions?
Thanks in advance!
The batch file resides here:
C:\Batch Files\testbat.bat
It runs a couple executable files located in the same folder.
I have tried using Microsoft's Wscript.shell and the ASPExec free component.
I can get the batch process kicked off. However, the first executable shows up in the server's task manager but never completes and moves on to the next step in the batch file. It appears to just freeze. I can only imagine that it is some sort of permissions thing, but I have tried adding the IUSR account to the administrators group and the same thing happens. Any suggestions?
Thanks in advance!