roadie/Inspector/PreInspectScript.ps1
Steven Hildreth ca5db4cb17 resolves #16
2019-07-06 22:16:33 -05:00

2 lines
No EOL
221 B
PowerShell
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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