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.
step 5) Drag this newly created bat file over to command prompt and press
Enter .
step 6) you would then see something like this in the command prompt:
INSTANTCHAT
User:
step 7) Now, type the IP address of the computer you wnat to contact
and press Enter you will see something like this :
INSTANTCHAT
User: 127.0.0.1
Message:
step 8) Now all you need to do is type your message and press Enter .
start chatting..........!
INSTANTCHAT
User: 127.0.0.1
Message: Hi hello...... how are you doing ?
No comments:
Post a Comment