If you can add users from one line on the command line in the OS, you can use the server_shell.run procedure. I have a procedure that uses 'net send' for Win2K to notify certain people when a new order is added. Here is the code I use:
Set server_shell = Server.CreateObject("wscript.shell"
server_shell.Run "%comspec% /c net send bzielinski [FROM: " & Computer & "] " & Msg
Computer is the username and Msg is predefined message based on type of order added. Bill Zielinski
bzielinski@co.midland.mi.us
County of Midland, Michigan
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.