home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- CLS
- ECHO ▄▄▄▄▄▄▄▄▄▄
- ECHO █ DEMO █
- ECHO ▀▀▀▀▀▀▀▀▀▀
- ECHO ╔═══════════════════════════════════════════════════════════════════════╗
- ECHO ║ DEMO is meant to show the appearamce, speed and capabilities of menus ║
- ECHO ║ generated with PULDOWN.BAS, and it is just for show. ║
- ECHO ║ ║
- ECHO ║ Some capabilities are only hinted at: only one function key and one ║
- ECHO ║ Ctrl+Char key is present in DEMO, but PULDOWN supports 10 F keys, and ║
- ECHO ║ as many Ctrl+Char keys as you have patience for. ║
- ECHO ║ ║
- ECHO ║ And of course PULDOWN allows color customizing. ║
- ECHO ║ ║
- ECHO ╚═══════════════════════════════════════════════════════════════════════╝
- PAUSE
- @PULDEMO
-
-
-