home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / mcmurphy.zip / HOW2RUN.BAT next >
DOS Batch File  |  1991-02-21  |  3KB  |  108 lines

  1. echo off
  2. cls
  3. echo        Welcome to the LOVE AT FIRST BYTE software library
  4. echo.
  5. echo.
  6. echo    Every effort has been made to provide you, the user, with the best
  7. echo    program available for use.  We test and research thousands of programs
  8. echo    looking for those programs that are of real value to you, the end user.
  9. echo    The fee we charge you for our disk covers our cost of testing, duplicating,
  10. echo    organizing and distributing the software to you.
  11. echo.
  12. echo    It DOES NOT include any compensation to the autors of the programs.
  13. echo    Under the Shareware concept,  if you use a program for more than a few times
  14. echo    you are required to send the author the amount of money requested for the
  15. echo    program.  Your support helps to keep the software prices low and lets the
  16. echo    author develop and improve on his software.
  17. echo.
  18. echo.
  19. pause
  20. cls
  21. echo        HOW TO READ OR PRINT PROGRAM DOCUMENTATION
  22. ECHO.
  23. ECHO    Most programs have documentation files which end with a file name of:
  24. echo    .DOC, .TXT, .ME, .1ST or file names like: README, -README, MANUAL, HELPSME
  25. ECHO    or READ.
  26. echo     You may list these files to the screen by using the DOS TYPE command or
  27. echo    you may print them to your pinter using the DOS COPY command.
  28. echo.
  29. echo                COPY filename.DOC LPT1
  30. echo                TYPE filename.DOC
  31. echo.
  32. echo    **NOTE: The Ctrl-Num Lock key will freeze the screen & any regular key will
  33. echo    restart the scrolling again,  when using the TYPE command.
  34. echo.
  35. echo.
  36. pause
  37. cls
  38. echo.
  39. echo            **** DIRECTORY ON THIS DISK ****
  40. ECHO.
  41. DIR/W
  42. ECHO.
  43. PAUSE
  44. CLS
  45. ECHO.
  46. ECHO                ** BATCH FILES ON THIS DISK **
  47. ECHO.
  48. ECHO    Some programs use batch files to print their documentation or to setup
  49. echo    special functions prior to executing the program.  It is a good idea to echo    read the batch files using the TYPE command.
  50. echo.
  51. echo            **** LIST OF BATCH FILES ON THIS DISK ****
  52. dir *.bat/w
  53. echo.
  54. pause
  55. cls
  56. echo            **** DOCUMENTATION FILES ON THIS DISK ****
  57. echo.
  58. echo    File names ending with DOC or starting with READ are most often used as
  59. echo    documentation.  please print or view these files first, since they will
  60.  
  61. echo    assist you in using your program.
  62. echo.
  63. echo    *** LIST OF TXT FILES ***
  64. dir *.txt/w
  65. echo.
  66. echo    *** LIST OF DOC FILES ***
  67. dir *.doc/w
  68. echo.
  69. pause
  70. cls
  71. echo.
  72. echo            **** COM and EXE FILES ON THIS DISK ****
  73. echo.
  74. echo    COM and EXE files are what is needed to run the actual program.  To run
  75. echo    COM or EXE files just type in the file-name at the DOS prompt.
  76. echo.
  77. echo    *** LIST OF COM FILES ***
  78. dir *.com/w
  79. echo.
  80. dir *.exe/w
  81. echo.
  82. pause
  83. cls
  84. echo.
  85. echo    ****************************************************************************
  86. echo            IMPORTANT INFORMATION FROM LOVE AT FIRST BYTE
  87. echo.
  88. echo    If you have any problem in running this disk please send a note to the
  89. echo    address listed below.  If the disk is defective please return the defectecho
  90. echo    disk with a $1.00 postage and handling charge for a replacement disk.
  91. echo    Disks returned without this charge will NOT be returned.
  92. echo.
  93. echo.
  94. echo.
  95. echo    For a complete catalog of the software that we carry, or to have us
  96. echo    search for a particular program for you, please drop us a note.
  97. echo.
  98. echo.
  99. echo            LOVE AT FIRST BYTE
  100. ECHO            P.O. BOX 702
  101. echo            FLUSHING, N.Y.  11374
  102. echo.
  103. echo    If this program has been obtained from any source other than LOVE AT FIRST
  104. echo    BYTE, please let us know.
  105. echo.
  106. echo                        (c) 1991, LOVE AT FIRST BYTE
  107. pause
  108.