Sunday

Chat with your Friends in Same Network without any Messenger Software..

Send message through command prompt without downloading any kind of messenger which do the same work.

You can use ur own command prompt..

I am showing a small trick which can be used to send the chatting message using Just IP address of the computer.

Here how it works..

www.planetofprince.co.nr

if you want a private chat with a friend or client on you Network, you don't need to download any fancy program! No Messenger Software Required :)

All you need is your friends IP address and Command Prompt.

Firstly, open Notepad and enter:

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see:

MESSENGER
User:

After "User" type the IP address of the computer you want to contact.
After this, you should see this:

Message:

Now type in the message you wish to send.
Before you press "Enter" it should look like this:

MESSENGER
User: 192.168.0.1
Message: Hi, How are you ? Hows Manager doing today :)

Now all you need to do is press "Enter", and start chatting

www.planetofprince.co.nr


Let me know if you face any problem, I will try to solve it..________ Prem

2 comments:

  1. Hi prem,
    when i try to chat with my friend in same network am not able to chat am facing the following error
    MESSENGER
    User:172.16.3.71
    Message:hi
    An error occurred while sending a message to 172.16.3.71.

    The message alias could not be found on the network.

    More help is available by typing NET HELPMSG 2273.

    Press any key to continue . . .
    Please let me know... what to do...

    ReplyDelete
  2. Hi,

    Please make sure that your messenger service is running on both system.

    You can check here

    Start > Run > Services.msc

    Messenger

    Make sure to start this service.

    ReplyDelete

Did you like it ? Write your comment.