[TUT] Chat with Friends via MS DOS Command Prompt

Status
Not open for further replies.

JpK

Member
Oct 5, 2011
213
16
All you need is your friend's IP Address and your Command Prompt.

Open Notepad and write this code as it is.....

@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 Command Prompt.

Drag this file (.bat file) over to Command Prompt and press Enter.

Now, type the IP Address of the computer you want to contact and press enter.

Now all you need to do is type your message and press Enter.

Start Chatting......
 

Rudde

Member
Nov 12, 2011
38
3
well this only work with Windows XP SP2 and older if I'm not mistaking? (If you not turn it on ofc)
 

Cablink

http://www.vroleplay.net - join now!
Feb 4, 2011
382
27
Very cool will try, but have the rest done so far!
 
Status
Not open for further replies.

Users who are viewing this thread

Top