mirror of
https://github.com/sphildreth/roadie
synced 2024-11-22 20:23:16 +00:00
2 lines
No EOL
221 B
PowerShell
2 lines
No EOL
221 B
PowerShell
gci -Path "N:\_complete" -r -include *.zip,*.rar,*.7z | foreach { & 'C:\Program Files\7-Zip\7z.exe' x $_.FullName -y -o"$('"'+$_.DirectoryName+'"')"}
|
||
Remove-Item –path N:\_complete -include *.7z,*.zip,*.rar -recurse |