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

education, diy, internet, computer, microsoft, windows, program, file, application, batch, batch file, cmd, command, command prompt, prompt, selector,
education
diy
microsoft
windows
program
more...

How to Program an Application Selector Batch File in Windows


RELATED ARTICLES
How to Program a Website Selector Batch File in Windows
How to Fix the Windows Error Message: “SVCHOST.EXE Application Error” in Win...
How to Convert WMV to AVI File Format Using Windows Movie Maker

This will teach you how to program an application selector, mainly for Windows XP. 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 Application Selector

echo Created by Philip Dunay

echo Version 1.0

echo.

echo *** Note that these commands work best in Windows XP ***

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]- Notepad

echo [2]- Documents

echo [3]- Command Prompt

echo [4]- Chrome

echo [5]- ITunes

echo.

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

echo.

set /p number=

cls

if %number%==1 start notepad

if %number%==2 start explorer

if %number%==3 start cmd

if %number%==4 start chrome

if %number%==5 start itunes

cls

echo Thank you for using Application Selector,

echo would you like to make another 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 Application 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. 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
#41 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:
 education
 diy
 internet
 computer
 microsoft
 windows
 program
 file
Email address:

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

Related Articles
How to buy energy-efficient windows

Are You Confused About Energy Efficient Windows and Doors?

How to Create a Screensaver for Windows XP and Windows Vista

10 Easy steps to keep your PC healthy with Windows XP

Make Windows run faster...for free

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

10 primary differences between Windows XP and Windows Vista

How to choose the best website hosting company for your needs

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

iPowerWeb: Full Review of Web Hosting Services and Coupon Code

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 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
Popular in Diy
Budgeting: LEARNING to Take Control of Your Money

Screen Printing At Home Made Easy

A diy guide to installing a bathroom exhaust fan

DIY project: how to build a bookcase

How to make a Michael Jackson Thriller costume

How to build a retaining wall for your home or garden

View more Diy articles
More Related
How to Convert a File Format from a DivX File Extension to VOB

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

what to do when windows stick

How to Convert a File Format from a VTS File Extension to AVI

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

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

How much energy can you save by installing double glazed windows in your home?

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

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