Showing results for console - PowerShell Team

Jan 11, 2009
0
0

Copy console screen to system clipboard

PowerShell Team
PowerShell Team

In the previous example we learned how to create a colorized copy of console in HTML and RTF format. However, the output of these scripts cannot be readily used for pasting into web or word processing applications. To insert it into your article in MS Word format, you need several steps: generate RTF string, save it to an RTF file, then open the ...

CTP3consoleClipboard
Jan 11, 2009
0
0

Colorized capture of console screen in HTML and RTF.

PowerShell Team
PowerShell Team

In the previous post we demonstrated how we can use console host API to capture screen buffer contents as text. But what if we want some colors. Would not it be nice to publish colorized copy of console in HTML or insert it as part of Microsoft Word document. For this to work we need to add some modifications to original script. Colors of each ...

consoleHTMLRTF
Jan 10, 2009
0
0

Capture console screen

PowerShell Team
PowerShell Team

Seeing nicely formatted console examples in a previous post has inspired me to write a script that captures the console screen buffer directly from the Windows PowerShell console host. With this script you can make console "screen shots" to demonstrate some of your favorite Windows PowerShell concepts, and then post them to your blog...

consoleHost