hennanra3
asked on
Windows Task Scheduler - Open Specific Webpage
Hello,
Could someone advise me on how I can set up task scheduler (step by step) to open a specific web page. I need this to be done at a certain time each day and then for the opposite - i.e. web page closed - to be done at a set interval. I have used task scheduler and it seems intuitive if you only need an application opened - but not sure how I would specify exact location to be opened.
Kind Regards,
Raheel
Could someone advise me on how I can set up task scheduler (step by step) to open a specific web page. I need this to be done at a certain time each day and then for the opposite - i.e. web page closed - to be done at a set interval. I have used task scheduler and it seems intuitive if you only need an application opened - but not sure how I would specify exact location to be opened.
Kind Regards,
Raheel
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
And how to close it again?
ASKER
Hi,
Thanks mplungjan - the opening part worked. Yes, good point re closing - any ideas?
Mereshk - thanks for clarification - that part I already understood - it was just the URL string I really needed.
I don't think the scheduling tool is necessary for my requirements - I'm almost there using task scheduler and the features of that are too excessive for what I need.
Regards,
Raheel
Thanks mplungjan - the opening part worked. Yes, good point re closing - any ideas?
Mereshk - thanks for clarification - that part I already understood - it was just the URL string I really needed.
I don't think the scheduling tool is necessary for my requirements - I'm almost there using task scheduler and the features of that are too excessive for what I need.
Regards,
Raheel
ASKER
Hi - yep but after the trial period it requires purchase of software - I want a free solution :-)
I'm sure you can use a local frameset to display the page, use the windows scheduler to display it, and the close command can go in the local frameset.
If the close command absolutely must come from the scheduler too, then you can put the frameset non-local and use a URI parameter to signal this, and use AJAX to communicate the close to a central server to signal that a close has been issued. For which the original frameset would be polling at regular intervals. Overkill? I think maybe.
--
Lee
If the close command absolutely must come from the scheduler too, then you can put the frameset non-local and use a URI parameter to signal this, and use AJAX to communicate the close to a central server to signal that a close has been issued. For which the original frameset would be polling at regular intervals. Overkill? I think maybe.
--
Lee
ASKER
Just a bit :-) - any ideas of any rival task scheduling tools that are cheaper as even a single license of the above is pretty pricey.
Google is your friend. I do not know any of them anyway
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Oh, you can remove the line: top.status = new Date() + document.cookie; - that was just me testing it.
--
Lee
--
Lee
http://www.evans-programming.com/schdl.htm