Jump to content
Ras

Chat in CMD

Recommended Posts

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
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat". Open the .bat file and in Command

Prompt you should see:

MESSENGER

User:

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.193

Message: Hi

Now 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...

Link to comment
Share on other sites

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

thx moubik!

@virusss: ar fi fost ca in matrix reloaded :lol:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...