![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | get-html Bit OT, but psh related. So this guy has a get-html script that grabs the console as formatted html. So how do I paste this output in OneNote or Word so it shows up rendered and not just text? I have been scratching my head for some time. tia http://ps1.soapyfrog.com/2007/01/06/...grabs-in-html/ -- William Stacey [C# MVP] |
My System Specs![]() |
| | #2 (permalink) |
| | Re: get-html not sure the right syntax but basically you have to put it on the clipboard and specify the contents are html etc.. |
My System Specs![]() |
| | #3 (permalink) |
| | Re: get-html I got the cut/paste thing. Let me ask another way. I get the html text instead of the formatted html. <pre style='color: #eeedf0; background-color: #012456; '>Windows PowerShell Copyright (C) 2006 Microsoft Corporation. All rights reserved. </pre> -- William Stacey [C# MVP] PCR concurrency library: www.codeplex.com/pcr PSH Scripts Project www.codeplex.com/psobject <klumsy@xtra.co.nz> wrote in message news:1176175220.231376.148080@l77g2000hsb.googlegroups.com... | not sure the right syntax but basically you have to put it on the | clipboard and specify the contents are html etc.. | |
My System Specs![]() |
| | #4 (permalink) |
| | Re: get-html how are you, programatically putting the html on the clipboard, how are you specifying that the contents of the clip are to be treated as rich html, rather than as dumb plain text? |
My System Specs![]() |
| | #5 (permalink) |
| | Re: get-html It's a couple of extra steps, but what I generally do is write the HTML to a file and launch that file using IE (from a script that wraps get-bufferhtml). When you copy/paste from IE, it shows up correctly in Word. I don't have the script on this PC or I'd post it. gaurhoth "William Stacey [C# MVP]" <william.stacey@gmail.com> wrote in message news:#FFNkYweHHA.4032@TK2MSFTNGP02.phx.gbl... > Bit OT, but psh related. So this guy has a get-html script that grabs the > console as formatted html. So how do I paste this output in OneNote or > Word > so it shows up rendered and not just text? I have been scratching my head > for some time. tia > > http://ps1.soapyfrog.com/2007/01/06/...grabs-in-html/ > > -- > William Stacey [C# MVP] > > > > |
My System Specs![]() |
| | #6 (permalink) |
| | Re: get-html "William Stacey [C# MVP]" <william.stacey@gmail.com> wrote in message news:#FFNkYweHHA.4032@TK2MSFTNGP02.phx.gbl... > Bit OT, but psh related. So this guy has a get-html script that grabs the > console as formatted html. So how do I paste this output in OneNote or > Word > so it shows up rendered and not just text? I have been scratching my head > for some time. tia > > http://ps1.soapyfrog.com/2007/01/06/...grabs-in-html/ > With PSCX 1.1.1 you can do this: gps | ConvertTo-Html Name, Id, Handles | Join-String | Set-Clipboard -Html {$_} Without PSCX 1.1.1, it gets tricky because you have to call the System.Windows.Forms.Clipboard.SetText($text, 'Html') method on a separate thread that is configured STA. -- Keith |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| WLM and HTML again | Live Mail | |||
| HTML in WLM | Live Mail | |||
| What is HTML? | Vista mail | |||
| working on html objects using HTML DOM, VBscript | VB Script | |||
| HTML | Vista mail | |||