mirror of
https://github.com/iTracerFacer/DCS_MissionDev.git
synced 2025-12-03 04:14:46 +00:00
8 lines
199 B
PowerShell
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" *
|