7 Replies
command.kill
Not an option
ah, you are using
.output()
. to do more manual things, you need to use .child()
.That works, thanks
How can i wait for that command to finish though?
That works
Thank you very much