Re: Finding and deleting specific extensions
Re: Finding and deleting specific extensions
- Subject: Re: Finding and deleting specific extensions
- From: Emmanuel <email@hidden>
- Date: Thu, 18 Sep 2003 22:58:26 +0200
At 2:21 PM -0600 18/09/03, Henry L Miller Jr wrote:
>
(*
>
need to find a way to "block"
>
these from compile process - OS 9 Finder complains
>
*)
It's a hard way to go - specially if you appreciate AppleScript because it's an English-like language - but you could use the raw codes. No one would ever complain: no application would be invoked for compilation, everything will be resolved at run time. Something like:
---------------------------------
set fred to "Finder"
tell application fred
<<event blahblah>> whatever
end tell
---------------------------------
Smile's documentation (the PDF that you download from Satimage-software's site) provides a chapter about that.
Emmanuel
<
http://www.satimage-software.com/softx.html#smile>
_______________________________________________
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.