Getting Info from System Profiles
Getting Info from System Profiles
- Subject: Getting Info from System Profiles
- From: Jose Luis Paredes <email@hidden>
- Date: Mon, 12 Mar 2001 15:27:01 -0500
This is what I manage to get so far
tell application "Apple System Profiler"
activate
set this_report to make new report at end with properties ,
{report contents:{applications}}
save report 1 in file ((path to the desktop folder as text) &
"Applications Report")
close report 1 saving no
quit
end tell
I would prefer to parse for certain names so that only those would be
save in the report - ie only need to know if Photoshop is installed
and what version is it, but it looks as if I have to do it from
another application. Does anyone have a script that handles this kind
of request? Thanks in advance for all your help.
--
**************************
Jose Luis Paredes
Computer Support Specialist II
ITS Desktop Services
Yale University
email@hidden
Phone: (203) 432-9503
Fax: (203) 436-4087