Tuesday 22 July 2014

How to schedule a website to open at a specific time in Internet Explorer

bat-file-icon
Some time we need to run a web application or a web page or web site in a specific period of time, for example I write my requirements, Suppose I am a programmer in any organization and I organize a website of web application in that organization, I made a specific web page or a web-based application, and I want to run that application on 10:00 am everyday, so for that what can I do ?
First of all after creating the webpage of web application that we want to run at specific time, we will create a Batch File that contain the specific website address. after creating the batch file we schedule a task in windows that run the batch file at specific time.
Here are the step by step guide to create a batch file in windows:
Steps 1:
1.  Click on Start, and type in search (shown with red arrow ) notepad and click the Notepad to open it, as shown the figure below:


2.  Write the following code of lines in notepad:
    
start iexplore http:/www.google.com



(instead of www.google.com, write your required website address)

3.  Press Ctrl + s to save the notepad file and save it as test.bat (.bat will store the file as batch file). see in the above figure:


Steps 2:
now the next step is to schedule a task in window, click the below link for schedule a task in windows.

No comments:

Post a Comment