View Single Post
  #1 (permalink)  
Old January 17th, 2005, 11:42 AM
red4vbs red4vbs is offline
Registered User
 
Join Date: Jan 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Send a Message box to another machine

I currently have several scripts that transmit messages through the NET SEND dos command.

Does vbs have a way of sending a msgbox to someone other than the local machine were its running.

alittle more info:

I have a script the checks file names in folders and writes error reports accourdingly. If any errors are found it sends a message (using net send) to a list of people sitting on the network. I would like to send them a msgbox instead, It looks like net send doesnt support Icons like vbCritical.

Thanks

Randy Dray
Reply With Quote