B
Bill
I used to be able to run the following ASP code on our corp machine (W2K
Server Edition and IIS-5)
and successfully send a net-msg to anyone on our intranet.
Last week it stopped working... and I'm not sure what changed.
(I had applied ALL the W2K update patches... but... I'm not sure if the
problem started before or after that.)
Did any recent W2K patches change the way createObject, wScript.shell, or
"NET SEND" works?
(All my other ASP files continue to work fine.)
1> Dim wShell
2> response.write "Message Sent"
3> set wShell = server.createObject("wscript.shell")
4> wShell.run "Net SEND x.x.x.x test" ' (Insert the IP address
here)
5> set wShell = nothing
I can type "NET SEND" from the server "by hand" from a DOS prompt... and the
msg goes out fine.
When I try to use that same code to run NotePad.exe or Calc.exe... they
never open... but the Task Manager "process list" shows they are running.
Any ideas?
Server Edition and IIS-5)
and successfully send a net-msg to anyone on our intranet.
Last week it stopped working... and I'm not sure what changed.
(I had applied ALL the W2K update patches... but... I'm not sure if the
problem started before or after that.)
Did any recent W2K patches change the way createObject, wScript.shell, or
"NET SEND" works?
(All my other ASP files continue to work fine.)
1> Dim wShell
2> response.write "Message Sent"
3> set wShell = server.createObject("wscript.shell")
4> wShell.run "Net SEND x.x.x.x test" ' (Insert the IP address
here)
5> set wShell = nothing
I can type "NET SEND" from the server "by hand" from a DOS prompt... and the
msg goes out fine.
When I try to use that same code to run NotePad.exe or Calc.exe... they
never open... but the Task Manager "process list" shows they are running.
Any ideas?