Command Prompt-Shortcut Keys
Command Prompt Keyboard Shortcuts
* F1 or Right Arrow Auto fills characters from previously ran command one by one in the current command prompt session* F2 Copies characters from previously ran command in the current command prompt session
* F3 Repeats running the last command ran in the current command prompt session
* F5 or Up/Down Arrow Cycles through previously ran commands from command history in the current command prompt session
* F7 Displays list of all previously ran commands in the numerical order that they were ran in from the current command prompt session. You can use the Up or Down arrow keys to cycle though them, and press Enter to run the selected command.
* F8 Auto fills matching command name from previously ran command history in the current command prompt session when you type a charater and press F8. Continuing to press F8 will allow you to cycle through all matching names.
* F9 When pressed, this will ask you to "Enter command number". Type in the command number from the order it was ran (F7 to see number) in and press Enter to run the command.
* ALT+F7 Clears command history
* Esc Erases current line
* Tab Auto fills matching file or folder names in current directory when you type a charater and press tab. Continuing to press tab will allow you to cycle through all matching names in current directory.