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