Tuesday, September 6, 2011

DOS Command Shell keyboard shortcuts

List of shortcut keys for DOS Command Shell File menu keyboard shortcuts keys

DOS Command Shell File menu keyboard shortcuts keys

Shortcut                                  Command
F1Repeats the letters of the last command line, one by one
F2Displays a dialog asking user to enter the char to copy up to of the last command line
F3Repeats the last command line (Similar to DOSKEY)
F4Displays a dialog asking user to enter the char to delete up to of the last command line
F5Goes back one command line
F6Enters the traditional CTRL+Z (^z) (End-Of-File)
F7Displays a menu with the command line history (Similar to DOSKEY)
F8Cycles back through previous command lines (beginning with most recent). If first typing the beginning letters of a command, then it will cycle through the previous commands matching that prefix when pressing F8.
F9Displays a dialog asking user to enter a command number, where 0 is for first command line entered
EscErase command line
TabFilename completion - cycles through all file names in current directory matching typed prefix
Up arrowCycles previous command line entries in backwards direction
Down arrowCycles previous command line entries in forwards direction
Right arrowRepeats letter at a time from previous command line

No comments:

Post a Comment