home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Soft…ids, Adults, Educational / RocelcoInc-ExploreTheWorldOfSoftware-KidsAdultsEducational-Vol2-Shareware.iso / educate / disk075 / runme1st.bat < prev    next >
DOS Batch File  |  1990-08-24  |  5KB  |  114 lines

  1. echo off
  2. cls
  3. echo WORDS 1.0  ■  (C) Copyright 1989 by Tony Martin                page 1 of 5
  4. echo --------------------------------------------------------------------------
  5. echo Welcome to WORDS 1.0!
  6. echo  
  7. echo I'd like to say thanks for registering your copy of WORDS 1.0.  You have
  8. echo been provided with the promised 500 word vocabulary database, as well as
  9. echo the interactive, multiple choice QUIZ program.
  10. echo  
  11. echo This text file will tell you how to perform a "Quick Start" on WORDS, as
  12. echo well as how to print out the documentation on your printer.  There are
  13. echo also several new files, so this text file will elaborate on all files
  14. echo included.
  15. echo  
  16. echo  
  17. echo To see the listing of included files, hit any key.  To get out of this
  18. echo file, hit CTRL-BREAK...
  19. pause > nul
  20. cls
  21. echo WORDS 1.0  ■  (C) Copyright 1989 by Tony Martin                page 2 of 5
  22. echo --------------------------------------------------------------------------
  23. echo  
  24. echo Below are listed the files included with the registered version of WORDS,
  25. echo and a description of each:
  26. echo  
  27. echo     Disk 1
  28. echo     -------------------------------------------------------------------
  29. echo     WORDS.EXE      The actual program.
  30. echo     WORDS.DAT      Color data for WORDS.
  31. echo     WORDS.WRD      The data file containing the words.
  32. echo     WORDS.DEF      The data file containing the definitions.
  33. echo     COLORS.EXE     The color changer program.
  34. echo     README.BAT     The text file you are reading now.
  35. echo     QUIZ.EXE       The interactive, multiple choice QUIZ program.
  36. echo     QUIZ.DOC       The manual for the QUIZ program.
  37. echo  
  38. echo     Disk 2
  39. echo     -------------------------------------------------------------------
  40. echo     WORDS.DOC      Documentation file for WORDS.
  41. echo     APPDX-D.DOC    Appendix D supplement to documentation.
  42. echo  
  43. echo For information on how to start WORDS, hit any key.  To get out of
  44. echo this file, hit CTRL-BREAK...
  45. pause > nul
  46. cls
  47. echo WORDS 1.0  ■  (C) Copyright 1989 by Tony Martin                page 3 of 5
  48. echo --------------------------------------------------------------------------
  49. echo  
  50. echo Starting WORDS
  51. echo --------------
  52. echo To start WORDS, make sure that the files WORDS.EXE, WORDS.DAT, WORDS.WRD,
  53. echo and WORDS.DEF are all in the same place (i.e., on the same drive and in
  54. echo the same subdirectory).
  55. echo  
  56. echo At the DOS prompt, issue the following command:
  57. echo  
  58. echo                                  WORDS
  59. echo  
  60. echo WORDS will start immediately.
  61. echo  
  62. echo  
  63. echo To find out how to print the documentation, hit any key...
  64. pause > nul
  65. cls
  66. echo WORDS 1.0  ■  (C) Copyright 1989 by Tony Martin                page 4 of 5
  67. echo --------------------------------------------------------------------------
  68. echo  
  69. echo The WORDS documentation file is formatted so that you can send it to
  70. echo your printer directly from DOS.  To print the documentation file WORDS.DOC
  71. echo follow these steps:
  72. echo  
  73. echo           1) Make sure you know which drive/subdirectory the
  74. echo              WORDS.DOC file is on
  75. echo  
  76. echo           2) Make sure your printer is on and ready, set to the
  77. echo              top of a page.  The documentation is about 71 pages,
  78. echo              so make sure you have enough paper.
  79. echo  
  80. echo           3) Issue the following command at the DOS prompt:
  81. echo  
  82. echo                           COPY WORDS.DOC PRN
  83. echo  
  84. echo              This will cause the manual to be printed.
  85. echo  
  86. echo  
  87. echo For more information on printing, hit any key.  To leave this file,
  88. echo hit CTRL-BREAK...
  89. pause > nul
  90. cls
  91. echo WORDS 1.0  ■  (C) Copyright 1989 by Tony Martin                page 5 of 5
  92. echo --------------------------------------------------------------------------
  93. echo Also included with WORDS is an additional appendix, Appendix D, which
  94. echo provides details on the new 500 word database included with the registered
  95. echo version of WORDS.  To print out this new Appendix, as well as a replace-
  96. echo ment Table Of Contents page, follow these instructions:
  97. echo  
  98. echo           1) Make sure you know which drive/subdirectory the
  99. echo              APPDX-D.DOC file is on
  100. echo  
  101. echo           2) Make sure your printer is on and ready, set to the
  102. echo              top of a page.  The appendix file will only print
  103. echo              two pages.
  104. echo  
  105. echo           3) Issue the following command at the DOS prompt:
  106. echo  
  107. echo                         COPY APPDX-D.DOC PRN
  108. echo  
  109. echo              This will cause the appendix to be printed.  Add these
  110. echo              pages to your printed manual.
  111. echo  
  112. echo That's all there is to it!  I hope WORDS will be useful to you, as well
  113. echo as fun to use.
  114.