RosettaCodeData/Task/Create-an-HTML-table/PowerShell/create-an-html-table-3.psh

2 lines
100 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
$object | ConvertTo-Html | Out-File -FilePath $env:temp\test.html ; invoke-item $env:temp\test.html