Results 1 to 5 of 5

Thread: Chat with Command Prompt

  1. #1
    Join Date
    Mar 2009
    Posts
    30

    Chat with Command Prompt

    I recently heard about facility of Command Prompt that we can Chat with it......! I don't remember from where i heard about but i just wanted to know can i use Command prompt as a messenger..???? If Yes then How we can use use it....???? I am using Windows XP om my computer Please Help....!

  2. #2
    Join Date
    Apr 2008
    Posts
    4,642

    Re: Chat with Command Prompt

    Yes you can chat with Command prompt But for using that facility you need to follow the following steps :

    Firstly you need to open Notepad and write the following code in it :

    Code:
    @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:

    Code:
    Message:
    Now type in the message you wish to send.
    Before you press "Enter" it should look like this:

    MESSENGER
    User: 168.100.75.81
    Message: Hi
    Now all you need to do is press "Enter", and start chatting!

  3. #3
    Join Date
    May 2008
    Posts
    4,570

    Re: Chat with Command Prompt

    To find out the IP address of your computer you need to open command prompt & write "ipconfig" & press Enter. It will show you your IP address of your computer Now enjoy Chating......!

  4. #4
    Join Date
    Mar 2009
    Posts
    30

    Re: Chat with Command Prompt

    Hey dude I am getting An error saying "2273" Again & again i am getting this message .... Can you Help meee....!????

  5. #5
    Join Date
    May 2008
    Posts
    4,345

    Re: Chat with Command Prompt

    Ok! Minimize all your application Then go to My Computer Icon & right click on it & go to Manages. After Opening Manages go to services option to the last option in left pane.... After That on the right pane open services & again in the right pane look for messenger right click on it & open properties Change it to automatic & then start the service & after that press OK....! & now try it ! But you require to do this on both the computer...! Hope this works for you!

Similar Threads

  1. Navigating Command Prompt
    By zaid in forum Operating Systems
    Replies: 3
    Last Post: 20-08-2009, 08:54 AM
  2. How to customize the command prompt?
    By Jackie in forum Customize Desktop
    Replies: 0
    Last Post: 28-11-2008, 08:08 PM
  3. about the command prompt
    By Gorganzola in forum Windows Software
    Replies: 2
    Last Post: 17-10-2008, 06:24 PM
  4. Command prompt "COPY" command not working in brand new Windows Vis
    By CMD COPY command not working in Vista in forum Vista Help
    Replies: 7
    Last Post: 06-02-2008, 02:50 AM
  5. Set Affinity using command prompt?
    By zachlr1@gmail.com in forum Vista Help
    Replies: 3
    Last Post: 23-12-2007, 05:09 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,534,984.37958 seconds with 17 queries