Re: Two questions
Re: Two questions
- Subject: Re: Two questions
- From: Paul Skinner <email@hidden>
- Date: Tue, 9 Jul 2002 11:17:58 -0400
Oh yeah, the subject seems to indicate there were two questions.
On Sunday, July 7, 2002, at 09:55 AM, Jeffrey Camiel wrote:
1. Does anybody have a simple script that lists all the applications
within a volume to a text file? for 10.x and 9.x
Well covered already.
2. When I use a script to open the Apple System Profiler in 10.x, it
always starts the classic environment and the 9.x Apple System
Profiler, how can I get the 10x version to run?
As for this poor little ignored question, you can use the full path.
Strange really, it should default to the newest version of a given app
if you have more than one version installed.
tell application "Macintosh HD:Applications:Utilities:Apple System
Profiler.app:"
launch
end tell
Much thanks in advance.
Jeff
--
Can't make "old8tracks" into a record.
Paul Skinner
_______________________________________________
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.