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 ║ LC723 - C++ Tutorial - Disk 1 of 2 ║
- echo ║ LC724 - C++ Tutorial - Disk 2 of 2 ║
- echo ║ ║
- echo ║ This is a complete introductory tutorial on programming in the C++ ║
- echo ║ language. The tutorial actually consists of 14 chapters of text on one ║
- echo ║ disk. On the second disk is the actual C++ source code for programs ║
- echo ║ mentioned in the chapters. The second disk has scores of C++ source ║
- echo ║ code files (76 in all) that demonstrate what you are learning. Great ║
- echo ║ for learning this exciting new language! Conforms to AT&T Version 2 ║
- echo ║ standards. ║
- 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 read.me prn:
- goto h
- :s
- browse read.me
- goto h
- :e
- cls
-