In this blog post, i will show you how you can open a website via batch file. Note that the website will open in the default web browser of your system.
How to open a website via Batch file?
My system always has Internet Explorer as the default browser.
1. Open the Notepad and copy the following text
@echo off
start www.developerpublish.com
2. Save the filename and <your filename>.bat
3. Double click and open the saved file. It should open the website “Ginktage.com”.
nice trick! also, you can add more sites in the same batch file, and these will open simultaneously.