VBscript to run NET SEND on Windows server 2003 IIS 6.0
Monday, August 22, 2005 at 1:55 am Windows Server 2003 Annoyances Discussion Forum
Posted by Monida
(5 messages posted)
Dear all,
I try to run command Net Send using VBscript on Windows Server 2003 IIS 6.0. But
it doesn't work. Privously i used Windows Advanced Server 2000 IIS 5, It did work
well.
Please help me to fine to way out.
Here is my code:
<%
Set server_shell = Server.CreateObject("wscript.shell")
server_shell.Run "%comspec% /c net send monida Hello"
%>
|
Responses to this message:
|
|
All messages in this thread [show all]
 | VBscript to run NET SEND on Windows server 2003 IIS 6.0 (Monida: Mon, Aug 22, 2005, 1:55 am) |
| |
| |
| |
Return to the Windows Server 2003 Discussion Forum
|
|