MarkerOps_Base Demo

This commit is contained in:
Applevangelist
2021-05-06 13:04:27 +02:00
parent 3b0eea1e18
commit 8ddcc0001f
12 changed files with 80257 additions and 0 deletions
@@ -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 ..