-
Website
http://www.tech-recipes.com/ -
Original page
http://www.tech-recipes.com/rx/249/cmd-copypaste-between-window-and-command-consoledos-program/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
davak
83 comments · 1 points
-
danishbacker
9 comments · 1 points
-
flexinfo
11 comments · 1 points
-
bej
4 comments · 1 points
-
dimithri
5 comments · 1 points
-
-
Popular Threads
-
Windows 7: How to Prevent the Mouse from Waking your PC
1 week ago · 2 comments
-
Outlook 2010: Turn Off Attachment Preview
2 weeks ago · 2 comments
-
Gmail: How to Send SMS Messages Without Using Email
3 weeks ago · 2 comments
-
Thunderbird 3: How to Download Images Automatically
2 weeks ago · 1 comment
-
Windows 7 – Prevent Live Messenger from Opening at Start Up
2 weeks ago · 1 comment
-
Windows 7: How to Prevent the Mouse from Waking your PC
P.S. copy from DOS program to Windows seems to work just fine. All text highlighted copies from the one to other.
i didn't have a way to copy from the command prompt before but there is another way to paste into it--try this with or without quickedit:
- get some text in the clipboard
- alt-space, e, p
- it's pasted!
you can also right-click the title bar or left-click the control box and choose edit/paste from there.
besides that you can right-click in the window (without quickedit) and choose paste.
oddly enough, there's a "copy" menu option, but it is always grayed out on the window's context menu (works in the control menu > edit) as you cannot select text other than select all, and when you right-click again the text is unselected.
thanks.............
Still when i try and past into the CMD window... nothing appears? :-(
reg.exe add HKCU\Console /v QuickEdit /t REG_DWORD /d 1 /f
in the command prompt, and it works fine now...