Possible Duplicate:
How do I paste into the Windows CMD prompt by using only the keyboard?
The usual way to paste text in a cmd.exe shell is to right-click. How can you paste text using only the keyboard?
|
1
|
The usual way to paste text in a cmd.exe shell is to right-click. How can you paste text using only the keyboard? |
||||||||
|
closed as exact duplicate by alex, ~quack, Diago♦ Nov 9 at 3:49 |
|
| This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. |
|
|
ALT+Space E P :
|
||||
|
|
|
You can read more about it here. The short (but unpleasant answer) is:
|
||||
|
|
|
in AutoHotKey, allowing you to Control+V to paste :) |
|||
|
|
|
|
In addition to these answers, it might be noted that in cmd.exe you have to enable quick-edit mode in order for alt+space, p to work. Quick-edit mode can be enabled by clicking on the top left corner in cmd.exe, then selecting properties, then going to the options tab. |
||
|
|