home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / program / basic / PULDOWN.ZIP / DEMO.BAT next >
Encoding:
DOS Batch File  |  1990-07-18  |  1.1 KB  |  21 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO                                   ▄▄▄▄▄▄▄▄▄▄
  4. ECHO                                   █  DEMO  █
  5. ECHO                                   ▀▀▀▀▀▀▀▀▀▀
  6. ECHO  ╔═══════════════════════════════════════════════════════════════════════╗
  7. ECHO  ║ DEMO is meant to show the appearamce, speed and capabilities of menus ║
  8. ECHO  ║ generated with PULDOWN.BAS, and it is just for show.                  ║
  9. ECHO  ║                                                                       ║
  10. ECHO  ║ Some capabilities are only hinted at: only one function key and one   ║
  11. ECHO  ║ Ctrl+Char key is present in DEMO, but PULDOWN supports 10 F keys, and ║
  12. ECHO  ║ as many Ctrl+Char keys as you have patience for.                      ║
  13. ECHO  ║                                                                       ║
  14. ECHO  ║ And of course PULDOWN allows color customizing.                       ║
  15. ECHO  ║                                                                       ║
  16. ECHO  ╚═══════════════════════════════════════════════════════════════════════╝
  17. PAUSE
  18. @PULDEMO
  19.  
  20.  
  21.