Files
MOOSE_MISSIONS/MTS - Mantis/MTS-110 - Mantis Link to A2A-Dispatcher/unpack.ps1
T
2020-12-17 13:04:24 +00:00

8 lines
206 B
PowerShell

$dir = split-path -parent $MyInvocation.MyCommand.Definition
cd $dir
$file = Split-Path $dir -leaf
Remove-Item .\_unpacked -Force -Recurse
md "_unpacked"
cd "_unpacked"
. 7z x -r -y "..\$file.miz" *