Re: Apple System Profiler
Re: Apple System Profiler
- Subject: Re: Apple System Profiler
- From: Mike Tuller <email@hidden>
- Date: Mon, 11 Dec 2000 11:02:21 -0600
It ran fine on my Powerbook after setting the location of everything, but
then I tried to run it on an iMac, and it didn't work, so I guess it is
picky as to what computer it will run on.
Don't worry about it, I'm just going to give up on it. I thought that this
would be the easiest way to get the information out and put into a
tab-delimited text file, but is turning out to be an incredible headache.
Maybe Apple will see the need for this and in OS X's System profiler make it
so you can export the data.
Thanks,
Mike
>
From: Bruce Robertson <email@hidden>
>
Date: Mon, 11 Dec 2000 08:47:05 -0800
>
To: Mike Tuller <email@hidden>
>
Subject: Re: Apple System Profiler
>
>
>
Your script doesn't compile; all the "info" statements are rejected. What's
>
the correct syntax?
>
>
> tell application "HardDisk:Desktop Folder:Apple System Profiler"
>
> make new report at beginning
>
> repeat until gathering is false
>
> end repeat
>
> set macOSInfo to MacOS info
>
> set memoryInfo to memory info
>
> etc.