#Process

1 messages · Page 1 of 1 (latest)

native otterBOT
#

This post has been reserved for your question.

Hey @ember gate! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

ember gate
#

i have this processbuilder which opens cmd

#

and executes a command

#

currently it has the option "/c" which terminates the process after execution, and switching that to /k should keep the process open

#

but it does not let me send more than 1 command after the initial execution of cmd

#

Do i have to first create a process that opens cmd, and then write commands to it?