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 ║ LC729 - C++ Library Volume 5 ║
- echo ║ ║
- echo ║ RUNZIP.DOC - This file contains information on uncompressing the ║
- echo ║ files on the disk that end with .ZIP. Many of the files on this disk ║
- echo ║ are compressed in order to allow us to fit more information on each ║
- echo ║ disk. By doing so, we are often able to fit twice is much information ║
- echo ║ on each disk as normal. This is a text file that can be read or ║
- echo ║ printed with the commands. TYPE RUNZIP.DOC or COPY RUNZIP.DOC PRN. ║
- echo ║ ║
- echo ║ PKUNZIP.EXE - This is the utility to uncompress the various files ║
- echo ║ on the disk that end with a .ZIP extension. See the file RUNZIP.DOC ║
- echo ║ for information on using the program. Just typing PKUNZIP from the ║
- echo ║ command line will give a summary of the options available. ║
- echo ║ ║
- echo ║ FLEX.ZIP - This is a LEX spinoff that is used with the COM.ZIP ║
- echo ║ and BISON.ZIP files on disk #4. COM.ZIP depends on these files in the ║
- echo ║ creation of a compiler. Refer to the COM.ZIP file for more details. ║
- echo ║ ║
- echo ║ OORULE.TXT - 50 Tips to help C-Programmers to migrate toward ║
- echo ║ Object Oriented Design using C++ ║
- pause
- echo ║ ║
- echo ║ DATECL.ZIP - Simple C++ Class for Date Type. Includes ║
- echo ║ functions for adding, subtracting, reading and printing dates. ║
- echo ║ ║
- echo ║ PCTECH.ZIP - An impressive hypertext edition of the first issue of ║
- echo ║ PC Techniques magazine. This is a great magazine for all hackers and ║
- echo ║ contains articles and code by many well known authors. Edited by Jeff ║
- echo ║ Duntemann. Also info on subscribing to the magazine. Contains about ║
- echo ║ 13 articles with source code. ║
- echo ║ ║
- echo ║ PARSER.ZIP - A C++ Parser, with source code. ║
- echo ║ ║
- echo ║ CPLUSS.ASC - Scott Robert Ladd's string classes in C++. Different ║
- echo ║ approaches to dealing with strings in C++. ║
- echo ║ ║
- echo ║ OVLOAD.ZIP - This is a set of tests showing the overloading ║
- echo ║ mechanism in C++. ║
- 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
-