roadie/Inspector/PreInspectScript.ps1

2 lines
221 B
PowerShell
Raw Normal View History

2020-04-12 20:01:45 +00:00
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