Moving on even when a part fails
Moving on even when a part fails
- Subject: Moving on even when a part fails
- From: Lorin Rivers <email@hidden>
- Date: Tue, 2 Sep 2003 11:23:37 -0500
I have script that automates a group of application launchings and
things those apps need to do after launching.
tell application "foo"
activate
end tell
tell application "bar"
connect to thingie using settings {blah blah}
end tell
tell application "Finder"
open application "GooglieMooglie.app" of blah
end tell
If the "bar" app fails, the script stops, even though the code that
follows the end tell of "bar" is still something I want to occur. How
can I make the script continue?
Thanks, oh wise ones...
--
There is no kind of dishonesty into which otherwise good people more
easily and frequently fall than that of defrauding the government. -
Benjamin Franklin, statesman, author, and inventor (1706-1790)
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.