Files
MOOSE_MISSIONS/SET - Data Sets/SET-SCENERY/SET-SCENERY-100 - Scenery Set From Zone/pack.ps1
T
2022-11-03 09:07:16 +01:00

11 lines
169 B
PowerShell

$dir = split-path -parent $MyInvocation.MyCommand.Definition
cd $dir
$file = Split-Path $dir -leaf
$dir
$file
cd "_unpacked"
. 7z a -r -y -tzip "..\$file.miz" *
cd ..