Return to Snippet

Revision: 8141
at September 4, 2008 10:39 by dreamlusion


Updated Code
ls '[archives directory]�| % { &�[7z.exe path]� �e� �-o[output directory]� $_.FullName }

Revision: 8140
at September 4, 2008 10:35 by dreamlusion


Updated Code
ls '[archives directory]�| % { &�[7z.exe path]� �e� �-o[output directory]� $_.FullName }

Revision: 8139
at September 4, 2008 10:21 by dreamlusion


Initial Code
ls '[archives directory]‘| % { &”[7z.exe path]” “e” “-o[output directory]” $_.FullName }

Initial URL
http://dreamlusion.eucoding.com/doku.php?id=blog:2008:09:powershell_massive_batch_extraction

Initial Description
To run this script you will need the open source 7-Zip utility which is available [here](http://www.7-zip.org/).

Initial Title
PowerShell Massive/Batch Extraction

Initial Tags


Initial Language
Windows PowerShell