Command Prompt
Windows' traditional shell environment for efficient text-based batch processing and system administration
Ctrl+V
Paste
Pastes text from the clipboard.
💡 Hint: Paste V
↑
Previous History
Shows the previous command from history.
💡 Hint: Up arrow
↓
Next History
Shows the next command from history.
💡 Hint: Down arrow
Home
Move to Beginning
Moves the cursor to the beginning of the current line.
💡 Hint: Home
End
Move to End
Moves the cursor to the end of the current line.
💡 Hint: End
←
Move Left
Moves the cursor one character to the left.
💡 Hint: Left arrow
→
Move Right
Moves the cursor one character to the right.
💡 Hint: Right arrow
Esc
Clear Line
Clears the current line.
💡 Hint: Escape
Ctrl+C
Cancel Command
Cancels the currently running command (when no text is selected).
💡 Hint: Cancel
F1
Previous Character
Types the character from the same position in the previous command.
💡 Hint: F1
F2
Copy to Character
Copies from the previous command up to a specified character.
💡 Hint: F2
F3
Paste Remaining
Pastes the remaining part of the previous command.
💡 Hint: F3
F4
Delete to Character
Deletes from cursor position to a specified character.
💡 Hint: F4
F5
Cycle Up
Cycles up through command history.
💡 Hint: F5
F7
History List
Shows a list of command history.
💡 Hint: F7
F8
Search History
Searches history for commands starting with typed text.
💡 Hint: F8
F9
Run by Number
Runs a command by its history number.
💡 Hint: F9
F11
Toggle Fullscreen
Toggles fullscreen mode.
💡 Hint: F11 (standard)