Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Software (http://archives1.twoplustwo.com/forumdisplay.php?f=47)
-   -   AHK timer script (http://archives1.twoplustwo.com/showthread.php?t=300950)

michaelantoi 01-07-2007 08:41 PM

AHK timer script
 
I know I can set hot keys to emulate mouseclicks.

Is it possible to write a script that will allow me to set a timer for a mousclick to go off?

Ie. At 4.30pm click the pause button. At 5.30 click the play button.

This is just an example.

illunious 01-08-2007 01:46 AM

Re: AHK timer script
 
It's definitely possible only with AHK, but it would probably be better (from what i can read into your example) to write an AHK script that does what you want (without any scheduling code), compile it, and then use windows built in scheduler to execute it.

That way:
A: you don't have to have the program running continuously.
B: modifying the date/time of execution won't require modifying the source.
C: testing it is easier


All times are GMT -4. The time now is 05:35 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.