home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / dominos.zip / GO.BAT < prev    next >
DOS Batch File  |  1987-01-02  |  5KB  |  97 lines

  1. echo off
  2. dir /w
  3. echo  
  4. echo The documentation for this program is stored in files on the disk.
  5. echo Look at the file names above for names with README or MANUAL or DOC in them.
  6. echo You can view these text files on the screen by entering at the DOS prompt:
  7. echo                             TYPE filename.ext
  8. echo           (substitute the actual filename and extension, of course)
  9. echo This will cause the documentation to scroll by faster than you can read it.
  10. echo So we recommend the use of a utility such as Vernon Buerg's LIST program
  11. echo that will let you scroll and page up and down through a file. LIST is on disk
  12. echo 1-UT-274 in The Public (Software) Library, P.O.Box 35705, Houston, TX 77235.
  13. echo  
  14. echo You can also print the documentation by entering at the DOS prompt:
  15. echo                            COPY filename.ext PRN
  16. echo            (for more info on TYPE and COPY, see your DOS manual)
  17. echo  
  18. pause
  19. cls
  20. echo  
  21. echo If there are any batch files on the disk (files with a BAT extension), they
  22. echo may help you get going, but it's a good idea to see what they will do before
  23. echo executing them. To do this, at the DOS prompt just enter
  24. echo                              TYPE filename.BAT
  25. echo Some programs have batch files that will print the documentation for you.
  26. echo  
  27. echo A very few programs don't have documentation files.
  28. echo They are self-documenting when run.
  29. echo  
  30. echo Programs with an extension of BAS require you to load BASIC, BASICA or GWBASIC
  31. echo to run the program. Please read your DOS & BASIC manuals for more information.
  32. echo  
  33. echo If you still have questions about how to get the documentation or how to run
  34. echo the programs, get the "Introductory" disk from the Public (Software) Library.
  35. echo  
  36. echo DO NOT WORK FROM THIS DISK. First read the documentation on this disk then copy
  37. echo by file name to another disk only the files that you need to run the program
  38. echo and use that disk as your working disk. If anything goes wrong, recopy the files
  39. echo from this disk. Always keep backups of all your important files.
  40. echo  
  41. pause
  42. cls
  43. echo                         The Public (Software) Library
  44. echo                    P.O.Box 35705  Houston, TX 35705-5705
  45. echo                                (713) 721-6104
  46. echo  
  47. echo         Our software library  is the result  of a great  deal of hard
  48. echo         work  and  expense  in  acquiring,  testing,  organizing  and
  49. echo         supporting public domain and shareware programs.
  50. echo  
  51. echo         The disk fee  which you have  paid to us  covers our cost  of
  52. echo         providing the above (and other) services. It does not include
  53. echo         any compensation to the author of the program.
  54. echo  
  55. echo         Most small programs that were quickly and easily written  and
  56. echo         require no updates nor support are public domain.  The author
  57. echo         asks  nothing  in return  and gets his satisfaction just from
  58. echo         knowing that others are using and enjoying his work.
  59. echo  
  60. echo         However, most of the large programs (and sometimes the small,
  61. echo         but complex  programs) required  an extensive  amount of pro-
  62. echo         gramming, debugging, testing, documenting and will benefit by
  63. echo         future enhancements and on-going support.
  64. echo  
  65. pause
  66. cls
  67. echo         Many of these programs  are commercial quality or  better and
  68. echo         most are copyrighted,  but  the authors allow their  programs
  69. echo         to be copied so  that others can try  them. This is known  as
  70. echo         Shareware. (But not all programs in our library may be freely
  71. echo         copied. Check the documentation for each.)
  72. echo  
  73. echo         The documentation file on this disk will tell you the  amount
  74. echo         that the author would like to receive if you try the  program
  75. echo         and  decide  to  keep  using  it.  To encourage payment, some
  76. echo         programmers offer more advanced versions, printed manuals and
  77. echo         other incentives.
  78. echo  
  79. echo         But even those that don't offer incentives still deserve your
  80. echo         financial support  and encouragement  for the  work they have
  81. echo         done.  This is  your moral obligation if you are  using their
  82. echo         program. But beyond being an obligation, it is an  investment
  83. echo         in the future of "shareware"  for which you will be  rewarded
  84. echo         with more and better programs as a result of your support.
  85. echo  
  86. echo  
  87. pause
  88. cls
  89. if exist read*.* dir read*.*
  90. if exist manual*.* dir manual*.*
  91. if exist *.man dir *.man
  92. if exist *.txt dir *.txt
  93. if exist *.doc dir *.doc
  94. echo  
  95. echo       If any files are listed above, these are the ones to TYPE first
  96. echo       (eg: TYPE READ.ME); otherwise, just try running the program.
  97.