Welcome Guest ( Log In | Register)



3 Pages V   1 2 3 >  
Reply to this topicStart new topic
> Chat With Command Prompt
champ_rock
post Jul 15 2006, 07:36 AM
Post #1


Newbie
*

Group: Members
Posts: 8
Joined: 15-July 06
Member No.: 26,652



QUOTE
Chat With Command Prompt

If you want a private chat with a friend or client on you Network, you don't need to download any fancy program!
All 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:

MESSENGER
User: 56.108.104.107
Message: Hi

Now all you need to do is press "Enter", and start chatting!


Source: http://www.thinkdigit.com/forum/showthread.php?t=31754

Notice from BuffaloHELP:
When copying you must use QUOTE bbcode tag. Read our forum rules.
Go to the top of the page
 
+Quote Post
lemonwonder
post Jul 28 2006, 11:32 PM
Post #2


Super Member
*********

Group: Members
Posts: 343
Joined: 28-July 06
Member No.: 27,449



OMG that is amazing, thanks for sharing this, i shud be chatting with my frends who arent allowed msn with this, and best of all, they dont need to be signed in.

But 1 question: When u send the message do they need to do the thing above to send 1 bak, and do they have to do anything to recieve the message or will it just appear in their CMD PRMPT without anything needing to be done on their side?

Sounds quite interesting and I will try now
Go to the top of the page
 
+Quote Post
uiop
post Jul 29 2006, 02:36 AM
Post #3


Premium Member
********

Group: Members
Posts: 193
Joined: 20-December 05
Member No.: 15,962



Please note that this uses the messenger service in Windows.

Windows XP Service Pack 2 turns off the messenger service by default, and many system administrators turn it off manually.

This script can easily be modified to mass spam any computer with the messenger service turned on.
Go to the top of the page
 
+Quote Post
lemonwonder
post Jul 29 2006, 06:16 AM
Post #4


Super Member
*********

Group: Members
Posts: 343
Joined: 28-July 06
Member No.: 27,449



Lol the computer admin powers are on my account..... xD
Go to the top of the page
 
+Quote Post
Lyon2
post Jul 29 2006, 06:40 AM
Post #5


The Ethical Hacker
***********

Group: [HOSTED]
Posts: 1,144
Joined: 27-May 05
From: Portugal (Europe)
Member No.: 7,566



You can do the same thing within a lan (LAN = Local Area Network , it's the same as a network of computers connected with cables or using wireless technology), you can send messages with the comand prompt also, it is very easy too, even easier then this.

Thanks for this method, it is quite ingenious and useful.

This post has been edited by Lyon2: Jul 29 2006, 06:42 AM
Go to the top of the page
 
+Quote Post
poke386
post Sep 24 2006, 08:44 AM
Post #6


Newbie [Level 1]
*

Group: Members
Posts: 16
Joined: 22-September 06
Member No.: 30,405



wow quite nice amnd simple. Just a simple .bat file to send msgs
Go to the top of the page
 
+Quote Post
franz see
post Sep 24 2006, 09:37 AM
Post #7


Newbie [Level 3]
***

Group: Members
Posts: 40
Joined: 22-September 06
Member No.: 30,387



actually, all you need is the command "net send" happy.gif the code simply wraps around the net send to make it continuous happy.gif
Go to the top of the page
 
+Quote Post
Wizkidda
post Oct 2 2006, 12:41 PM
Post #8


Newbie [Level 1]
*

Group: Members
Posts: 19
Joined: 1-October 06
Member No.: 30,894



Wow this is Nutz!

Ive already started ringing up my friends for there ip biggrin.gif hahaha
1 Question
would this work on any computer example mac and windows or does it only work with 1 of them?
Go to the top of the page
 
+Quote Post
alohadoubt
post Oct 19 2006, 05:17 AM
Post #9


Newbie
*

Group: Members
Posts: 4
Joined: 19-October 06
Member No.: 31,885



yey.. this is nice. really
Go to the top of the page
 
+Quote Post
Florisjuh