my channels
business · cars · dieting · diy · dogs · etiquette · fitness · frugal living · green living · health · home business · home improvement · jobs · parenting · self help · travel
more

how to, education, diy, internet, guide, microsoft, windows, website, program, application, command, command prompt, dos, prompt, selector,
how to
education
windows
website
program
more...

How to Program a Website Selector Batch File in Windows


RELATED ARTICLES
How to Program an Application Selector Batch File in Windows
How to Convert WMV to AVI File Format Using Windows Movie Maker
Make Windows run faster...for free

This will teach you how to program an website selector which opens websites upon the touch of a button. Open up Notepad and then copy and paste the program code below. When done, name the saved file anything that ends in .bat, make sure it is not .txt or it will be just writing instead of a program. Here is the program code:

 @echo off

TITLE Website Selector

echo Created by Philip Dunay

echo Version 1.0

echo.

echo Starting up…

ping 127.0.0.1 -n 2 -w 1000>nul 2>nul

ping 127.0.0.1 -n 2 -w 1000>nul 2>nul

ping 127.0.0.1 -n 2 -w 1000>nul 2>nul

ping 127.0.0.1 -n 2 -w 1000>nul 2>nul

cls

:A

cls

echo Menu:

echo [1]- www.factoidz.com

echo [2]- www.runescape.com

echo [3]- www.youtube.com

echo [4]- www.facebook.com

echo.

echo What is your selection (1-5)? Press enter to confirm.

echo.

set /p number=

cls

if %number%==1 start www.factoidz.com

if %number%==2 start www.runescape.com

if %number%==3 start www.youtube.com

if %number%==4 start www.facebook.com

cls

echo Thank you for using Website Selector,

echo would you like to make another website selection?

echo.

echo Enter [Y] for yes, or [N] for no.

echo.

set /p select=

if %select%==Y goto A

if %select%==N goto closing

:closing

cls

echo Thank you for using Website Selector by Philip Dunay!

echo.

echo Program will terminate shortly

ping 127.0.0.1 -n 2 -w 1000>nul 2>nul

ping 127.0.0.1 -n 2 -w 1000>nul 2>nul

ping 127.0.0.1 -n 2 -w 1000>nul 2>nul

It ends at the line above.

This will help a lot, just keep it open, you may even add to it by observing it and seeing that first you write the reminder, then an index in the label for starting the application. You may also edit the program and just change the website URL in the section of where the old one was.  I hope this helps!


ABOUT THE AUTHOR
Philip Dunay

MY STATISTICS
Level : Fz Expert  [?]
25 Factoids published
9 followers & subscribers
+ 20 positive votes
MY EXPERT RANKINGS
#40 in education
#29 in diy
#1 in runescape
ABOUT THIS ARTICLE
0 comments
Published 2 months ago
+ 0 positive votes
SHARE THIS ARTICLE



NEW ARTICLE ALERTS
Sign up for notifications when new knowledge articles are published in topics relating to this article:
 how to
 education
 diy
 internet
 guide
 microsoft
 windows
 website
Email address:

Get published. Earn money. Gain Web cred.
Apply for a writer's account on Factoidz.

Related Articles
How to Easily Design a Website

Why you need a Content Managed Website

How to Convert a File Format from DivX File Extension to VOB

5 Web Marketing Strategies To Promote Your Online Business And Increase Website Traffic

How to sell products and services online by building your own website on a shoestring budget

BBW Harmony: A Review of A Great Dating Website

About Windows XP: How to Recover a Lost Login Password

How to choose the best website hosting company for your needs

PrimeSingles: My Review & Experiences With This Over-40s Dating Website

GoDaddy, Yahoo! Small Business or MyDomain? Evaluating your web hosting options.

Republish this article [?]
You may republish this article with proper attribution to the author and Factoidz.
Click to highlight the text, then press Control+C to copy to your clipboard
Popular in How To
Budgeting: LEARNING to Take Control of Your Money

How good is Your Memory and How Can We improve It: A Trick to Keep Yourself From Getting Angry.

Screen Printing At Home Made Easy

How to use tells to improve your Poker game

How to make a Michael Jackson Thriller costume

How to Make Alcohol: an extremely cheap, fast, and easy way to make decent quality alcoholic beverages

View more How To articles
Popular in Education
Budgeting: LEARNING to Take Control of Your Money

Placebo Power: Learning to Harness It

How good is Your Memory and How Can We improve It: A Trick to Keep Yourself From Getting Angry.

Bamboo: The Miracle Crop From the Past and a Hope for the Future

The National Day of Prayer Ignored: The National Day of Prayer for the Muslim religion to Go On

It's Time For Parents To Start Parenting Again!!

View more Education articles
More Related
10 primary differences between Windows XP and Windows Vista

How to Convert a File Format from a DivX File Extension to VOB

Blinds, Shades, Drapes: Ideas For Diy Decorative Coverings For Large Windows

Windows Registry Issues Which Cause Freezing: Missing Keys, Corrupted Drivers, Incorrect Software Removal

what to do when windows stick

How to choose the best website hosting company for your needs

Blinds, Shades, Drapes: Ideas For Diy Decorative Coverings For Large Windows

Windows Registry Issues Which Cause Freezing: Missing Keys, Corrupted Drivers, Incorrect Software Removal

Comments & Questions
Leave comment
You can sign in to comment under your Factoidz account.

Your name:

Email address:

Homepage (optional):

Comment:

Notify me of new comments