My current technique is to right-click in the command prompt and then click paste. This bugs me - is there a better way?

link|improve this question
Just out of curiosity, does anyone know why they didn't just add support for a control-v paste command? – Shane Wealti Nov 2 '11 at 13:59
feedback

4 Answers

up vote 6 down vote accepted

This was solved on SF

link|improve this answer
Thanks for the reference. That's a excellent answer over there. It's so obvious in retrospect. :) – JMD Oct 29 '09 at 16:10
Yeah i know lol – admintech Oct 29 '09 at 16:16
feedback

alt+space+E+P should do it

link|improve this answer
feedback

Its not amazingly user friendly, but you can paste with ALT+Space, e, p.

From here.

link|improve this answer
feedback

Control and V, like the rest of the OS :P

#IfWinActive, ahk_class ConsoleWindowClass
^v:: Send !{Space}ep
#IfWinActive

(Yep, that's just automating the previous answers, but automating them it is. Autohotkey! :))

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.