VresiBerba Posted February 24, 2015 Share Posted February 24, 2015 (edited) I need a simple script that update a website (Live Formula 1 testing results) . So, it needs to press F5, wait for, say 5 minutes, and repeat, you know, goto 10. That's it. Can anyone help me throw this together quickly, I would appreciate it. Edited February 24, 2015 by VresiBerba Link to comment Share on other sites More sharing options...
VresiBerba Posted February 24, 2015 Author Share Posted February 24, 2015 Anyone. I've spent an hour on the web and I can't find anything. Can anyone help me? Link to comment Share on other sites More sharing options...
VresiBerba Posted February 24, 2015 Author Share Posted February 24, 2015 (edited) Okay, so it's; Send("{F5}") and, then? What's the wait command, how do I repeat it? Edited February 24, 2015 by VresiBerba Link to comment Share on other sites More sharing options...
Geir1983 Posted February 24, 2015 Share Posted February 24, 2015 While 1 Send("{F5}") Sleep(1000*60*5) ;sleep in ms Wend Link to comment Share on other sites More sharing options...
VresiBerba Posted February 24, 2015 Author Share Posted February 24, 2015 There we go. Thank you. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted February 24, 2015 Moderators Share Posted February 24, 2015 VresiBerba,As you seem to treat our Forum rules with complete contempt, we shall do the same to you. Account banned. M23P.S. See here for more explanation. Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts