AutoHotkey Community

It is currently May 27th, 2012, 8:47 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: July 12th, 2006, 11:16 pm 
Quote:
Display Power Management is a small command-line tool which allows you to turn the monitor or the screen saver on and off to save power. Run display.exe in a Command Prompt to learn more about its syntax.

[Download]


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 13th, 2006, 12:24 am 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
Do they do the same as the AHK commnads below?
Code:
SendMessage 0x112, 0xF140, 0,,Program Manager ; 0x112 WM_SYSCOMMAND, 0xF140 SC_SCREENSAVE
SendMessage 0x112, 0xF170, 1,,Program Manager ; 0x112 WM_SYSCOMMAND, 0xF170 SC_MONITORPOWER


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group