From 36acaeb0badde69f25e38eba04a5fd8905ae5524 Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Tue, 24 Jan 2023 02:59:04 +0100 Subject: [PATCH] Readme in bins --- Winget-AutoUpdate/mods/bins/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Winget-AutoUpdate/mods/bins/README.md b/Winget-AutoUpdate/mods/bins/README.md index 57d9ff2..6f74d62 100644 --- a/Winget-AutoUpdate/mods/bins/README.md +++ b/Winget-AutoUpdate/mods/bins/README.md @@ -1,6 +1,8 @@ -A Directory for placing useful **bins** (**MsiZap.exe** as a really good example) for running via the **Template Function**: +A Directory for placing useful **bins** (**MsiZap.exe** as a really good example) for running via the **Template Function** (https://support.microfocus.com/kb/doc.php?id=7023386): -#App to Run ($RunWait = $False if it shouldn't be waited for) +#$RunWait = $False if it shouldn't be waited for completion. Example: +#$RunSystem = "C:\ProgramData\Winget-AutoUpdate\mods\bins\MsiZap.exe" +#$RunSwitch = "tw! {GUID}" $Run = "" $RunSwitch = "" $RunWait = $True