
01-16-2004, 02:37 AM
|
|
Contributor
|
|
Join Date: Jun 2003
Location: Oslo, Norway
Posts: 602
|
|
shell command from vbscript
|
Hello
Im trying to make a web form that allows the users to send messages to eachother...
Im using vbscript, and I use this code
Shell ("Net send " & NetID & " " & Message )
NetID and Message are related to user input....
Can you use the shell command from vbscript?
|
|