| Author |
Message |
Forum: Support Topic: auto launch a program at a certain time |
| grbaseball |
|
Posted: December 16th, 2008, 5:49 pm
|
|
Replies: 6 Views: 1217
|
| I was able to use the code suggested by slanter, however I had to tweak it as it does a check every second to see if the hour is 9 which causes program.exe to get launched every second during the 9am hour. here was what i ended up with: loop { if A_WDay between 2 and 6 { if (A_Hour = 0... |
|
 |
Forum: Support Topic: auto launch a program at a certain time |
| grbaseball |
|
Posted: December 15th, 2008, 5:29 am
|
|
Replies: 6 Views: 1217
|
| I am trying to create script to automatically launch a program at 9:00 am but only on Monday - Friday without the need of pressing any hotkeys. Basically I'd like my work pc to auto launch my main work program before I come into work so its already loaded and ready to go. I am relatively new to auto... |
|
 |
| Sort by: |