A man in the rain
New Member
- Joined
- Jun 13, 2011
- Messages
- 1
- Reaction score
- 0
- Points
- 1
i know the command :
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
and save it as bat file ..but i cant create a bat file (i dont know)
and i like to know if you can chat with every user you want (as long as he/she has the same bat file i suppose and know his/her IP)
please help
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
and save it as bat file ..but i cant create a bat file (i dont know)
and i like to know if you can chat with every user you want (as long as he/she has the same bat file i suppose and know his/her IP)
please help