Ok, I've got my scripts working great and have them schduled in Windows Task Scheduler. For some reason, when my scripts run from being awoken from Windows Sleep (not woken by me, but by Task Scheduler), they don't work. It's like the mouse does not work unless I actually wiggle my mouse physically.
I have told Task Scheduler to wake up from sleep to run these scripts and it does that. It just seems like my mouse does not work unless I touch it. I even tried moving the mouse in my script before clicking the buttons on my app.
Code:
MouseMove 500,500,75
Sleep, 1000
Any ideas on how to overcoem this?[/code]