im trying to write a batch file that will ask me to select which programs open (that way i can open up some of my most used programs, but not all of which i preloaded) so for instance it would ask:
Choose which programs to run:
np. . . . . . . Run notepad
gc. . . . . . . Open Google Chrome
itunes. . . . .Open iTunes
then i would type which ones i would like to open. therefore, if i wanted to listen to music while browsing the internet i would type something simlilar to
gc, itunes
and i could mix and match any of the three
however, i am a little new to the command prompt and writing batch files. im guessing i need an if-then-else instance for this. but i wouldnt know how to tell the computer if i type gc, start(path to google chrome application). how would i?