I need help executing a batch file from a client (accessing via HTTP intranet executing using ASP Classic).
OS used:
From my experience WScript.Shell only really worked with IIS 5, might I suggest another way to execute the batch file:
If you have access to SQL:
How can I run sqlcmd.exe from an ASP page?
If you can register a COM:
http://www.shotdev.com/asp/asp-run-execute-exe/asp-execute-exe-wscript-shell/
Source: Trying to launch photoshop with scripting