Re: Redondant "tell" !?
Re: Redondant "tell" !?
- Subject: Re: Redondant "tell" !?
- From: jj <email@hidden>
- Date: Thu, 11 Mar 2004 18:47:36 +0100
>
=== faulty script ===
>
>
try
>
with timeout of 200 seconds
>
tell application "Finder"
>
>
-- Perform operation 1
>
-- Perform operation 2
>
-- Perform operation 3
>
>
-- operation 4
>
if exists file "A" of desktop then delete file "A" of desktop
>
if exists file "B" of desktop then delete file "Bf" of desktop
>
if exists file "C" of desktop then delete file "C" of desktop
>
end tell
>
end timeout
>
end try
>
>
=== end of faulty script ===
Hi!
Obviously, this "faulty script" should work fine on any computer. So... What
are operations 1, 2 and 3?
jj
--
http://www.macscripter.net/
http://www.osaxen.com/
_______________________________________________
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.