home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / ven10000 / demo.bat < prev    next >
DOS Batch File  |  1990-09-07  |  3KB  |  79 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo  
  7. echo  
  8. echo  
  9. echo               Is this computer running at or faster than 20Mhz? (Y/N)
  10. INKEY Y y N n  
  11. cls
  12. echo  
  13. echo  
  14. echo  
  15. echo  
  16. echo         ┌───────────────────────────────────────────────────────────────┐
  17. echo         │                                                               │
  18. echo         │       The VENTURA PUBLISHER GOLD SERIES Demonstration disk    │
  19. echo         │       will run continuously.                                  │
  20. echo         │                                                               │
  21. echo         │       Press the «ESCAPE» key to bring up the Main Menu.       │
  22. echo         │       (NOTE: The screen will go blank for a moment.)          │   
  23. echo         │                                                               │
  24. echo         │       You may press the «SPACE BAR» to pause the show,        │
  25. echo         │       to resume the show press the «ENTER» key.               │
  26. echo         │                                                               │
  27. echo         │       To end the demo, press «ESC» to bring up the            │
  28. echo         │       Main Menu then press "Q" and «ENTER» to quit            │
  29. echo         │                                                               │
  30. echo         │                                                               │
  31. echo         └───────────────────────────────────────────────────────────────┘
  32. pause  
  33. cls  
  34. echo  
  35. echo  
  36. echo  
  37. echo  
  38. echo  
  39. echo  
  40. echo  
  41. echo  
  42. echo         ┌───────────────────────────────────────────────────────────────┐
  43. echo         │                                                               │
  44. echo         │                           Please Wait                         │
  45. echo         │                                                               │
  46. echo         │                     Program is being loaded                   │
  47. echo         │                                                               │
  48. echo         └───────────────────────────────────────────────────────────────┘
  49. if errorlevel 4 goto BELOW16
  50. if errorlevel 3 goto BELOW16
  51. if errorlevel 2 goto ABOVE16
  52. if errorlevel 1 goto ABOVE16
  53. :BELOW16
  54. :sTOP
  55. show sec1a /s=start /p=9
  56. CHKQUIT                 
  57. if errorlevel 1 goto Ok_End
  58. :sRESTART
  59. show vmenu /s=fastmenu /p=9
  60. CHKQUIT
  61. if errorlevel 1 goto Ok_End
  62. goto sRESTART
  63. :ABOVE16
  64. :fTOP
  65. show sec1a /s=start /p=7
  66. CHKQUIT
  67. if errorlevel 1 goto Ok_End
  68. :fRESTART
  69. show vmenu /s=fastmenu /p=7
  70. CHKQUIT
  71. if errorlevel 1 goto Ok_End
  72. goto fRESTART
  73. :Ok_End
  74. mousectl on
  75. cls
  76.  
  77.  
  78.  
  79.