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

2 lines
100 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$object | ConvertTo-Html | Out-File -FilePath $env:temp\test.html ; invoke-item $env:temp\test.html