I have an AutoIt3 script called Animal.au3.
At the very end of the script is the line:
RUN("C:\Dog.au3").
I want to run the dog script (dog.au3, not dog.exe) when the animal script is done...
http://www.experts-exchange.com/Programming/Languages/Scripting/Q_23398565.html