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