Create your own I.M messenger

Create your own private chat without downloading any IM messenger 
you can create your own messenger program on CMD

  • Open Notepad and Type
  • @ echo off
    :A
    cls
    echo MESSENGER
    Set /p n=user:
    Set /p m=message:
    net send %n% %m%
    pause
    go to A


  • Save this as Message.BAT
  • now open it
  • Type the ip address to contact and Type your message 

Bookmark the permalink. RSS feed for this post.
Tech@. Powered by Blogger.

Popular Posts

Search

CopyRights © 2012 All Rights Reserved Created by Vishad Aman.