Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to send a message to network computers  (Read 3118 times)

0 Members and 1 Guest are viewing this topic.

pop0028

  • Guest
How to send a message to network computers
« on: September 15, 2009, 02:42:24 AM »
How to send a message to network computers

Tinaa

  • Guest
Re: How to send a message to network computers
« Reply #1 on: September 15, 2009, 02:55:17 AM »
There are two general ways to send a message to network computer(s),
Method 1. Net send command line provided by Microsoft.
Step 1. Gather the names of the computers in your local or company network.
Step 2. Click Windows Start>>Programs>>Accessories>>Command prompt to open a command line window.
Step 3. Type the Net Send syntax in following format:
net send {name | * | /domain [: name] | /users} message
Press the "enter" key to run the command.

Advantages and disadvantages of Net Send:
It’s free, but there is a limitation of message length, spam or useless information maybe distributed on your network, and the network users cannot reply to your message.

Method 2, Use a LAN messenger
Step 1. Before implement the LAN messenger to your company or private network, you can do a search for the advantage and disadvantage of Net send as compared to a LAN messenger from the page http://www.bigantsoft.com/net_send.html

Step 2. You can find a LAN message through Google search or refer to a professional shareware collection website.

Step 3. Compare the features and price of the LAN messenger, download a free trial to see if the LAN messenger fulfills your requirements.

Advantages and disadvantages of use a LAN messenger to send message to network user:
LAN messenger encrypts all data transmitted through your company network. You can send/receive message even files and folders. The GUI on client side is more user-friendly and functional. Most specialized LAN messenger are shareware, so extra budget for implement a LAN messenger will be considered. For medium and large company, IBM Lotus Sametime and Microsoft LCS will be a good choice, for small and medium company, you can get a try with Pidgin, BigAnt LAN messenger, Jabber.

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: How to send a message to network computers
« Reply #2 on: September 15, 2009, 06:27:47 AM »
the "Windows Messenger" Service is disabled by default in XP SP3, Vista, and Windows 7 so net send won't work with those as recipients.
I was trying to dereference Null Pointers before it was cool.

inapaler



    Rookie

    Thanked: 1
    Re: How to send a message to network computers
    « Reply #3 on: September 16, 2009, 07:32:09 AM »
    the "Windows Messenger" Service is disabled by default in XP SP3, Vista, and Windows 7 so net send won't work with those as recipients.

    I haven't tried it but is it correct that this windows messenger is for computer network messenger like an upgraded net send?

    thanks