Re: How to make scripts reference multiple revs of an app
Re: How to make scripts reference multiple revs of an app
- Subject: Re: How to make scripts reference multiple revs of an app
- From: Christopher Stone <email@hidden>
- Date: Sun, 29 Feb 2004 01:05:42 -0600
At 23:09 -0500 02/28/2004, Ken Tozier wrought:
I've been scripting for a long time now but have never found a way to
reference multiple versions of an application.
______________________________________________________________________
Hey Ken,
You've got big problems if you're really attempting to script more than
one *version* of an application, because of the differences in
terminology.
But. If your main problem is simply accounting for different names of
the *same* version then this little number should work:
----------------------------------------------------------------------
tell application "Finder"
set BBEditApp to name of application file id "R*ch"
end tell
using terms from application "BBEdit"
tell application BBEditApp
make new text window
end tell
end using terms from
----------------------------------------------------------------------
Chris
_______________________________________________
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.