Jump to content

Recommended Posts

Posted

yes, I do it all the time.

$MSG="Hello"
RunWait(@ComSpec & " /c " & "net send COMPNAME " & $MSG)

Just make sure to put a space after the compname, I doubt the computer is called COMPNAMEHello

or

$MSG="Hello"
$comp="COMPNAME"
RunWait(@ComSpec & " /c " & "net send " & comp & " " & $MSG)

AutoIt3, the MACGYVER Pocket Knife for computers.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...