hey guys it crimestarter again i kno how to talk to people with DOS it is very simple
i learned that this was the way hackers communitcated about 10-20 years ago beacuse it was very very private and secure. here it is:
1. open notepad
2. type: @echo off
3 new line type: :A
(not needed) echo (title of messenger or any text you want to put)
4.new line type: CLS
5. new line type: /p n=User ( specifies name)
6. new line type: /p m=Message (specifies message)
7. new line type: net send %n% %m% (sends the message with name and message)
9 new line type: pause
10. new line type: goto a ( repeats all actions)
it should look like:
@echo off
:A
echo (your title or text here)
CLS
/p n=User
/p m=Message
net send %n% %m%
pause
goto a
*requires ip adress of reciver of the message*
ok it turns out you cannot use this with windows vista. you cant beacause i searched my computer for netsend the program need for sending the messege.
but if you have windows xp it should work fine