How can I schedule a daily task that accesses a web page?
I want to access the following web page daily. http://acbldistrict22.com/534/daily.php?userID=USERID&pw=PASSWORD
How can I automate this in WIN7?
Ausgewählte Lösung
It is possible to create a macros with an add on in Firefox https://addons.mozilla.org/en-US/fire.../imacros-for-firefox/ However Firefox will need to be opened manually.
If you want to run a script managed by Windows 7 the command line commands for Firefox can be referenced here: https://developer.mozilla.org/en-US/d.../Command_Line_Options
Diese Antwort im Kontext lesen 👍 1Alle Antworten (2)
Ausgewählte Lösung
It is possible to create a macros with an add on in Firefox https://addons.mozilla.org/en-US/fire.../imacros-for-firefox/ However Firefox will need to be opened manually.
If you want to run a script managed by Windows 7 the command line commands for Firefox can be referenced here: https://developer.mozilla.org/en-US/d.../Command_Line_Options
Thanks. I looked but couldn't find the command line options. This is what I needed.