Files
MOOSE_MISSIONS/OPS - PlayerTask/PlayerTask - 010 - Basics/unpack.ps1
T
Applevangelist 450ee2f561 PlayerTask Demos
Added
2022-08-19 10:24:51 +02:00

8 lines
199 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" *