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.
December 5th, 2006 at 11:44 pm
Hmm didnt work me, how about you guys?
January 8th, 2007 at 9:27 am
Do both sides need to have it and have it open?
January 8th, 2007 at 8:11 pm
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]
January 8th, 2007 at 8:14 pm
well acctually we need to leave it AUTOMATIC…
December 31st, 2009 at 5:31 am
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?
January 26th, 2010 at 8:40 pm
its not letin me send a message