home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 10 / PCD10.ISO / menu.bat next >
DOS Batch File  |  1995-03-23  |  2KB  |  32 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.
  5. echo If the menu wouldn't be displayed correctly due to a video-conflict, you
  6. echo should try to load a VESA-driver to make your video-card compatible for
  7. echo the menu.
  8. echo If you have any problems with the menu then there is a problem with
  9. echo your system and NOT with the menu.
  10. echo The menu is tested several times on different systems and did not
  11. echo behave rarely or show any problems.
  12. echo ┌────────────────────────────────────────────────────────────────────┐
  13. echo │ MENU REQUIREMENTS                                                  │
  14. echo ├────────────────────────────────────────────────────────────────────┤
  15. echo │ Processor : 286 or higher.                                         │
  16. echo │ Memory    : 530 Kb CONVENTIONAL memory FREE.                       │
  17. echo │             ( Note: Also systems with 32 MEGABYTE could have less  │
  18. echo │                     than 530 Kb CONVENTIONAL memory free. )        │
  19. echo │ Mouse     : Recommended, not neccessary.                           │
  20. echo │ Video     : SVGA-VESA compatible, load VESA-driver when there are  │
  21. echo │             problems.                                              │
  22. echo │ Harddisk  : 1½ MB free, for swap and animation-file.               │
  23. echo └────────────────────────────────────────────────────────────────────┘
  24. echo The menu is made by Van den Heuvel Erik and if you have any problems or
  25. echo need some help or you want some changes in the menu you can write to me:
  26. echo ──» G.M.S. - Van den Heuvel Erik, Carnotstraat 30-32, 2060 Antwerpen
  27. pause
  28. echo  
  29. cd __DATA
  30. menu
  31. cd ..
  32.