Re: virtual memory settings
Re: virtual memory settings
- Subject: Re: virtual memory settings
- From: "Marc K. Myers" <email@hidden>
- Date: Thu, 29 Nov 2001 16:57:21 -0500
- Organization: [very little]
>
Date: Thu, 29 Nov 2001 17:47:51 +1100 (EST)
>
From: Mac Assimilator <email@hidden>
>
To: email@hidden
>
Subject: virtual memory settings
>
>
Hi All,
>
I am wanting to check the virtual memory control panel and if turned off turn
>
it on or vice versa, I have opened the control panel but that is as far as I can get..
>
>
Is there anyone out there with some Memory control panel scripts that I could use...
>
>
Would be greatly appreciated
tell application "Memory"
if state of virtual memory is inactive then
set state of virtual memory to active
else
set state of virtual memory to inactive
end if
end tell
Don't for get that when you change the state of virtual memory the
change doesn't take effect until after a restart.
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[11/29/01 4:55:10 PM]