Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with timing
#2
Create function MyTimerFunction and paste this:
Code:
Copy      Help
;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 hwnd


In Properties, click Schedule and set schedule. Or, instead of sheduler, use this code:

Code:
Copy      Help
int hour=60*60
int minute=60
tim (3*hour)+(45*minute) MyTimerFunction


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)