PowerShell Massive/Batch Extraction


/ Published in: Windows PowerShell
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. ls '[archives directory]�| % { &�[7z.exe path]� �e� �-o[output directory]� $_.FullName }

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.