home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c095 / 2.ddi / START.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-11-01  |  4.2 KB  |  72 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 ║   LC723 - C++ Tutorial - Disk 1 of 2                                       ║
  29. echo ║   LC724 - C++ Tutorial - Disk 2 of 2                                       ║
  30. echo ║                                                                            ║
  31. echo ║   This is a complete introductory tutorial on programming in the C++       ║
  32. echo ║   language.  The tutorial actually consists of 14 chapters of text on one  ║
  33. echo ║   disk.  On the second disk is the actual C++ source code for programs     ║
  34. echo ║   mentioned in the chapters.  The second disk has scores of C++ source     ║
  35. echo ║   code files (76 in all) that demonstrate what you are learning.  Great    ║
  36. echo ║   for learning this exciting new language!  Conforms to AT&T Version 2     ║
  37. echo ║   standards.                                                               ║
  38. echo ║                                                                            ║
  39. echo ╚════════════════════════════════════════════════════════════════════════════╝
  40. pause
  41. :h
  42. cls
  43. echo ╔════════════════════════════════════════════════════════════════════════════╗
  44. echo ║                                                                            ║
  45. echo ║                                                                            ║
  46. echo ║        This disk contains documentation to help you  with the use of it's  ║
  47. echo ║   programs.  This information can be displayed on your screen, printed on  ║
  48. echo ║   your printer or you can skip reading it now and look at it later.        ║
  49. echo ║                                                                            ║
  50. echo ║           1) View it on the screen                                         ║
  51. echo ║           2) Print it on the printer                                       ║
  52. echo ║           3) Skip it for now, and return to DOS                            ║
  53. echo ║                                                                            ║
  54. echo ╚════════════════════════════════════════════════════════════════════════════╝
  55. :g
  56. getdigit        Your choice :
  57. if errorlevel 4 goto g
  58. if errorlevel 3 goto e
  59. if errorlevel 2 goto p
  60. if errorlevel 1 goto s
  61. :p
  62. cls
  63. echo Get your printer ready ...
  64. pause
  65. copy read.me prn:
  66. goto h
  67. :s
  68. browse read.me
  69. goto h
  70. :e
  71. cls
  72.