>>I need MacPerl to wait until AppleScript finishes. > >Can you have your AppleScript write a file to a particular location on >disk (maybe a fixed name in the Temporary Items folder)? MacPerl could >watch for that file to appear before continuing. Jamie: Thanks for the tip. Just tried that and it didn't work, because when MacPerl resumes activities, the AppleScript stop running (because MacPerl is not Multi-Threading?) and when MacPerl finishes, the AppleScript continues :-\ Matthias Neeracher sent me a message and told me to use: with timeout of 300 seconds end wrapping the AppleScript, but it didn't work. Thanks again. Giuseppe