Calling a script from a script (and back again)
Calling a script from a script (and back again)
- Subject: Calling a script from a script (and back again)
- From: Byron Peterson <email@hidden>
- Date: Tue, 13 Feb 2001 09:03:57 -0700
Hello,
Is it possible to execute a script from within another script, have the
first script wait for the second script to finish, then continue.
ie. Script A executes script B. Script A waits for script B to finish.
When script B finishes, script a will then continue. (I do not need to pass
variables between the two scripts).
Thanks,
Byron