Hi guys
I’m using the Start Process Activity to run some commands in cmd. It’s working only for fast commands, but I don’t know how to make the Start Process wait until the command finish. Example: I need to run a R script to generate some .txt files and this script takes about 45 seconds. Using the Start Process I can execute the command, but it close before the command finish. Can someone help me?