How can I execute a batch (.bat) and wait that this finish to execute another activity in a worflow
- You create the .bat via the ‘Write text file’. Just make sure to add .bat as extension in the filename.
- You can then run this via ‘start process’ where you give this full path as argument
Hi, tkanks for your answer. I tried to do that, but the next activity of ‘start process’ don’t wait that the bat finish.