home *** CD-ROM | disk | FTP | other *** search
/ PC Play 1 / PCPLAY1.ISO / menu.bat < prev    next >
Encoding:
DOS Batch File  |  1996-08-28  |  1.4 KB  |  82 lines

  1. @echo off
  2. cls
  3. cd\
  4. echo.
  5. echo            ╔═════════════════════════════════════════╗
  6. echo            ║            PC PLAY DOS Installer        ║
  7. echo            ╚═════════════════════════════════════════╝
  8. echo.
  9. echo    ╔═════════════════════════════════════════════════════╗
  10. echo    ║   Press the letter of the game you wish to install  ║
  11. echo    ╚═════════════════════════════════════════════════════╝
  12. echo.
  13. echo a. Into the Void
  14. echo b. Gender Wars
  15. echo c. Rayman
  16. echo d. Abuse
  17. echo e. Tronic
  18. echo f. TwinBlok
  19. echo g. Albion     
  20. echo h. Gateway
  21. echo i. Highway Hunter
  22. echo.                           
  23. echo x. Exit
  24. echo.                           
  25. echo.
  26. choice /c:abcdefghijklmnopqrstuvwxyz /n
  27.  
  28. if errorlevel 16 goto end
  29. if errorlevel 15 goto end
  30. if errorlevel 14 goto end
  31. if errorlevel 13 goto end
  32. if errorlevel 12 goto end
  33. if errorlevel 11 goto end
  34. if errorlevel 10 goto end
  35. if errorlevel 9 goto inst9
  36. if errorlevel 8 goto inst8
  37. if errorlevel 7 goto inst7
  38. if errorlevel 6 goto inst6
  39. if errorlevel 5 goto inst5
  40. if errorlevel 4 goto inst4
  41. if errorlevel 3 goto inst3
  42. if errorlevel 2 goto inst2
  43. if errorlevel 1 goto inst1
  44.  
  45. :inst1
  46. Void.BAT
  47. goto end
  48.  
  49. :inst2
  50. Gender.BAT
  51. goto end
  52.  
  53. :inst3
  54. Rayman.BAT
  55. goto end
  56.  
  57. :inst4
  58. Abuse.BAT
  59. goto end
  60.  
  61. :inst5
  62. Tronic.BAT
  63. goto end
  64.  
  65. :inst6
  66. Twinblok.BAT
  67. goto end
  68.  
  69. :inst7
  70. Albion.BAT
  71. goto end
  72.  
  73. :inst8
  74. Gateway.BAT
  75. goto end
  76.  
  77. :inst9
  78. Highway.BAT
  79. goto end
  80.  
  81. :end
  82.