PDA

View Full Version : Waiting until application completes


beezwiser
07-15-2005, 12:26 PM
I am running some programs after the install completes but not before the install ends. I need the programs to run in sequence, but they seem to all be executing at the same time. I am using the shell command, is there a way to tell the command to wait until the program completes before running the next? :huh :huh

Adam
07-15-2005, 12:48 PM
In this case you should use File.Run rather than Shell. The File.Run action has an option to wait for return.

Adam Kapilik