DOS Command Shell Keyboard Shortcuts

 

F1Repeats the letters of the last command line, one by one
EscErase command line
TabFilename completion - cycles through all file names in current directory matching typed prefix
F2Displays a dialog asking user to enter the char to copy up to of the last command line
Up arrowCycles previous command line entries in backwards direction
F3Repeats the last command line (Similar to DOSKEY)
Down arrowCycles previous command line entries in forwards direction
F4Displays a dialog asking user to enter the char to delete up to of the last command line
Right arrowRepeats letter at a time from previous 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

 

comments powered by Disqus