Domain Discussion Board

Go Back   Domain Discussion Board > Web Hosting & Web Design > Publishing Software

 
Reply
 
LinkBack Thread Tools Display Modes
Chatting with Command Prompt, Doesnt Need Any software
Old
  (#1 (permalink))
Abhimathur
Junior Member
Abhimathur is an unknown quantity at this point
 
Status: Offline
Posts: 13
Points: 1,326.6
Bank: 20.6
Total Points: 1,347.2
Donate
Join Date: Aug 2006
Rep Power: 0
Chatting with Command Prompt, Doesnt Need Any software - 09-04-2006, 08:40 AM

Code:
Yo antoher tutorial for sending message through command prompt without downloading any kind of tool which do the same work u can use ur own command prompt..this is how it works..
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.

Quote:
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: ***.***.***.***
Message: Hi

Now all you need to do is press "Enter", and start chatting
   
Reply With Quote
Re: Chatting with Command Prompt, Doesnt Need Any software
Old
  (#2 (permalink))
windrider
windrider will become famous soon enough
 
windrider's Avatar
 
Status: Offline
Posts: 1,269
Points: 607.7
Bank: 7,727.0
Total Points: 8,334.7
Donate
Join Date: Jun 2006
Location: Chennai, India
Rep Power: 4
Re: Chatting with Command Prompt, Doesnt Need Any software - 09-04-2006, 08:30 PM

This is a good implementation of the net send protocol of Windows command prompt.

Unfortunately it did not work in my college's computer lab.
   
Reply With Quote
Sponsored Links
Re: Chatting with Command Prompt, Doesnt Need Any software
Old
  (#3 (permalink))
Niaoson
Executive Member
Niaoson is on a distinguished road
 
Status: Offline
Posts: 360
Points: 50.0
Bank: 16,387.8
Total Points: 16,437.8
Donate
Join Date: Aug 2006
Rep Power: 3
Re: Chatting with Command Prompt, Doesnt Need Any software - 09-04-2006, 09:01 PM

It'll be cool if this works but it's a bit troublesome if the person you are talking to has a dynamic IP addresss >.< But I still think it's very cool =D
   
Reply With Quote
Re: Chatting with Command Prompt, Doesnt Need Any software
Old
  (#4 (permalink))
brweb
Banned
brweb is infamous around these partsbrweb is infamous around these partsbrweb is infamous around these partsbrweb is infamous around these partsbrweb is infamous around these partsbrweb is infamous around these partsbrweb is infamous around these partsbrweb is infamous around these parts
 
Status: Offline
Posts: 0
Points: 0.0
Bank: 0.0
Total Points: 0
Donate
Join Date: Aug 2006
Rep Power: 0
Re: Chatting with Command Prompt, Doesnt Need Any software - 09-06-2006, 06:08 AM

Can I chat on internet if I know my friend's IP...?
   
Reply With Quote
Re: Chatting with Command Prompt, Doesnt Need Any software
Old
  (#5 (permalink))
Abhimathur
Junior Member
Abhimathur is an unknown quantity at this point
 
Status: Offline
Posts: 13
Points: 1,326.6
Bank: 20.6
Total Points: 1,347.2
Donate
Join Date: Aug 2006
Rep Power: 0
Re: Chatting with Command Prompt, Doesnt Need Any software - 09-07-2006, 12:54 AM

Quote:
Originally Posted by brweb
Can I chat on internet if I know my friend's IP...?

yes u can indeed...................
   
Reply With Quote
Re: Chatting with Command Prompt, Doesnt Need Any software
Old
  (#6 (permalink))
windrider
windrider will become famous soon enough
 
windrider's Avatar
 
Status: Offline
Posts: 1,269
Points: 607.7
Bank: 7,727.0
Total Points: 8,334.7
Donate
Join Date: Jun 2006
Location: Chennai, India
Rep Power: 4
Re: Chatting with Command Prompt, Doesnt Need Any software - 09-07-2006, 08:45 AM

I bet firewalls will stop the communication though.
   
Reply With Quote
Re: Chatting with Command Prompt, Doesnt Need Any software
Old
  (#7 (permalink))
jaime
jaime is an unknown quantity at this point
 
jaime's Avatar
 
Status: Offline
Posts: 1,716
Points: 1.1
Bank: 6,053.5
Total Points: 6,054.6
Donate
Join Date: May 2006
Location: In your mind
Rep Power: 0
Re: Chatting with Command Prompt, Doesnt Need Any software - 09-07-2006, 11:23 PM

very interesting this option... I will probe... Thanks
   

Reply With Quote
Re: Chatting with Command Prompt, Doesnt Need Any software
Old
  (#8 (permalink))
bbalegere
Executive Member
bbalegere is an unknown quantity at this point
 
bbalegere's Avatar
 
Status: Offline
Posts: 305
Points: 50.3
Bank: 470.3
Total Points: 520.6
Donate
Join Date: May 2006
Rep Power: 0
Re: Chatting with Command Prompt, Doesnt Need Any software - 09-15-2006, 06:35 AM

To disable this form of chatting just disable the Messenger service by going to Start-RUn-service.msc

Anyway this is posted in the wrong section.
   
Reply With Quote
Re: Chatting with Command Prompt, Doesnt Need Any software
Old
  (#9 (permalink))
windrider
windrider will become famous soon enough
 
windrider's Avatar
 
Status: Offline
Posts: 1,269
Points: 607.7
Bank: 7,727.0
Total Points: 8,334.7
Donate
Join Date: Jun 2006
Location: Chennai, India
Rep Power: 4
Re: Chatting with Command Prompt, Doesnt Need Any software - 09-15-2006, 09:29 AM

Is the net send command under the Messenger service of Windows?
   
Reply With Quote
Re: Chatting with Command Prompt, Doesnt Need Any software
Old
  (#10 (permalink))
Borghunter
Senior Member
Borghunter is an unknown quantity at this point
 
Borghunter's Avatar
 
Status: Offline
Posts: 161
Points: 509.8
Bank: 0.3
Total Points: 510.1
Donate
Join Date: Aug 2006
Rep Power: 0
Re: Chatting with Command Prompt, Doesnt Need Any software - 09-15-2006, 01:57 PM

By the way, the Messenger service is disabled by default on Windows XP
   
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 0.1
Points Per Thread: 15.0
Points Per Reply: 5.0


Similar Threads
Thread Thread Starter Forum Replies Last Post
Who needs to pirate software with a list like this? dhruvd Chit-Chat Area - Internet Related 21 04-21-2007 09:08 AM
what website design software do you use scarscaper4life Publishing Software 28 11-25-2006 12:23 PM
I'm looking for some fast and free proxychecker software SlowMike Legal Stuff 1 07-05-2006 03:25 PM
Any other publishing software? Comet Publishing Software 8 03-20-2006 08:13 AM
Sale. 2 developed websites (PR5) for software companies. gstllc Web Sites For Sale 1 03-14-2006 12:40 PM


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 ©2007, Crawlability, Inc.