Getting the system profile
Richard Gaskin
ambassador at fourthworld.com
Thu Jul 10 12:43:00 EDT 2003
Shari wrote:
> On Mac, the following will put the system profile into variable sysProf:
>
> set the directory to specialFolderPath(Apple)
> put "tell application" && quote & "Apple System Profiler" &
> quote & return & \
> "get the system profile" & return & \
> "end tell" into getInfo
> put "tell application" && quote & "Apple System Profiler" &
> quote & return & \
> "close window" && quote & "Apple System Profiler" & quote &
> return & \
> "end tell" into closeProfiler
> do getInfo as appleScript
> put the result into sysProf
> do closeProfiler as appleScript
>
>
> How do I do the same on Windows?
What information are you after? A lot of system info is available directly
in MetaTalk....
--
Richard Gaskin
Fourth World Media Corporation
Developer of WebMerge 2.2: Publish any database on any site
___________________________________________________________
Ambassador at FourthWorld.com http://www.FourthWorld.com
Tel: 323-225-3717 AIM: FourthWorldInc
More information about the metacard
mailing list