Messenger Chatting through CMD @echo off :b cls set /p a=user set - TopicsExpress



          

Messenger Chatting through CMD @echo off :b cls set /p a=user set /p t=message net send %a% %t% pause goto b Just copy that and save in notepad with yourname.bat. Run it. Enter user as ip address which you want to chat and message as the text to send. Here echo off means that it will not show your command in prompt cls means Clear Screen set with option /p command will assign string to variable net send %a%(username of the user or ip address whom you want to chat) %t%(message) You can check your network users by typing command net view
Posted on: Thu, 20 Jun 2013 05:17:45 +0000

Trending Topics



Recently Viewed Topics




© 2015