This is the code I'm using:
I've been getting this error:
The bat file has been given IUSR_<Machine_n ame> permissions, but it still produces permission errors.
BTW, it's IIS ver 5.1
Code:
set wshell = CreateObject("WScript.Shell")
wshell.run "C:\<websitedir>\test.bat"
set wshell = nothing
Code:
Microsoft VBScript runtime error '800a0046' Permission denied /<scriptname>.asp, line 3
BTW, it's IIS ver 5.1
Comment