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