Thread: MS DOS command?

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    2

    MS DOS command?

    When I open MS DOS prompt it says,

    C:\Document and Settings\SAQIB FAROOQ AWAN>

    Now I have saved a folder with name "Assembly" in my C drive as instructed. But how should I go to that folder?

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Type "cd c:\Assembly" and press return
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  3. #3
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    > as instructed
    If this is an assignment, or a hobby project as well, try finding MS-DOS commands/FAQs/Tutorials. There are multiple flavors out there that will get you acoustomed to the command-line world.

    Search recent posts related to the subject, I've posted a few different links in previous threads. The links that I have posted discussed dos, the commands, and lay out descriptions of them very well.
    The world is waiting. I must leave you now.

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    At the prompt, if you type help, you'll get a list of commands available to you, you can then type "help <enter command here>" to get more specific help about your chose command.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  5. #5
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    or

    <command> /?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. exe files in -c- language
    By enjoy in forum C Programming
    Replies: 6
    Last Post: 05-18-2004, 04:36 PM
  2. Command Interface : Black Box testing
    By GlowinCelica in forum C Programming
    Replies: 1
    Last Post: 03-10-2003, 10:21 PM
  3. Sun win over Microsoft
    By face_master in forum A Brief History of Cprogramming.com
    Replies: 30
    Last Post: 01-01-2003, 12:41 PM
  4. how to command to close a dos window?
    By Unregistered in forum C++ Programming
    Replies: 9
    Last Post: 07-19-2002, 02:04 PM
  5. DOS program versus DOS console program
    By scromer in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-10-2002, 01:42 PM