M
mlay
Hi,
I'm trying to execute a Windows command in ASP. For example, this is a
snippet of what I have right now:
....
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run("notepad", 1, true)
Set WshShell = Nothing
....
The strange thing is that notepad.exe actually appears under the list of
processes in Task Manager, but its window does not show up on the server's
desktop; the client's browser just sort of hangs. I'm led to believe that
this has something to do with IIS permissions, but I'm not certain. If
anyone could help out, I'd really appreciate it. Thanks in advance.
Meng
I'm trying to execute a Windows command in ASP. For example, this is a
snippet of what I have right now:
....
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run("notepad", 1, true)
Set WshShell = Nothing
....
The strange thing is that notepad.exe actually appears under the list of
processes in Task Manager, but its window does not show up on the server's
desktop; the client's browser just sort of hangs. I'm led to believe that
this has something to do with IIS permissions, but I'm not certain. If
anyone could help out, I'd really appreciate it. Thanks in advance.
Meng