10-29-2006, 09:40 AM
Create function MyTimerFunction and paste this:
In Properties, click Schedule and set schedule. Or, instead of sheduler, use this code:
;This function will run every 3 hours 45 minutes.
;To see how it works, you can run it using the Run button in the QM toolbar.
;Change xxx, username and password.
int hwnd
web "http://xxx" 1|8 "" "" 0 hwnd
AutoPassword "username" "password" ;;note: older QM versions don't have AutoPassword function.
10
clo hwndIn Properties, click Schedule and set schedule. Or, instead of sheduler, use this code:
