Hi Guys, How r u?
Here is a another BAT SCRIPT for you.
All of you, need a Web Browser. You need to open your Browser and type URL of your fav site as many time as you want to open your fav site LIKE: Google.com OR Yahoo.com
I have a solution!!!
Just add your fav sites in this script and you can open them with one button!!!
You know the STEPS?
1) Open NOTEPAD
2) COPY the CODE Section and PASTE into NOTEPAD.
3) Save it as "anyname.bat". (Remember that ".bat" is compulsary)
CODE:
Enjoy!!!!!
Please don't forget to leave a comment about this script.
Here is a another BAT SCRIPT for you.
All of you, need a Web Browser. You need to open your Browser and type URL of your fav site as many time as you want to open your fav site LIKE: Google.com OR Yahoo.com
I have a solution!!!
Just add your fav sites in this script and you can open them with one button!!!
You know the STEPS?
How to use it?
If NO, thn last time i'll define them :- 1) Open NOTEPAD
2) COPY the CODE Section and PASTE into NOTEPAD.
3) Save it as "anyname.bat". (Remember that ".bat" is compulsary)
CODE:
@echo off
color 0a
title Site Selector by Anu007Tiger
set google=1
set yahoo=2
set synthasite=3
set facebook=4
set myspace=5
set computertricker=6
set weather=7
set wikihow=8
set instructables=9
set youtube=10
set answers=11
set wikipedia=12
set exit=e
set back=b
:top
echo ***************************************************************
echo.
echo Site Selector
echo.
echo ***************************************************************
echo.
echo Key:
echo [1] Google - Search Engine
echo [2] Synthasite - Free Webs
echo [3] Yahoo - Search Engine/Mail Server
echo [4] Facebook - Social Networking
echo [5] Myspace - Social Networking
echo [7] Weather - Weather
echo [8] WikiHow - A How-To Website
echo [9] Instructables - A How-To Website
echo [10] YouTube - Online Videos
echo [11] Answers - Online Encyclopedia
echo [12] Wikipedia - Online Encyclopedia
echo.
echo [e] Exit
echo.
echo ***************************************************************
echo Enter the number of the website which you would like to go to:
echo.
set /p udefine=
echo.
echo ***************************************************************
if %udefine%==1 start www.google.com
if %udefine%==2 start www.synthasite.com
if %udefine%==3 start www.yahoo.com
if %udefine%==4 start www.facebook.com
if %udefine%==5 start www.myspace.com
if %udefine%==7 start www.weather.com
if %udefine%==7 start www.wikihow.com
if %udefine%==9 start www.instructables.com
if %udefine%==10 start www.youtube.com
if %udefine%==11 start www.answers.com
if %udefine%==12 start www.wikipedia.com
if %udefine%==e goto exit
cls
echo ***************************************************************
echo.
echo Thank You for using Site Selector by Anu007Tiger
echo.
echo ***************************************************************
echo Type [e] to exit or [b] to go back and select another site.
echo.
set /p udefine=
echo.
echo ***************************************************************
if %udefine%==b goto top
if %udefine%==e goto exit
:exit
cls
echo ***************************************************************
echo.
echo Thank You for using Site Selector by Anu007Tiger
echo.
echo ***************************************************************
echo Press any key to exit
pause >nul
exit
Enjoy!!!!!
Please don't forget to leave a comment about this script.
0 comments:
Post a Comment