in reply to 2 scripts talking to each other

You could have the grabbing script (script1) call the execute the the second script (script2).

Just have script1 do a exec() calling script2 when it's done with the file.

script1 would know best.

- FrankG

Replies are listed 'Best First'.
Re: Re: 2 scripts talking to each other
by prion (Novice) on May 02, 2001 at 20:37 UTC
    Thanks, I'll look into that.