Chat Using Lan

Revision as of 02:45, 8 January 2016 by Kipkis (Kipkis | contribs) (importing article from wikihow)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

You may have thought sending messages over LAN was difficult but this makes it really easy. Moreover you don't need any special programs which makes LAN chatting specially useful at school or work places.

Note: this method only applies to Windows XP

Steps

  1. Open Notepad and type the following:
    @ echo off
    :A
    Cls
    echo Messenger
    set /p n=User:
    set /p m=Message:
    net send %n %m
    Pause
    Goto A
  2. Save the file as "messenger.bat", making sure to save the file as "All files" and click on "Save."
  3. Run the program by double clicking the file.
  4. A black window will appear where you will be shown:
    User:
    Message:
  5. Input the IP address of the computer you want to send your message to in the User field.
  6. Input your message in the Message field.

Video

Tips

  • The messenger service must be activated on both computers before this will work:
    1. Open the control panel.
    2. Click on administrative tools (in classic view)
    3. Click on services
    4. Find messenger service
    5. Open it. You'll see start up type which could be disabled, automatic or manual. If it is disabled, set it to automatic or otherwise leave it as is.
    6. Press the start button and apply
    7. Follow the method on the other computer

Related Articles