echo off
if %1x==x goto MENU
if exist %1.exe goto CHOOSER
goto %1
:DISK
minuet-g
molinara
7-var
spadagio
moonleit
goto FINIS
:DOS
REM  LVB DOS plays all music files in DOS order.  That is to say:
REM  This option will play all .EXE files in the same directory.
REM  Use this option WITH CARE in directories containing
REM  non-music EXE files.
for %%V IN (*.exe) DO %%V
goto FINIS
:CHOOSER
%1
SHIFT
if %1c==c goto FINIS
goto CHOOSER
:MENU
cls
echo   ÿ
echo  WELCOME TO PIANOMAN DOES BEETHOVEN ==================================
echo  ÿ
echo   This disk contains the following five music files.  Enter any one
echo   filename at the prompt to play the corresponding musical work:
echo  ÿ
echo  ÿ   MINUET-G    Minuet in G-major (about 2 minutes)
echo  ÿ   MOLINARA    Theme and Six Variations on an Aria (5« min)
echo  ÿ   7-VAR       Theme and Seven Variations on the National Song (9 min)
echo  ÿ   SPADAGIO    Sonata Pathetique:  Adagio cantabile (4 min)
echo  ÿ   MOONLEIT    The Moonlight Sonata:  Adagio Sostenuto (5« min)
echo  ÿ
echo    Enter "LVB DISK" to play the "Pianoman Does Beethoven" disk in its
echo    entirety (about 26 minutes).  
echo   ÿ
echo    You may specify more than one file at a time and the order in which
echo    they will be played (even other files in the same directory):
echo  ÿ
echo        Syntax:   LVB [filename1] [filename2] [filename3] . . .
echo  ÿ
echo        Example:  LVB moonleit minuet-g 7-var scarlat7 . . .
echo  ÿ
echo  PRESS F3 TO RE-ENTER THE LVB COMMAND =================================
echo  ÿ
goto END
:FINIS
cls
echo  ÿ
echo  ÿ
echo  ÿ        Thanks for listening in . . .
echo  ÿ
echo           I would appreciate hearing any comments or questions
echo           about this or any other of my music disks.
echo  ÿ
echo  ÿ
echo               ðððððð    Nancy Moran                   ðððððð
echo               ðððððð    607 Park Avenue               ðððððð
echo               ðððððð    Baltimore, Maryland  21201    ðððððð
echo               ðððððð    U.S.A.                        ðððððð
echo  ÿ
echo  ÿ
:END
