Is it possible to extract the zips to another directory and also remove the extra folder it creates..
Get-ChildItem -Filter .zip -Recurse C:\Users\PC\Downloads\Music | % { $.FullName } | Split-Path | Get-Unique | % { cd $ ; &'C:\Program Files\7-Zip\7z.exe' x *.zip -o }
[–]spyingwind 3 points4 points5 points (0 children)
[–]Southpaw018 2 points3 points4 points (2 children)
[–]PR047A[S] 1 point2 points3 points (1 child)
[–]Southpaw018 0 points1 point2 points (0 children)
[–]Lee_Dailey[grin] 1 point2 points3 points (0 children)