Jump to content

Read time


 Share

Recommended Posts

Hello,

i have this here that is using my computers time to do something on a web browser,

but that page has its own time and its not the same with my pcs so any help i can make the script use the webpages time? thanks

 

While 1
If @HOUR = 23 And @MIN = 35 And @SEC = 55 And @MSEC = 000 Then
MouseClick($MOUSE_CLICK_LEFT, 1253, 454, 1,0)
Sleep(100)
MouseClick($MOUSE_CLICK_LEFT, 1253, 559, 1,0)
 EndIf

WEnd

 

Link to comment
Share on other sites

If you want to start a program at a specific time, just use Windows Task Scheduler for it.  That way you won't overload your CPU for nothing and you will be sure that it will launch (not like your code where you may be missing the exact msec)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...