How Can I Launch Two Applications, Wait Until One Program Ends, and Then Close the Other?
Hey, Scripting Guy! Here’s what I’d like to do: I want a script that will launch two executable files. After the first application closes I’d like the script to close the second application and then quit. How can I do that?-- MK Hey, MK. You know, this is the kind of question we like. Why? Because it sounds really complicated an...