I want to cut and paste from cmd and keep the color information when pasting to another application. It's similar to pasting in most applications with formatting information.
Is there a way to do this? Or can it be done with an app similar to cmd?

|
I want to cut and paste from cmd and keep the color information when pasting to another application. It's similar to pasting in most applications with formatting information. Is there a way to do this? Or can it be done with an app similar to cmd?
|
||||
|
|
|
The PowerShell folks, on their blog, posted an article titled: Colorized capture of console screen in HTML and RTF Once it's in a RTF file, with colors, open the RTF with Word or OpenOffice and copy the text to your target application. As PowerShell is a nice replacement of cmd.exe with a lot more features, give it a try. |
|||||||
|
|
Colours in cmd are not the same as normal colours, it's the interpreter interpreting colour codes. I do not believe it's possible to do, and checking in Console2, it can't do it either, so it's probably for a very good reason. |
|||||
|
|
There is a long winded way of doing it, using screen capture?
Then those screen capture shots, will be ready to be inserted into Word as an image for documenting purposes. Of course, it's not text, so it won't be selectable. But it may be better than nothing. Hope this helps, Best regards, Tom. |
||||
|
|