CTRL+V in windows cmd.exe
use AutoHotKey and exec this script
#IfWinActive ahk_class ConsoleWindowClass
^V:: ; Paste in command window.
StringReplace clipboard2, clipboard, \r\n, \n, All
SendInput {Raw}%clipboard2%
return
#ifWinActive
Written by Jarek Krochmalski
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Console
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#