Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Using the net send command
Name: homers Date: February 6, 2008 at 09:22:15 Pacific OS: Vista CPU/Ram: E6600 Product: Custom
Comment:
Hi I have a Vista desktop computer and a laptop with XP on a network with file sharing.
I want to be able to use the netsend command to send messages to the laptop and back. The laptop is called LAPTOP-SYS.
can somone tell me exactly what to type as I have tried many combinations but none have worked.
Name: aka Date: February 6, 2008 at 12:44:45 Pacific
Reply:
Hey Homers, what error message do you get? What is the input for your net send command ?
Don“t freak out until you know the facts...Relax...!
0
Response Number 2
Name: klint Date: February 6, 2008 at 12:54:11 Pacific
Reply:
Check that the Messenger service is running on your laptop. Go into Control Panel, Administrative Tools, Services. Scroll down to find a service called Messenger. Ensure it's startup type is set to Automatic, and that it has been started.
Now you should be able to send messages to it using net send LAPTOP-SYS "hello" - if it still doesn't work you may need to adjust your Windows Firewall settings.
0
Response Number 3
Name: tonysathre Date: February 6, 2008 at 15:31:08 Pacific
Reply:
net start messenger net send laptop-sys "your message"
0
Response Number 4
Name: Sci-Guy Date: February 7, 2008 at 00:46:56 Pacific
Reply:
If you enable the Messenger service, don't be surprised if you're back here soon, asking how to stop all the pop-ups.
Please let us know if you found someone's advice to be helpful.
0
Response Number 5
Name: klint Date: February 7, 2008 at 07:37:24 Pacific
Reply:
Mine's enabled at home but I connect through a router with Network Address Translation, which acts as a sort of firewall so that I don't get pop-ups from spammers.
0
Response Number 6
Name: vf_info Date: February 7, 2008 at 09:03:34 Pacific
Summary: Hi. In Windows XP, I want to create a user interface in VBScript that compliments the NET SEND command. This is what I have so far: Set objShell = Wscript.CreateObject("WScript.Shell") Comp2Reach = In...
Summary: I have a question. Say I'm using net send to converse with my friends at work over a lan network (which our registers are on, i believe). Are the messages themselves or the time, destination or sour...
Summary: Does anyone know how I can use the NET SEND feature in a c++ program? I don't want to use the system function, but am looking for something like and API or similar that let's me take control of the p...