How Can I Wait Until One Application Has Quit Before Starting a Second Application?
Hey, Scripting Guy! I have a script that starts two applications; however, the second application can not start until the first program has finished running. How can I ensure that my second program doesn’t start until the first one ends?— OR
Hey,


