home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 5.ddi / START.BAT < prev   
Encoding:
DOS Batch File  |  1990-11-01  |  6.4 KB  |  100 lines

  1. echo off
  2. cls
  3. echo ╔════════════════════════════════════════════════════════════════════════════╗
  4. echo ║                                                                            ║
  5. echo ║                                Computer Solutions                          ║
  6. echo ║                                                                            ║
  7. echo ║                                                                            ║
  8. echo ║                                                                            ║
  9. echo ║                                                                            ║
  10. echo ║         Thank you for your purchase.   We strive  to offer you the latest  ║
  11. echo ║    in shareware and public domain software at very reasonable prices.  We  ║
  12. echo ║    appreciate  your  interest in our  company and  will try to  earn your  ║
  13. echo ║    respect with good software  at good prices.  Please browse through our  ║
  14. echo ║    catalog for many more exciting offerings.   We look forward to serving  ║
  15. echo ║    you!                                                                    ║
  16. echo ║                                                                            ║
  17. echo ║                                     To Order:                              ║
  18. echo ║                                  1-800-874-9375                            ║
  19. echo ║                                                                            ║
  20. echo ║                                                                            ║
  21. echo ║                                                                            ║
  22. echo ║                                                                            ║
  23. echo ╚════════════════════════════════════════════════════════════════════════════╝
  24. pause
  25. cls
  26. echo ╔════════════════════════════════════════════════════════════════════════════╗
  27. echo ║                                                                            ║
  28. echo ║   LC729 - C++ Library Volume 5                                             ║
  29. echo ║                                                                            ║
  30. echo ║   RUNZIP.DOC  -   This file contains information on uncompressing the      ║
  31. echo ║   files on the disk that end with .ZIP.  Many of the files on this disk    ║
  32. echo ║   are compressed in order to allow us to fit more information on each      ║
  33. echo ║   disk.  By doing so, we are often able to fit twice is much information   ║
  34. echo ║   on each disk as normal.  This is a text file that can be read or         ║
  35. echo ║   printed with the commands.  TYPE RUNZIP.DOC or COPY RUNZIP.DOC PRN.      ║
  36. echo ║                                                                            ║
  37. echo ║   PKUNZIP.EXE -   This is the utility to uncompress the various files      ║
  38. echo ║   on the disk that end with a .ZIP extension.  See the file RUNZIP.DOC     ║
  39. echo ║   for information on using the program.  Just typing PKUNZIP from the      ║
  40. echo ║   command line will give a summary of the options available.               ║
  41. echo ║                                                                            ║
  42. echo ║   FLEX.ZIP    -   This is a LEX spinoff that is used with the COM.ZIP      ║
  43. echo ║   and BISON.ZIP files on disk #4.  COM.ZIP depends on these files in the   ║
  44. echo ║   creation of a compiler.  Refer to the COM.ZIP file for more details.     ║
  45. echo ║                                                                            ║
  46. echo ║   OORULE.TXT  -   50 Tips to help C-Programmers to migrate toward          ║
  47. echo ║   Object Oriented Design using C++                                         ║
  48. pause
  49. echo ║                                                                            ║
  50. echo ║   DATECL.ZIP  -   Simple C++ Class for Date Type.  Includes                ║
  51. echo ║   functions for adding, subtracting, reading and printing dates.           ║
  52. echo ║                                                                            ║
  53. echo ║   PCTECH.ZIP  -   An impressive hypertext edition of the first issue of    ║
  54. echo ║   PC Techniques magazine.  This is a great magazine for all hackers and    ║
  55. echo ║   contains articles and code by many well known authors.  Edited by Jeff   ║
  56. echo ║   Duntemann.  Also info on subscribing to the magazine.  Contains about    ║
  57. echo ║   13 articles with source code.                                            ║
  58. echo ║                                                                            ║
  59. echo ║   PARSER.ZIP  -   A C++ Parser, with source code.                          ║
  60. echo ║                                                                            ║
  61. echo ║   CPLUSS.ASC  -   Scott Robert Ladd's string classes in C++.  Different    ║
  62. echo ║   approaches to dealing with strings in C++.                               ║
  63. echo ║                                                                            ║
  64. echo ║   OVLOAD.ZIP  -   This is a set of tests showing the overloading           ║
  65. echo ║   mechanism in C++.                                                        ║
  66. echo ║                                                                            ║
  67. echo ╚════════════════════════════════════════════════════════════════════════════╝
  68. pause
  69. :h
  70. cls
  71. echo ╔════════════════════════════════════════════════════════════════════════════╗
  72. echo ║                                                                            ║
  73. echo ║                                                                            ║
  74. echo ║        This disk contains documentation to help you  with the use of it's  ║
  75. echo ║   programs.  This information can be displayed on your screen, printed on  ║
  76. echo ║   your printer or you can skip reading it now and look at it later.        ║
  77. echo ║                                                                            ║
  78. echo ║           1) View it on the screen                                         ║
  79. echo ║           2) Print it on the printer                                       ║
  80. echo ║           3) Skip it for now, and return to DOS                            ║
  81. echo ║                                                                            ║
  82. echo ╚════════════════════════════════════════════════════════════════════════════╝
  83. :g
  84. getdigit        Your choice :
  85. if errorlevel 4 goto g
  86. if errorlevel 3 goto e
  87. if errorlevel 2 goto p
  88. if errorlevel 1 goto s
  89. :p
  90. cls
  91. echo Get your printer ready ...
  92. pause
  93. copy runzip.doc prn:
  94. goto h
  95. :s
  96. browse runzip.doc
  97. goto h
  98. :e
  99. cls
  100.