Results 1 to 5 of 5

Thread: Send a message to all the computers on the network

  1. #1
    Join Date
    May 2008
    Posts
    65

    Send a message to all the computers on the network

    Hello

    If you want to send a message to all the computers on your network, click "Start" then "Run." Type "cmd" and press. In the window of the command prompt, type "net send *" then the message you want to send. For example, "net send * Can you read this message?".


  2. #2
    Naagendra Guest

    Re: Send a message to all the computers on the network

    Very Nice Info
    Thanks

  3. #3
    Join Date
    Aug 2008
    Posts
    71

    Re: Send a message to all the computers on the network

    The option "NET SEND" is NOT available in Windows 95, Windows 98 and Windows Me.

  4. #4
    Join Date
    Feb 2011
    Posts
    1

    idea Re: Send a message to all the computers on the network

    TO BE ABLE TO SEND messages over a local network, first, the network between computers has to be up and running!!!

    + THEN, you need to INSTALL NET SEND service on your Windows:
    - to INSTALL the service (to make it work on your copy of
    Windows, you need to do this on every PC you wish to
    send/receive messages):

    1) left-click on "Start" button -> choose "Run" (or hit
    "Windows+R" key on your keyboard)
    -> type in "services.msc"
    2) scroll down to "Messenger", double-click on it;
    3) change "Startup type:" into "Automatic" and hit "Apply".
    4) then hit again on "Start" -> "Run" -> "cmd"
    5) type in: "net name", then hit "Y" and let
    the service start...
    5) type in: "net view" to see all the names of all the
    PCs on the network
    6) now, if you want for "NET SEND" to work every time after you
    re-start your windows (your computer), you will need to do this:
    a) open "Start" -> "My Computer" -> "Drive (C)"
    b) click on "Tools" -> "Folder Options...", click on "View" tab
    and make sure that the "Hide extensions for known files and
    folders" option is UNCHECKED!!!
    c) in the folder, right click on a blank spot and choose: "New"
    -> "Text Document" - name the file "messenger.txt"
    d) open the newly created file, copy and paste this text in it
    exactly the same way as follows (do not include dashes in the
    file, they are to show you the start and the end of the file):

    -------------------------------------
    @echo off
    sc config messenger start= auto > nul
    sc stop messenger
    ping 1.1.1.1 -n 10 -w 1000
    sc start messenger
    -------------------------------------

    e) hit on "File" -> "Save" and X it out;
    f) now rename your file from "messenger.txt" into "messenger.bat"
    and hit "Yes" (if message comes up);
    g) now right-click-and-hold on that file and drag it onto your
    desktop - choose "Create Shortcut Here";
    h) right-click on this newly created chortcut and hit
    "Properties", then in the "Run" field choose "Minimized" and
    then hit on "General" tab and type in this in the top field:
    "Re-Start Messenger Service.BAT", then hit on "Apply" and then
    on "OK" buttons.
    i) now you need to MOVE this shortcut to your "Startup" folder in
    Start -> All Programs. The best way to do so: click on "Start"
    button, then hit on "All Programs" and then find and
    right-click on "Startup" folder and hit "Open". Now you can
    just move (or copy) the shortcut to this newly opened folder!
    DONE!!!

    TO SEND A MESSAGE:
    1) Start -> Run (or hit "Windows+R") and type in:
    "net send pc-network-name message"
    (i.e., you should type in exextly this:
    "net send toshiba1 hey, there")
    - Where "net send" is the command, then thru space, you
    should type in the name of the PC you're addressing on your
    network (use "net view" command to find out the name of your
    PC and the one you need to address), and thru another space
    goes "message" - that's where you supposed to type the text
    of your message!

    - IF, AFTER YOU REBOOT YOUR PC, when you try to send a message,
    you get an error message, you will need to re-start your
    "Windows Messenger Service":
    click on "Start" -> "Run" type in "cmd" (then Enter), then type
    in "net stop messenger" (hit Enter), then wait 10 secs, and then
    type in "net start messenger" (and hit Enter).

    Now, every time you need to send another message, just hit
    on "Windows+R" key on your keyboard and just correct the
    last part of the command, changing the text of a message
    into a new one and hit "Enter".

    ON ANOTHER END, the message will appear, saying from which
    computer it came (network name), what time and the text of
    a message. The user on another end cannot copy and paste
    messages' text, but has the only option - press "OK" to X
    it out from the screen.

  5. #5
    Join Date
    May 2008
    Posts
    923

    Re: Send a message to all the computers on the network

    Hey thanks for the great info that you have given here regarding the Net Send But i am having one issue which i think can be solved by you only. Just let me know whether this step will be helpful for the Windows 7 or not. I am running with the Windows 7 and wanted to make same thing working with the same.

Similar Threads

  1. Replies: 4
    Last Post: 05-06-2011, 10:45 AM
  2. Replies: 5
    Last Post: 05-01-2011, 01:24 PM
  3. How to use Net Send command to Send Message
    By superway in forum Windows Software
    Replies: 1
    Last Post: 15-12-2010, 03:35 PM
  4. Replies: 3
    Last Post: 07-06-2009, 09:28 PM
  5. Can not see Vista and XP computers on the network
    By Jacek in forum Networking & Security
    Replies: 4
    Last Post: 17-12-2008, 03:18 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,989,040.67379 seconds with 16 queries