For example, if you wish to open Google website using both IE and Firefox with one click, just do the following:
- Create a Google.bat using your favourite editor
- Type this to open the Google website using IE: start iexplore -new http://www.google.com.sg
- Type this to open the Google website using Firefox: start firefox -url http://www.google.com.sg
- Save and click on Google.bat.
In the end, your Google.bat will look like the following:
start iexplore -new http://www.google.com.sg
start firefox -url http://www.google.com.sg
That's it. Just run this Google.bat and Google will be open in both Internet Explorer and Firefox. Hope this helps.
No comments:
Post a Comment
Please bear with the word verification as I have been getting tons of spam comments daily.
You will see 2 sets of images for the word verification. Type the characters you see on the first image, followed by a space, and the characters you see on the second image.