home *** CD-ROM | disk | FTP | other *** search
/ High Score 9 / HS9.ISO / menu.bat next >
DOS Batch File  |  1995-05-08  |  2KB  |  45 lines

  1. @echo off
  2. cls
  3. echo The menu which will be loaded will only work with a SVGA-VESA
  4. echo compatible video-card. If the menu isn't displayed correctly 
  5. echo due to a video-conflict, you should try to load a VESA-driver to 
  6. echo make your video-card compatible for the menu. If you have any 
  7. echo problems with the menu then there is a problem with your system 
  8. echo and NOT with the menu. The menu was tested several times on different 
  9. echo systems and did not behave strangely or show any problems.
  10. echo ┌────────────────────────────────────────────────────────────────────┐
  11. echo │ MENU REQUIREMENTS                                                  │
  12. echo ├────────────────────────────────────────────────────────────────────┤
  13. echo │ Processor : 286 or higher.                                         │
  14. echo │ Memory    : 530 Kb CONVENTIONAL memory FREE.                       │
  15. echo │             ( Note: Also systems with 32 MEGABYTE could have less  │
  16. echo │                     than 530 Kb CONVENTIONAL memory free. )        │
  17. echo │ Mouse     : Recommended, not neccessary.                           │
  18. echo │ Video     : SVGA-VESA compatible, load VESA-driver when there are  │
  19. echo │             problems.                                              │
  20. echo │ Harddisk  : 1½ MB free, for swap and animation-file.               │
  21. echo └────────────────────────────────────────────────────────────────────┘
  22. echo The menu was made by the GMS Programmers, and if you have any problems or
  23. echo need some help or you want some changes in the menu you can write to us:
  24. echo ──» G.M.S. - The Programming team, Carnotstraat 30-32, 2060 Antwerpen
  25. echo or E-mail                         or NetMail
  26. echo ──» tony@world.glo.be             2:29/777.602
  27. pause
  28. echo  
  29. cd __DATA
  30. menu
  31. cd ..
  32. echo Help note :
  33. echo If your menu didn't show up on screen correctly (maybe you had three
  34. echo menu's instead of one, or only a half one), then you should type 
  35. echo  VESA  
  36. echo and press enter now...
  37. echo Drivers for your screen will be installed on your hard disk, and
  38. echo AFTER rebooting the menu should run fine. If it still doesn't run
  39. echo like it is supposed to, then look for your vesa drivers that should
  40. echo have come along with your video card.
  41. echo If you do not have these drivers, then contact your dealer, but 
  42. echo DON'T contact us, these drivers are really the newest ones we have.
  43. echo .
  44. echo Good luck...
  45.