Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Schedule IE to open

Status
Not open for further replies.

dexeloper

Programmer
Oct 26, 2004
162
GB
I realise this isn't ASP but I suspect many ASPers will be interested. I want to schedule the opening of an ASP page. I can schedule the opening of IE with this:

C:\PROGRA~1\INTERN~1\IEXPLORE.EXE

How do I get IE to open at a specific page? If this can be done then a script could be scheduled without access to the underlying database.
 
You can just add the url of the page you want to access after the command to open iexplorer (leave a space):

Code:
C:\PROGRA~1\INTERN~1\iexplore.exe [URL unfurl="true"]http://www.google.co.uk[/URL]

Cheers

Nick
 
You're right - I'd tried all sorts of syntax.
Many thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top