Saturday, October 22, 2011

Chat with Friends in MS-DOS


Do you want to chat with your friends in Ms-Dos..
Well, Here's the idea.....


Goto Notepad

Type the following:

@echo off
echo.
echo.
:subash
CLS
echo The Brand New DOS Messenger
echo
set /p a = Ip address:
set /p b= Message:
net send %a% %b%
pause
goto subash
exit

Save it with extension .bat like "mymessenger.bat"
open it and chat with frns.... If you know their IP address....

No comments:

Post a Comment