Results 1 to 4 of 4

Thread: Command prompt for beginners

  1. #1
    Join Date
    Jul 2009
    Posts
    16

    Command prompt for beginners

    hi
    i am newbie with computer and trying to learn things about windows can some one help me to understand things about command prompt please tell me what can i do with command prompt to manage my windows ?
    thank you

  2. #2
    Join Date
    Aug 2007
    Posts
    1,098

    Re: Command prompt for beginners

    Unlike COMMAND.COM, which is a DOS program, cmd.exe is a native program for the platform. This allows it to take advantage of features available to native programs on the platform and not available to DOS programs. SETLOCAL/ENDLOCAL commands limit the scope of changes to the environment, internal CALL and GOTO labels lessen the need for individual batch files to perform parts of a task. also see this about the command prompt

    en.wikipedia.org

  3. #3
    Dr. V Guest

    Re: Command prompt for beginners

    You can use almost all windows utility from command prompt you also can Convert a FAT File System to NTFS try this

    1.Close all open programs to avoid loss of data. Be prepared to restart your computer.
    2.Open Command Prompt, and at the command prompt, type convert C: /FS:NTFS, where C represents the drive letter of the disk to convert. Press Enter or Return on the keyboard.
    3.Wait while the process completes. Don't do anything while the conversion is taking place.
    You can also open a Command Prompt from the Run line (available from the Start menu). Just type cmd and press Enter.

    also you can do this
    1. View a Complete List of Drivers
    2. Scan and Repair Problems with a Hard Disk
    3. Command Line Shortcuts for Advanced Users
    4. Shut Down the System


    check here for more

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    Re: Command prompt for beginners

    If you tapes path in the command prompt you will see displayed all paths (directories) that cmd.exe will visit when you give can an order. To add a directory (system32 for example) you tapes path c: \ windows \ system32;% path% Make sure to add% path% at the end to add the path to those already entered. Or you replace them.

Similar Threads

  1. Hide command prompt using C
    By Jagdish Gada in forum Software Development
    Replies: 2
    Last Post: 17-08-2009, 09:57 AM
  2. Command prompt to change dns
    By Renderman21 in forum Technology & Internet
    Replies: 4
    Last Post: 11-08-2009, 03:27 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,410,591.09250 seconds with 17 queries