Re: Get value of PowerManagement Plist key? / Keychain
Re: Get value of PowerManagement Plist key? / Keychain
- Subject: Re: Get value of PowerManagement Plist key? / Keychain
- From: Martin Orpen <email@hidden>
- Date: Tue, 14 Jun 2005 17:49:52 +0100
on 14/6/05 16:16, Neil Lee at email@hidden wrote:
> defaults read /Library/SystemConfiguration/com.apple.PowerManagement
> "Dynamic Power Step"
If you are already using pmset, you could grab the value using awk:
do shell script "pmset -g | awk '/dps/ { print $NF }'"
HTH
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden