Send network message

S

Steven

Shell "NET SEND machinename 'Good Evening'"

I think I have my machine name correct.

I tried this using my machine name and did not get a response back.

What am I doing wrong?

Thank you,

Steven
 
G

Gary Keramidas

if the messenger service is not started on both pc's, it won't work. and this
service was disabled by default because of internet porn a few years ago.
 
J

Joel

I think you are using machinename as a variable. Try this

Shell "NET SEND" & machinename & "Good Evening"

Shell expect a string. The string can be a catenation of other strings like
the example above.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top