home *** CD-ROM | disk | FTP | other *** search
/ POINT Software Programming / PPROG1.ISO / menu.bat next >
DOS Batch File  |  1995-07-31  |  3KB  |  47 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 wouldn't be 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 is tested several times on different 
  9. echo systems and did not behave rarely 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. pause
  23. cls
  24. echo !!!  WARNING  !!!
  25. echo Problems have been reported with certain Cirrus Logic Cards. If you have
  26. echo such a card, and even after loading the SVGA driver the menu doesn't 
  27. echo show on screen correctly, then we recommend that you use your CD just
  28. echo as you would use your hard disk. You could also use the Windows(tm)
  29. echo File Manager to make it easier...
  30. echo  
  31. cd __DATA
  32. menu
  33. cd ..
  34. echo Help note :
  35. echo If your menu didn't show up on screen correctly (maybe you had three
  36. echo menu's instead of one, or only a half one), then you should type 
  37. echo  VESA  
  38. echo and press enter now...
  39. echo Drivers for your screen will be installed on your hard disk, and
  40. echo AFTER rebooting the menu should run fine. If it still doesn't run
  41. echo like it is supposed to, then look into your closet and search for
  42. echo your vesa drivers that should've come along with your Vesa screen
  43. echo card. If you do not have these drivers, then contact your dealer,
  44. echo DON'T contact us, these drivers are really the newest ones we have.
  45. echo .
  46. echo Good luck...
  47.