“INFORMATION TECHNOLGY” has emerged as a bubbling and a progressive field since the last decade. It is the key factor for transforming the world into, what we now know as,


“A Global Village”, making the sharing of knowledge and information just a click away. Computers and Information Technology is soon to be a part-and-parcel of our daily lives.

Saturday, August 7, 2010

CHATING with MS DOS...

This trick will help you chat with the users in a network.
 
step 1) you need to have your friends IP address and your command
            prompt.

step 2) open Notepad and copy and paste the below code:
    

                    @echo off
                    :A
                    Cls
                    echo INSTANTCHAT
                    set /p n=User:
                    set /p m=Message:
                    net send %n% %m%
                    pause
                    Goto A


step 3) Now save this as "Instantchat.Bat".



step 4) Open Command prompt.