| Author |
Message |
Forum: Support Topic: Problem with if function |
| louis058 |
|
Posted: August 31st, 2010, 10:42 am
|
|
Replies: 3 Views: 185
|
Man I'm stupid. |
|
 |
Forum: Support Topic: Problem with if function |
| louis058 |
|
Posted: August 31st, 2010, 9:43 am
|
|
Replies: 3 Views: 185
|
| I've made a script that I will put in task scheduler as a reminder, but it doesn't work. Here it is: Gui, Add, Text,, Have you tidied all parts of your room? Gui, Add, Checkbox, vDesk, Desk Gui, Add, Checkbox, vSofa, Sofa Gui, Add, Button, Default, Yes Gui, Show, W200 return ButtonYes: if (Desk&... |
|
 |
Forum: Support Topic: Tray menu |
| louis058 |
|
Posted: August 24th, 2010, 11:26 am
|
|
Replies: 1 Views: 254
|
| I think it's the Menu command, but I can't find something that tells me how to add buttons to the tray menu (i.e. The menu that appears when you right click the AutoHotkey icon). |
|
 |
Forum: Scripts Topic: Work Break Timer, Task/Idea Logger, ScreenCapture - v. 3.00 |
| louis058 |
|
Posted: August 23rd, 2010, 10:21 am
|
|
Replies: 144 Views: 53647
|
| I tried to delete the folder, but the folder 'Images' became locked, access denied. I couldn't even take ownership of it, even though I was the Admin. Any reason for this, or is this exclusive to me? |
|
 |
Forum: Support Topic: Time Variables |
| louis058 |
|
Posted: August 22nd, 2010, 6:09 pm
|
|
Replies: 1 Views: 150
|
| I've done a script like this, which uses time variables: If (A_Hour = 00-18) && (A_Min = 00-00) && (A_Sec = 00-00) { Run %A_ProgramFiles%\CCleaner\ccleaner.exe /auto Sleep 1000 } #Persistent But it doesn't work, which I think is due to me not underst... |
|
 |
Forum: Support Topic: How to make a script continue running |
| louis058 |
|
Posted: August 21st, 2010, 10:17 pm
|
|
Replies: 1 Views: 106
|
| How do you get the scripts to continue running indefinitely? I've made one that watches for what the time is, and then runs something when it reaches a certain time, but it just starts and then exits (I haven't put return or exit at the end either). |
|
 |
| Sort by: |