SPAWNSTATIC

- Added demo showing how to dynamically spawn FARPs
- Renamed Simple Spawn demo
This commit is contained in:
Frank
2022-11-20 21:36:58 +01:00
parent 2a62f99972
commit 5e7f4af24f
6 changed files with 31 additions and 48 deletions
@@ -1,10 +0,0 @@
$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 ..
@@ -1,7 +0,0 @@
$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" *