home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / ptansht.zip / START.BAT < prev   
DOS Batch File  |  1988-06-05  |  3KB  |  110 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo.         For other Public Domain and User Supported software contact:
  6. echo.
  7. echo.
  8. echo.
  9. echo.                              GREENLINE  SALES
  10. echo.                          424 W. Commonwealth Ave.
  11. echo.                            Fullerton, CA  92632
  12. echo.
  13. echo.
  14. echo.                   To place an order or for a catalog call:
  15. echo.
  16. echo.
  17. echo.                                (714) 680-5196
  18. echo.
  19. echo.
  20. echo.
  21. echo.
  22. pause
  23. cls
  24. echo.
  25. echo.                           HOW TO GET STARTED
  26. echo.                           __________________
  27. echo.
  28. echo.
  29. echo.1) Type DIR at the DOS prompt to show you the files on the disk.
  30. echo.
  31. echo.2) Look for a file that may tell you how to start up the program. Look for
  32. echo.   files with names such as READ.ME, [filename].DOC, MANUAL.[ext], that will
  33. echo.   most likely tell you how to begin.
  34. echo.
  35. echo.3) To read the file you have chosen, enter: "TYPE filename.ext" at the DOS
  36. echo.   prompt. By entering TYPE and then the filename (then the enter key), the
  37. echo.   file's text will then start scrolling on the screen for you to read.
  38. echo.
  39. echo.4) In order to stop the screen, hit the "control" and "num-lock" keys
  40. echo.   at the same time. To begin scrolling again, hit any key.
  41. echo.
  42. echo.5) If you want to print the entire file, hit the "control" and "P" keys
  43. echo.   BEFORE you start scrolling the file (e.g., TYPE filename.ext). After it
  44. echo.   has finished printing, hit the "control" and "P" keys to take the computer
  45. echo.   out of the print mode. If you want to print what is on the screen at the
  46. echo.   time, stop the scrolling and hit the "print screen" key.
  47. echo.
  48. echo.
  49. PAUSE
  50. CLS
  51. echo.
  52. echo.                           TO EXECUTE PROGRAM
  53. echo.
  54. echo.    Files with the extension .EXE, .BAT, or .COM can be run by typing what
  55. echo.is to the left of the dot.  For example ED.EXE can be run by typing ED
  56. echo.then ENTER (do not type the dot.)
  57. echo.
  58. echo.                        HOW TO RUN PROGRAMS IN BASIC
  59. echo.
  60. echo.    To run a BASIC program, you will need BASICA or GWBASIC which is
  61. echo.usually included in your DOS disk. You can recognize a BASIC program
  62. echo.by the three digit extension on the file name (xxxxx.BAS)
  63. echo.  (1) Put a disk with BASICA or GWBASIC in drive A and the program
  64. echo.      disk in B drive
  65. echo.  (2) Log to the drive with the program disk by entering "B:"
  66. echo.      (without the quotes of course)
  67. echo.  (3) Type A:BASICA FILENAME and press ENTER.
  68. echo.
  69. echo.                       IF YOU DON'T HAVE TWO DRIVES:
  70. echo.
  71. echo.  (1) Copy GWBASIC or BASICA to the program disk
  72. echo.  (2) Type BASICA FILENAME or GWBASIC FILENAME and press ENTER.
  73. echo.
  74. echo.
  75. pause
  76. cls
  77. echo.
  78. echo.
  79. echo.
  80. echo.                    ! MAKE BACKUP COPIES OF YOUR DISKETTES. !
  81. echo.
  82. echo.
  83. echo.
  84. echo.
  85. echo.           Unexpected things (natural and manmade) can happen that may
  86. echo.
  87. echo.
  88. echo.           destroy the files on these diskettes, backup copies will save
  89. echo.
  90. echo.
  91. echo.           you time and money in the event your data or diskette files
  92. echo.
  93. echo.
  94. echo.           are lost or erased or damaged.  ! MAKE BACKUP COPIES NOW !
  95. echo.
  96. echo.
  97. echo.
  98. echo                       Now lets see whats on this disk
  99. echo                       _______________________________
  100. echo.
  101. echo.
  102. pause
  103. cls
  104. cd\
  105. dir/w
  106. echo.
  107. pause
  108. cls
  109.  
  110.