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.