- Home
·
- Miscellaneous
·
- This code will send the message from your system to a target System. Create a new project(standard
This code will send the message from your system to a target System. Create a new project(standard
This code will send the message from your system to a target System. Create a new project(standard EXE) and add a Command Button named cmdSend
Rate This code will send the message from your system to a target System. Create a new project(standard
(1(1 Vote))
dim msg as string
dim target
'STEP 1:
' Please assign the message you want to send in msg variable.
'STEP 2:
' Please assign the target System's name OR ipAddress in target varivable.
Shell "net send" & " " & "targetComputername/ipaddress" & " " & "your message"
End Sub
This code will send the message from your system to a target System. Create a new project(standard Comments
No comments yet — be the first to post one!
Post a Comment