home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- ECHO ╔════════════════════════════════════════════════════════════════════════╗
- echo ║ Special Note ║
- echo ║ ------------ ║
- echo ║ ║
- echo ║ We have included more features in the menu, once again, for Win'95 ║
- echo ║ and Win 3.1. This version of the product now includes both a ║
- echo ║ Windows and a DOS menu. Most users will want to try the program ║
- echo ║ in Windows and then, where necessary, use the DOS menu to start ║
- echo ║ any programs that will not run in Windows. Windows '95 users will ║
- echo ║ enjoy very easy use of most programs. Sometimes you will need to ║
- echo ║ restart your computer in MS DOS mode, and use the DOS menu, ║
- echo ║ however, to run DOS programs with high systems demands. ║
- echo ║ ║
- echo ║ To start the Windows menu click the WINMENU icon, or type ║
- echo ║ D:\WINMENU at Run prompt in Windows. ║
- echo ║ ║
- echo ║ The DOS menu can be started by typing DOSMENU at the "D:\" DOS ║
- echo ║ prompt. ║
- echo ║ ║
- echo ║ * Assuming "D" is the letter of your CD Rom drive. ║
- echO ╚════════════════════════════════════════════════════════════════════════╝
- pause
- cls
-