xadamz23 Posted February 3, 2004 Report Share Posted February 3, 2004 Hello,I have been trying to figure out a way to have the Windows Task Scheduler open IE to a specific webpage at a specific time.I can get it to start IE but is there a way to have it open my desired webpage?I tried using a shortcut to the webpage and that does not work.Anyone know if this is possible?P.S. I'm running XP Link to comment Share on other sites More sharing options...
Sir Radfordin Posted February 3, 2004 Report Share Posted February 3, 2004 Set your homepage to the page you want is your most likely option...or stop being so lazy ;) Link to comment Share on other sites More sharing options...
xadamz23 Posted February 3, 2004 Author Report Share Posted February 3, 2004 Set your homepage to the page you want is your most likely option...or stop being so lazy ;)I thought about setting it as my homepage but decided not to.And I dont appreciate being called lazy when you dont even know why I want to do this. I want it scheduled to run everyday at a specified time so I dont forget to punch out of work. We use a web based system for clocking in and out.But thanks for the input. Link to comment Share on other sites More sharing options...
Guest Lived Backwards Posted February 3, 2004 Report Share Posted February 3, 2004 set up a shortcut on your desktop (right click on desktop, new>shortcut>type in full web address i.e http://www.windowsforum.org) pointing to the relevant website......then put this shortcut into your task scheduler...this will then open the webpage at the time you specify. 1 Link to comment Share on other sites More sharing options...
xadamz23 Posted February 3, 2004 Author Report Share Posted February 3, 2004 set up a shortcut on your desktop (right click on desktop, new>shortcut>type in full web address i.e http://www.windowsforum.org) pointing to the relevant website......then put this shortcut into your task scheduler...this will then open the webpage at the time you specify.I tried that before and when I view the Task Scheduler log this is the error I receive:"Kronos.job" (Kronos.url) 2/3/2004 11:05:02 AM ** ERROR ** Unable to start task. The specific error is: 0x800700c1: (Unable to find an error message) Try using the Task page Browse button to locate the application.But thanks for trying to help Link to comment Share on other sites More sharing options...
Sir Radfordin Posted February 3, 2004 Report Share Posted February 3, 2004 Its a hard life isn't it ;)Create a task that will run IE at the time you wantThen open up the scheduled tasks and right click the new task just created and go to properties. Change the run to C:\PROGRA~1\INTERN~1\iexplore.exe http://www.google.comBut replace .google.com with the correct address you want to run. Make sure you have the password that is needed for the system set and click ok.Right click the task and choose run and it should work. Does for me anyway. Link to comment Share on other sites More sharing options...
xadamz23 Posted February 3, 2004 Author Report Share Posted February 3, 2004 Its a hard life isn't it ;)Create a task that will run IE at the time you wantThen open up the scheduled tasks and right click the new task just created and go to properties. Change the run to C:\PROGRA~1\INTERN~1\iexplore.exe http://www.google.comBut replace .google.com with the correct address you want to run. Make sure you have the password that is needed for the system set and click ok.Right click the task and choose run and it should work. Does for me anyway.Thanks,I was just going to ask the syntax for putting a URL at the end of"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Link to comment Share on other sites More sharing options...
Sir Radfordin Posted February 3, 2004 Report Share Posted February 3, 2004 and there you have it :) Link to comment Share on other sites More sharing options...
xadamz23 Posted February 3, 2004 Author Report Share Posted February 3, 2004 and there you have it :)Tried it and didnt work. viewed the log:"IEXPLORE.job" (logon) 2/3/2004 11:16:00 AM ** ERROR ** Unable to start task. The specific error is: 0x8007007b: The filename, directory name, or volume label syntax is incorrect. Try using the Task page Browse button to locate the application.This what was in the run command:"C:\Program Files\Internet Explorer\IEXPLORE.EXE http:\kweb\wfc\logon"Do I need a switch after IEXPLORE.EXE? or a forward slash so it would look like this:"C:\Program Files\Internet Explorer\IEXPLORE.EXE /http:\kweb\wfc\logon" Link to comment Share on other sites More sharing options...
Sir Radfordin Posted February 3, 2004 Report Share Posted February 3, 2004 shouldn't it be http://kweb/wfc/logon(note double // after http: and not single \ as you have got it)you shouldn't need to put a \ switch in after IEXPLORE.EXEDoes the logon page not have an extension?? (.htm/.asp/.jsp???) Link to comment Share on other sites More sharing options...
xadamz23 Posted February 3, 2004 Author Report Share Posted February 3, 2004 shouldn't it be http://kweb/wfc/logon(note double // after http: and not single \ as you have got it)you shouldn't need to put a \ switch in after IEXPLORE.EXEDoes the logon page not have an extension?? (.htm/.asp/.jsp???)figured out the problem.The webpage goes after the endquote in the target field.Should look like this:"C:\Program Files\Internet Explorer\IEXPLORE.EXE" http://kweb/wfc/logonThanks for your help Link to comment Share on other sites More sharing options...
Recommended Posts