Home | Store | Contact | Videos | Privacy Policy

Talk with Command prompt trick

7 Comments » | This post was viewed 16342 times.

This is a command prompt trick that you can talk to your friends through it. This is the code you will need if you did not get it down

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

Remember to save it’s name as Messenger.bat


You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

7 Responses to “Talk with Command prompt trick”

  1. Hmm didnt work me, how about you guys?

  2. Do both sides need to have it and have it open?

  3. btw; morazab it didn’t work for you because you didn’t have Messener service turned on. [Right click on My Computer -> Manage -> Services and applications -> Services -> and turn on messenger and leave it MANUAL

    [netsend doesn't work if this service is not turned on; that's it]

  4. well acctually we need to leave it AUTOMATIC…

  5. do i need to use the 192.168… ip fron network, or the ip whatismyip.com gives me? or do i use the cpu name?

  6. its not letin me send a message

Leave a Reply