Re: Calling a script from a script (and back again)
Re: Calling a script from a script (and back again)
- Subject: Re: Calling a script from a script (and back again)
- From: Emmanuel <email@hidden>
- Date: Tue, 13 Feb 2001 18:01:11 +0100
At 17:03 +0100 13/02/01, Byron Peterson wrote:
>
Is it possible to execute a script from within another script, have the
>
first script wait for the second script to finish, then continue.
I see no special problem - unless you do something special like "with
timeout of ..." or "ignoring application responses", Script A will wait for
completion of execution of Script A.
Have you any problem implementing your idea?
Emmanuel