Run 2 processes with the same parameter
Posted: Thu Jun 29, 2023 6:46 pm
I have 2 processes, the first has a parameter on it to enter a single value, the other has no parameters on it at all.
I want to create a master process that uses ExecuteProcess to run both processes.
When it runs the first process in the list it would prompt them for the parameter, then the second process would run when the first has finished using the same parameter enter for the first process.
Master Process
ExecuteProcess('process1') when it runs it would require the user to enter a parameter
ExecuteProcess('process2') would then run using the same parameter used in process1.
Any help would be appreciated.
I want to create a master process that uses ExecuteProcess to run both processes.
When it runs the first process in the list it would prompt them for the parameter, then the second process would run when the first has finished using the same parameter enter for the first process.
Master Process
ExecuteProcess('process1') when it runs it would require the user to enter a parameter
ExecuteProcess('process2') would then run using the same parameter used in process1.
Any help would be appreciated.