I'm trying to figure out how I can call a script as one exits. I do not want to run the script inside of the other script. I want it to call the next one as it exits. I'm not sure if this can be done. Here is a better representation of it.
First Script runs
Exits - Calls Second Script
Second Script runs
exits - Calls Third
etc
etc
etc