home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 4.ddi / START.BAT < prev   
Encoding:
DOS Batch File  |  1990-11-01  |  5.3 KB  |  85 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 ║   LC728 - C++ Toolkit, Utilities & Code - Volume 4                         ║
  29. echo ║                                                                            ║
  30. echo ║   This ZIP file contains an example of how to use BISON and LEX to         ║
  31. echo ║   create your own language.  Also it shows how to do this using C++        ║
  32. echo ║   code.   As an added bonus, it also shows how to use C++ statements as    ║
  33. echo ║   well as C.  Some changes had to be made to BISON and FLEX files to       ║
  34. echo ║   make this stuff compile under C++.  To preserve the integrity of BISON   ║
  35. echo ║   and FLEX, these are provided separately.  The files in this file         ║
  36. echo ║   replace some of the files in the BISON and FLEX (BISON is on this        ║
  37. echo ║   disk, FLEX is on disk #5) releases.                                      ║
  38. echo ║                                                                            ║
  39. echo ║   The stuff in COM.ZIP replaces some of the flex/bison files.  It makes it ║
  40. echo ║   work in C++ mode.                                                        ║
  41. echo ║                                                                            ║
  42. echo ║   You need to make two directories:                                        ║
  43. echo ║                                                                            ║
  44. echo ║   \LIB should contain:                                                     ║
  45. echo ║     FLEX.SKL                                                               ║
  46. echo ║     FLEX.FST                                                               ║
  47. echo ║     FSKELCOM.H                                                             ║
  48. echo ║     FSKELDEF.H                                                             ║
  49. echo ║                                                                            ║
  50. echo ║   \TMP should contain nothing, but must exist for temporary files.         ║
  51. echo ║                                                                            ║
  52. echo ╚════════════════════════════════════════════════════════════════════════════╝
  53. pause
  54. :h
  55. cls
  56. echo ╔════════════════════════════════════════════════════════════════════════════╗
  57. echo ║                                                                            ║
  58. echo ║                                                                            ║
  59. echo ║        This disk contains documentation to help you  with the use of it's  ║
  60. echo ║   programs.  This information can be displayed on your screen, printed on  ║
  61. echo ║   your printer or you can skip reading it now and look at it later.        ║
  62. echo ║                                                                            ║
  63. echo ║           1) View it on the screen                                         ║
  64. echo ║           2) Print it on the printer                                       ║
  65. echo ║           3) Skip it for now, and return to DOS                            ║
  66. echo ║                                                                            ║
  67. echo ╚════════════════════════════════════════════════════════════════════════════╝
  68. :g
  69. getdigit        Your choice :
  70. if errorlevel 4 goto g
  71. if errorlevel 3 goto e
  72. if errorlevel 2 goto p
  73. if errorlevel 1 goto s
  74. :p
  75. cls
  76. echo Get your printer ready ...
  77. pause
  78. copy runzip.doc prn:
  79. goto h
  80. :s
  81. browse runzip.doc
  82. goto h
  83. :e
  84. cls
  85.