Scrap: Revision history

From Piszczynski

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 November 2023

11 November 2020

  • curprev 19:2119:21, 11 November 2020piszczynski>Aleks 286 bytes +286 Created page with "foreach($file in (Get-ChildItem "C:\temp")) { $newname = $file.FullName -replace '\.xls$', '.csv' $ExcelWB = new-object -comobject excel.application $Workbook = $ExcelW..."