Ras Posted November 2, 2007 Report Share Posted November 2, 2007 If you want personal chat with a friendyou don't need to download any yahoo messengerAll you need is your friends IP address and Command Prompt.Firstly, open Notepad and enter:@echo off:AClsecho MESSENGERset /p n=User:set /p m=Message:net send %n% %m%PauseGoto ANow save this as "Messenger.bat". Open the .bat file and in CommandPrompt you should see:MESSENGERUser:After "User" type the IP address of the computer you want to contact.After this, you should see this:Message:Now type in the message you wish to send.Before you press "Enter" it should look like this:MESSENGERUser:27.196.391.193Message: HiNow all you need to do is press "Enter", and start chatting!Some additional information I found:1.Works only for static IP address.2.Works in win 98,win 2000,win XP.3.Yes it's need Services.msc to be enable.Nu stiu daca aceasta metoda este veche... eu azi am vazut asta pt prima data... Inca nu am testat pt ca nu am cu cine si nici nu am timp... Quote Link to comment Share on other sites More sharing options...
moubik Posted November 3, 2007 Report Share Posted November 3, 2007 net send nu mai este activat in windows xp, pentru ca se trimitea spam inainte asa Services.msc este interfata catre servicii, nu este un serviciu in sine.deci nu merge Quote Link to comment Share on other sites More sharing options...
Zeus Posted November 3, 2007 Report Share Posted November 3, 2007 ...ar fi fost frumos sa mai mearga asa ceva...ar fi fost ca in Matrix Quote Link to comment Share on other sites More sharing options...
moubik Posted November 3, 2007 Report Share Posted November 3, 2007 folosesti netcat daca vrei, poti sa faci cu el:nc -l -p 1234 (pt server)nc 123.123.123.123 1234 (pt client)si dupa ce se face conexiunea puteti sa vorbiti amandoi. vrei sa fie criptat ?folosesti cryptcat Quote Link to comment Share on other sites More sharing options...
Ras Posted November 3, 2007 Author Report Share Posted November 3, 2007 folosesti netcat daca vrei, poti sa faci cu el:nc -l -p 1234 (pt server)nc 123.123.123.123 1234 (pt client)si dupa ce se face conexiunea puteti sa vorbiti amandoi. vrei sa fie criptat ?folosesti cryptcatthx moubik!@virusss: ar fi fost ca in matrix reloaded Quote Link to comment Share on other sites More sharing options...