home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ╔════════════════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ Computer Solutions ║
- echo ║ ║
- echo ║ ║
- echo ║ ║
- echo ║ ║
- echo ║ Thank you for your purchase. We strive to offer you the latest ║
- echo ║ in shareware and public domain software at very reasonable prices. We ║
- echo ║ appreciate your interest in our company and will try to earn your ║
- echo ║ respect with good software at good prices. Please browse through our ║
- echo ║ catalog for many more exciting offerings. We look forward to serving ║
- echo ║ you! ║
- echo ║ ║
- echo ║ To Order: ║
- echo ║ 1-800-874-9375 ║
- echo ║ ║
- echo ║ ║
- echo ║ ║
- echo ║ ║
- echo ╚════════════════════════════════════════════════════════════════════════════╝
- pause
- cls
- echo ╔════════════════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ LC728 - C++ Toolkit, Utilities & Code - Volume 4 ║
- echo ║ ║
- echo ║ This ZIP file contains an example of how to use BISON and LEX to ║
- echo ║ create your own language. Also it shows how to do this using C++ ║
- echo ║ code. As an added bonus, it also shows how to use C++ statements as ║
- echo ║ well as C. Some changes had to be made to BISON and FLEX files to ║
- echo ║ make this stuff compile under C++. To preserve the integrity of BISON ║
- echo ║ and FLEX, these are provided separately. The files in this file ║
- echo ║ replace some of the files in the BISON and FLEX (BISON is on this ║
- echo ║ disk, FLEX is on disk #5) releases. ║
- echo ║ ║
- echo ║ The stuff in COM.ZIP replaces some of the flex/bison files. It makes it ║
- echo ║ work in C++ mode. ║
- echo ║ ║
- echo ║ You need to make two directories: ║
- echo ║ ║
- echo ║ \LIB should contain: ║
- echo ║ FLEX.SKL ║
- echo ║ FLEX.FST ║
- echo ║ FSKELCOM.H ║
- echo ║ FSKELDEF.H ║
- echo ║ ║
- echo ║ \TMP should contain nothing, but must exist for temporary files. ║
- echo ║ ║
- echo ╚════════════════════════════════════════════════════════════════════════════╝
- pause
- :h
- cls
- echo ╔════════════════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ ║
- echo ║ This disk contains documentation to help you with the use of it's ║
- echo ║ programs. This information can be displayed on your screen, printed on ║
- echo ║ your printer or you can skip reading it now and look at it later. ║
- echo ║ ║
- echo ║ 1) View it on the screen ║
- echo ║ 2) Print it on the printer ║
- echo ║ 3) Skip it for now, and return to DOS ║
- echo ║ ║
- echo ╚════════════════════════════════════════════════════════════════════════════╝
- :g
- getdigit Your choice :
- if errorlevel 4 goto g
- if errorlevel 3 goto e
- if errorlevel 2 goto p
- if errorlevel 1 goto s
- :p
- cls
- echo Get your printer ready ...
- pause
- copy runzip.doc prn:
- goto h
- :s
- browse runzip.doc
- goto h
- :e
- cls
-