Results 1 to 3 of 3

Thread: Command Prompt Keyboard Shortcuts For Vista

  1. #1
    Join Date
    Feb 2009
    Posts
    152

    idea Command Prompt Keyboard Shortcuts For Vista

    The command prompt is an application that is run from its own window by invoking the Windows Vista™ command interpreter. It is provided by the file cmd.exe that is similar to the old MS-DOS command.com interpreter. The command prompt window can be opened by entering cmd into the Start Menu Search dialog box.

    Here are some of the useful keyboard shortcuts for Cmd.exe in vista but before that have some tips for command prompt:-

    1. Change the color scheme of the DOS Window


    color bf - where b is the background color while f is for the foreground color (they are hex codes).

    For instance, if you want to have a white background with black text, type color F0 and press enter. To revert to the original color scheme, type color without any arguments.

    For a list of all available colors, type color /? on the command line.

    2. Navigate the Command History using Keyboard


    If you have a long list of commands in the history, press the function key F7 to navigate through the history list using the arrow keys.

    And if you already know the command number, press F9 and directly type that number. Very useful if you have to run some command repeatedly.

    3. Chant the Title of the Window to reflect the current time


    Do you know that you can put your name or your blog address in the title of the command prompt window. That’s like a neat watermark when you are using that screenshot for your website.

    title your_name %time%

    That %time% will append the current timestamp to the Window’s title.

    Useful Keyboard Shortcuts For Command Prompt:-

    • F1 – Repeat text typed in preceding line, one character at a time
    • F2 + Key – Repeat text typed in preceding line, up to first character matching key
    • F3 – Repeat text typed in preceding line
    • F6 – Place an end of file character (ˆZ) at current position of command line
    • F7 – Show all entries in command buffer
    • Alt + F7 – Clear all entries in command buffer
    • Ctrl + C – Used to interrupt the output of most command prompt applications
    • Left Arrow – Move back one character
    • Right Arrow – Move forward one character
    • Ctrl + Left Arrow – Move back one word
    • Ctrl + Right Arrow – Move forward one word
    • Up Arrow – Display previous command entered
    • Down Arrow – Display next command entered
    • Insert – Toggle insert/overtype mode (block cursor implies overtype mode)
    • Page Up – Display oldest command entered
    • Page Down – Display newest command entered
    • Home – Move to beginning of line
    • End – Move to the end of line
    • Esc – Erase current line

  2. #2
    Join Date
    Feb 2009
    Posts
    217

    Re: Command Prompt Keyboard Shortcuts For Vista

    You know the frustration when you type some long command only to realize that you made a typo or omitted typing some character. Either type the whole command again or a better option is the F1 key.

    F1 prints characters of the previous command one by one.

    Alternatively, you can press F2 to copy a certain number of characters from the previous command to the current one. Let me illustrate that with an example:

    Say I want to run the command “nslookup www.google.com” but wrote “nslookup www.googlx.com” in a hurry.

    Instead of retyping the whole thing, I can say F2 and then say x. This will print all the characters upto “x”. Then you can press F3 to complete the command or type it manually.

  3. #3
    Join Date
    Feb 2009
    Posts
    673

    Re: Command Prompt Keyboard Shortcuts For Vista

    Thanks for sharing this useful info guys..

    Its really gonna save much time while working on command prompt..

Similar Threads

  1. command prompt not working in vista basic
    By r_j in forum Operating Systems
    Replies: 1
    Last Post: 17-07-2011, 05:40 PM
  2. How to clear arp cache from command prompt in Vista
    By Akiraa in forum Operating Systems
    Replies: 3
    Last Post: 19-05-2009, 11:47 PM
  3. Access Denied in Win Vista's command prompt
    By Salome in forum Operating Systems
    Replies: 2
    Last Post: 23-02-2009, 07:02 PM
  4. Replies: 5
    Last Post: 12-01-2009, 05:39 PM
  5. Add fonts to command prompt - Windows Vista
    By jacky in forum Customize Desktop
    Replies: 2
    Last Post: 16-12-2008, 06:13 PM

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,615,012.68389 seconds with 17 queries