PHC-Emersonbt
Forum Veteran
share ko ulit ito for pc, for fun enjoy dont forget to hit like.

how to make a
batch file which will open number of
websites with just one click. You can
also use this method to open different
computer programmes like internet
explorer, notepad etc.
Open Notepad and copy below codes
you can also add more website which
you want to open.
Save this file as batch.bat
Now open your save file and it will
open three websites wilth just one
click.
You can also add more sites by
writting Start followed by websites.
enjoy.

how to make a
batch file which will open number of
websites with just one click. You can
also use this method to open different
computer programmes like internet
explorer, notepad etc.
Open Notepad and copy below codes
Code:
@echo off
start
phcorner.org/
start www.google.com/
start www.facebook.com/
start www.yahoo.com/
start www.youtube.com/
you can also add more website which
you want to open.
Save this file as batch.bat
Now open your save file and it will
open three websites wilth just one
click.
You can also add more sites by
writting Start followed by websites.
enjoy.
