code is simple.
@echo off
title Go to site
start http://jascripts.blogspot.com/
Save this batch script with a name you want and after executing it you will be taken to the URL specified in your script in your default browser.
Note: If it gives errors
use
start iexplore.exe http://jascripts.blogspot.com/
No comments:
Post a Comment