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.

My system always has Internet Explorer as the default browser.

1. Open the Notepad and copy the following text

@echo off

    start www.ginktage.com

2. Save the filename and <your filename>.bat

3. Double click and open the saved file. It should open the website “Ginktage.com”.

Share