batch file execution asp classic

后端 未结 2 2024
醉话见心
醉话见心 2021-01-23 10:27

I need help executing a batch file from a client (accessing via HTTP intranet executing using ASP Classic).

OS used:

  • Client (Windows XP) - Here is where th
2条回答
  •  佛祖请我去吃肉
    2021-01-23 11:19

    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

提交回复
热议问题