Added Load/Save Demo

This commit is contained in:
Thomas
2022-12-28 15:50:15 +01:00
committed by GitHub
parent f481360c7e
commit 5fb6f13426
4 changed files with 143 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
$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 ..