Re: osacompile -I
Re: osacompile -I
- Subject: Re: osacompile -I
- From: julifos <email@hidden>
- Date: Wed, 11 Jun 2003 17:29:20 +0200
>
According to Apple9s secret documentation (not the man pages), there an
>
osacompile switch -i that lets you load an application9s terminology so
>
that its terms can be resolved without targeting it explicitly, but I have
>
not gotten this to work. Can someone give a working example? m.
>
>
matt neuburg, phd = email@hidden, http://www.tidbits.com/matt
>
pantes anthropoi tou eidenai oregontai phusei
>
Subscribe to TidBITS! It's free and smart. http://www.tidbits.com/
This one works for GraphicConverter (because it stores aete into fork?):
#########################################
set x to alias "path:to:GraphicConverter.app"
do shell script "cd ~/Desktop;osacompile -e 'registered' -i " & quoted form
of POSIX path of x
#########################################
JJ
_______________________________________________
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.