home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1229 / gepackt.exe / MUSIK.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-07-01  |  1.4 KB  |  68 lines

  1. @echo off
  2. REM ┌─────────────────────────────────────────────────────────────────────────┐
  3. REM │                   (C) Copyright  Erich Schuster  1993                   │
  4. REM │                                                                         │
  5. REM │          Batch zum Aufruf des kleinen Menüprogramms MENU 1.11           │
  6. REM └─────────────────────────────────────────────────────────────────────────┘
  7. :START
  8. menu SUB Beispiel:_Musikstücke Two-part_Invention__J.S._Bach Preludio__J.S._Bach Irish_Ballad The_Maple_Leaf_Rag Wilhelm_Tell
  9. if errorlevel 255 goto ende
  10. if errorlevel 10 goto x10
  11. if errorlevel  9 goto x9
  12. if errorlevel  8 goto x8
  13. if errorlevel  7 goto x7
  14. if errorlevel  6 goto x6
  15. if errorlevel  5 goto x5
  16. if errorlevel  4 goto x4
  17. if errorlevel  3 goto x3
  18. if errorlevel  2 goto x2
  19. if errorlevel  1 goto x1
  20. goto start
  21.  
  22. :X1
  23. rem Das ist der 1. Auswahlpunkt...
  24. inventn4
  25. goto start
  26.  
  27. :X2
  28. rem Das ist der 2. Auswahlpunkt...
  29. preludio
  30. goto start
  31.  
  32. :X3
  33. rem Das ist der 3. Auswahlpunkt...
  34. irishb
  35. goto start
  36.  
  37. :X4
  38. rem Das ist der 4. Auswahlpunkt...
  39. maplleaf
  40. goto start
  41.  
  42. :X5
  43. rem Das ist der 5. Auswahlpunkt...
  44. willtell
  45. goto start
  46.  
  47. :X6
  48. rem Das ist der 6. Auswahlpunkt...
  49. goto start
  50.  
  51. :X7
  52. rem Das ist der 7. Auswahlpunkt...
  53. goto start
  54.  
  55. :X8
  56. rem Das ist der 8. Auswahlpunkt...
  57. goto start
  58.  
  59. :X9
  60. rem Das ist der 9. Auswahlpunkt...
  61. goto start
  62.  
  63. :X10
  64. rem Das ist der letzte Auswahlpunkt...
  65. goto start
  66.  
  67. :ENDE
  68.