Skip to content

How to Execute Multiple Commands in One item in Nilesoft Shell? #652

Answered by RubicBG
zaved707 asked this question in Q&A
Discussion options

You must be logged in to vote
$app1 = '@sys.bin\notepad.exe'
$app2 = '@sys.bin\calc.exe'
item(title='Test' commands {
	cmd = msg('Hi') wait='true',
	cmd = app1, 
	cmd = app2, } )

#193 (comment)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zaved707
Comment options

Answer selected by zaved707
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants