home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / bit10000 / demo.bat < prev    next >
DOS Batch File  |  1989-02-28  |  4KB  |  95 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 16Mhz? (Y/N)
  10. INKEY Y y N n  
  11. if errorlevel 4 goto SLOW
  12. if errorlevel 3 goto SLOW
  13. if errorlevel 2 goto FAST
  14. if errorlevel 1 goto FAST
  15. echo  
  16. echo  
  17. echo             If this computer is a 386 machine running at 16Mhz or faster,
  18. echo             please hit the "Y" key. Otherwise, please hit the "N" key.
  19. INKEY Y y N n  
  20. if errorlevel 4 goto SLOW
  21. if errorlevel 3 goto SLOW
  22. if errorlevel 2 goto FAST
  23. if errorlevel 1 goto FAST
  24. :SLOW
  25. cls
  26. echo  
  27. echo  
  28. echo  
  29. echo  
  30. echo  
  31. echo  
  32. echo    
  33. echo                                                                            
  34. echo               The BITSTREAM Rolling Demo will run continuously.            
  35. echo                                                                            
  36. echo              Press the «ESCAPE» key to return to the Main Menu.            
  37. echo                (NOTE: The screen will go blank for a moment)               
  38. echo                                                                            
  39. echo                You may press the «SPACE BAR» to pause the show,            
  40. echo                       to resume hit the «ENTER» key.                       
  41. echo                                                                            
  42. echo            To end the demo, press «ESC» to bring up the Main Menu,         
  43. echo                     then press "Q" and «ENTER» to quit.                    
  44. echo                                                                            
  45. echo                                                                            
  46. echo    
  47. pause
  48. :sTOP
  49. show 1_2sect /s=start /p=9
  50. CHKQUIT
  51. if errorlevel 1 goto Ok_End
  52. :sRESTART
  53. show 1_2sect /s=newmain /p=9
  54. CHKQUIT
  55. if errorlevel 1 goto Ok_End
  56. goto sRESTART
  57. :FAST
  58. cls
  59. echo  
  60. echo  
  61. echo  
  62. echo  
  63. echo  
  64. echo  
  65. echo    
  66. echo                                                                            
  67. echo               The BITSTREAM Rolling Demo will run continuously.            
  68. echo                                                                            
  69. echo              Press the «ESCAPE» key to return to the Main Menu.            
  70. echo                (NOTE: The screen will go blank for a moment)               
  71. echo                                                                            
  72. echo                You may press the «SPACE BAR» to pause the show,            
  73. echo                       to resume hit the «ENTER» key.                       
  74. echo                                                                            
  75. echo            To end the demo, press «ESC» to bring up the Main Menu,         
  76. echo                     then press "Q" and «ENTER» to quit.                    
  77. echo                                                                            
  78. echo                                                                            
  79. echo    
  80. pause
  81. :fTOP
  82. show 1_2sect /s=start /p=5
  83. CHKQUIT
  84. if errorlevel 1 goto Ok_End
  85. :fRESTART
  86. show 1_2sect /s=newmain /p=5
  87. CHKQUIT
  88. if errorlevel 1 goto Ok_End
  89. goto fRESTART
  90. :Ok_End
  91.  
  92.  
  93.  
  94.  
  95.