-
Beta Was this translation helpful? Give feedback.
Answered by
RubicBG
Mar 12, 2025
Replies: 1 comment 1 reply
-
$app1 = '@sys.bin\notepad.exe'
$app2 = '@sys.bin\calc.exe'
item(title='Test' commands {
cmd = msg('Hi') wait='true',
cmd = app1,
cmd = app2, } ) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zaved707
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#193 (comment)