Showing posts with label BATCH FILE. Show all posts
Showing posts with label BATCH FILE. Show all posts

12 April 2011

Batch file for direct access website

Now most of our office work depend upon websites. It is very difficult to remember the address of all websites. For this we can take the help of Batch files.
Steps:
1.Open notepad
2.Type the following script
start iexplore http://www.saindiapost.blogspot.com/
(replace the URL of required website in the place of http://www.saindiapost.blogspot.com/)
3.Save the notepad.
4.Rename notepad as saindiapost.bat (Name may be anything but extension must be .bat)
This script works in Internet exp