Pages

Subscribe:

Dec 27, 2009

List of F1-F9 Key Commands for the Command Prompt

  1. F1 / right arrow: Repeats the letters of the last command line, one by one.
  2. F2: Displays a dialog asking user to "enter the char to copy up to" of the last command line
  3. F3: Repeats the last command line
  4. F4: Displays a dialog asking user to "enter the char to delete up to" of the last command line
  5. F5: Goes back one command line
  6. F6: Enters the traditional CTRL+Z (^z)
  7. F7: Displays a menu with the command line history
  8. F8: Cycles back through previous command lines (beginning with most recent)
  9. F9: Displays a dialog asking user to enter a command number, where 0 is for first command line entered.
  10. Alt+Enter: toggle fullScreen mode.
  11. up/down: scroll thru/repeat previous entries
  12. Esc: delete line
  13. Note: The buffer allows a maximum of 50 command lines. After this number is reached, the first line will be replaced in sequence.

0 comments: