Re: Hiding the Apple System Profiler while it executes
Re: Hiding the Apple System Profiler while it executes
- Subject: Re: Hiding the Apple System Profiler while it executes
- From: Jed Verity <email@hidden>
- Date: Tue, 13 Feb 2001 21:40:39 -0800
Hi Randy,
There's probably a better way to do this but to hide the profiler
immediately after launching...
---begin script
tell app "Apple System Profiler"
activate
my HideMe()
--do stuff
end
on HideMe()
tell app "Finder" to set visible of process "Apple System Profiler" to false
end
---end script
HTH,
Jed
On 12/13/01 9:20 PM, randy graves uttered these immortal words:
>
I'm new to AppleScript, and I'm wondering if there is any way to hide the
>
screen display of the System Profiler, but still get the results of its
>
having been run? I need to discover the inventory of many Macs, and people
>
tend to bail on the Profiler when they see it auto-exectuing on their
>
desktop.
>
>
Any help would be appreciated, I can't seem to find a directive in the
>
Profiler dictionary that will make it run in the background.
>
>
Randy graves
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
~)~)~)~)~)~)~)~)~)~)~)~)~)
Jed Verity