home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bstgms.zip / CLONE.DOC < prev    next >
Text File  |  1991-09-04  |  10KB  |  183 lines

  1.                  HELP FOR NEW USERS & PROBLEMS YOU MIGHT HAVE 
  2.  
  3. -------------------------------------------------------------------------------
  4.                             ABOUT FRUSTRATION
  5. -------------------------------------------------------------------------------
  6.   There are no greater masters of frustration than experienced PC users. They 
  7. have gone through the long and arduous process of learning how to use the 
  8. PC Disk Operating System. LEARNING D_O_S NEVER, EVER HAPPENS WITHOUT HEAD 
  9. BANGING AND OCCASIONAL EXPLOSIONS OF TEMPER. That's how it goes when we're 
  10. learning. We push ourselves to the limit until we hit the wall. So if you're 
  11. frustrated, good. That means you have been learning the very hardest part of 
  12. computing. If you know what I'm writing about, then you are more than likely 
  13. half way there. The point I am making is the one critical thing that stands in 
  14. the way of your becoming a competent PC user: Do not let frustration become a 
  15. symbol of failure to you. Understand that frustration is merely the signal 
  16. that you have learned enough for now and ought to take a break. That's all it 
  17. is. Believe it or not. Become an expert with your own system or not. 
  18.   Have you seen the advertisement on TV where two businessmen in an office 
  19. watch to see which computer is used more, the Macintosh or the IBM Compatible?
  20. They observe that the Mac is used more and is easier to learn. What the ad 
  21. does not tell you is that a Nintendo is easier to learn, too. PC users will 
  22. not be left behind with antiquated knowledge. The users who choose the Mac 
  23. because it is "easier" never become flexible power-users. Eventually they will 
  24. become fringe users -- who come to you for help. Never give up your investment 
  25. of learning. Do not take a step back into the easier, softer way of becoming an 
  26. applications user instead of a computer user. When things get rough, hunker 
  27. down and stick to it. Soon you will learn what you need. 
  28.   When you finally become frustrated, take a break. Turn your equipment off 
  29. for a while. Whatever it takes. When you're ready, get back to work. You're 
  30. on the right road.
  31.  
  32. -------------------------------------------------------------------------------
  33.                               ONWARD.....
  34. -------------------------------------------------------------------------------
  35.  
  36.   Public domain/shareware software can be very easy to use if you are familiar
  37. with a few basic "DOS" commands. These commands are "COPY", "DISKCOPY", "DIR",  
  38. "TYPE", "FORMAT", & a few others. Program distribution disks are not "bootable",
  39. which means that you cannot place the disk in your computer and turn it on.
  40.   The first thing to do is put a WRITE-PROTECT TAB OVER THE NOTCH ON THE 
  41. ORIGINAL DISK. Then make a backup copy of your disk with the following command:
  42.      A>DISKCOPY A: B:  <enter> - (will copy all files from 'A' to 'B')
  43.   In the event that you get some sort of error message when using "DISKCOPY",
  44. you will then have to use the "COPY" command to make a backup of your original
  45. disk. Place a blank FORMATTED disk in the "B" drive, the original disk in 'A"
  46. and enter the following command at the "A>" prompt: 
  47.      A>COPY *.* B:  <enter> - (will copy all files from 'A' to 'B')
  48.          PUT AWAY THE ORIGINAL AND MOVE THE COPY TO DRIVE A.
  49.   Use the working copy. The next thing to do is see what files 
  50.   are on the disk. At prompt, enter the following command:
  51.      A>DIR    <enter> - will display the filenames
  52. or   A>DIR /W <enter> - will display the filenames in "wide" format
  53. or   A>DIR >PRN <enter> will PRINT OUT a listing of the disk files.
  54.   Now you will see many different filenames.  A filename consists of two parts;
  55. the filename & the extension.  The filename will be on the left (up to 8 
  56. characters long) & the extension will be just to the right (up to 3 characters 
  57. long):
  58.                             filename.ext
  59.  
  60. You will be looking for certain EXTENSION names; which will tell you 
  61. something about that type of file.  
  62.  
  63. ******************************************************************************
  64. * .EXE - a program file - type in the filename & press the enter key.        *
  65. * .COM - a command file - type in the filename & press the enter key.        *
  66. * .BAT - a batch file - many uses, type in the name & <enter>. Can be edited.*
  67. * .DOC - A DOCUMENTATION FILE - instructions about the program - READ THIS   *
  68. * .TXT - A DOCUMENTATION FILE - instructions about the program - READ THIS   *
  69. * .MAN - A DOCUMENTATION FILE - instructions about the program - READ THIS   *
  70. * .ARC - an ARCHIVED file. ARCing is an obsolete file compression method.    *
  71. * .ZIP - a PKZIP and PKUNZIP compressed file. (replaced .ARC)                *
  72. * .BAS - a BASIC program file. Uses GWBASIC, BASICA or BASIC to run          *
  73. ******************************************************************************
  74.  
  75.   You may also see files like MANUAL, READ.ME or README.1ST or just README. 
  76. These are all documentation files that will tell you about the program or how 
  77. to work the program properly. 
  78.  
  79. VERY IMPORTANT:  READ DOCUMENTATION FILES FIRST BEFORE RUNNING THE PROGRAM!!!
  80.  
  81. ===============================================================================
  82.  
  83.   To view a documentation file on your screen, use the "TYPE" command.
  84. With your program disk in the "A" drive enter the following command:
  85.      A>TYPE filename.ext  (enter) 
  86. -- where filename.ext would be whatever the filename is that you wish to view.
  87.   This will display the documentation to the screen.  To stop the text
  88. from scrolling by, press "CTRL S" (the CTRL key and "S" key at the same
  89. time), any other key to resume scrolling. To obtain a printout of the
  90. documentation simply replace the "TYPE" command with the "DOS" command
  91. "COPY". Turn your printer on and enter the following command:
  92.      A>COPY filename.ext PRN <enter> - where filename would be README.DOC or 
  93.                                        whatever file you wish to print.
  94.  
  95. Alternatives to the TYPE command are the files LIST.COM and SHOW.COM.
  96.  
  97.                        LIST CLONE.DOC <enter>
  98.                                or
  99.                        SHOW CLONE.DOC <enter>
  100.  
  101.   If this is all new to you, it is suggested that you print CLONE.DOC on your 
  102. printer and then try each activity: COPY, DISKCOPY, VIEW, and SHOW. You'll 
  103. soon get the hang of it!
  104.  
  105. ===============================================================================
  106.  
  107.   An "EXE", "COM", or "BAT" file extension means that when you enter the 
  108. filename, the computer will do something. For instance, if the filename were 
  109. "POKER.EXE", or "POKER.COM, or "POKER.BAT" you would enter the following at 
  110. the "A" prompt:
  111.      A>POKER  <enter> - the poker program would now come up on the screen.
  112.  
  113.   TYPE or SHOW any files with a .DOC , .TXT or .MAN (for 'manual') extension 
  114.   to see  what the .COM or .EXE program of the same name will do, or copy it 
  115.   to the printer (PRN).
  116.  
  117. ===============================================================================
  118.  
  119.    To run a BASIC program (Example: FOOBAR.BAS):
  120.    -Put your DOS system disk in drive B: and the program disk in A:.
  121.    -At the A> prompt, enter B:BASICA FOOBAR (recommended)
  122.                              or
  123.    -Enter B:BASICA and when the screen says 'OK', type RUN"FOOBAR
  124.  
  125. Those with GWBASIC will replace BASICA with the word GWBASIC.
  126.  
  127.   By the way, when your BASIC program is finished you will most likely 
  128.   find yourself "in" BASIC.  To get out, type the word SYSTEM.
  129.                                     -- Helpful Beginner's Tip #445,092
  130.  
  131. ===============================================================================
  132.  
  133.   Hopefully this help sheet will enable you to understand & use your disks.
  134. If all this still sounds like "GREEK" to you, then we strongly suggest that 
  135. you purchase the following disks:
  136.  
  137.       DOS TUTORIAL - an beginners program teaching about your
  138.                      computer & how to use "DOS" commands. The 
  139.                      disk also provides a DOS HELP facility -- 
  140.                      on-line help screens for "DOS" commands.
  141.   TUTORIAL FOR DOS - an absolutely complete DOS tutorial.
  142.                      Four disks.
  143.  
  144.          YOU SHOULD HAVE THESE DISKS! THEY WILL SAVE YOU AN 
  145.          AWFUL LOT OF TIME AND HEADACHE AND WILL MORE THAN
  146.          LIKELY SAVE YOU MONEY TOO.
  147.  
  148.                            EASY DOES IT!
  149. ===============================================================================
  150.                  MANDATORY UTILITIES FOR THE BEGINNER.
  151.  
  152.   DOS was originally slapped together when the PC was introduced to compete 
  153. with the other Personal Computers on the market. It was not complete then and 
  154. it is not complete now. One prime DOS deficiency is that when files are 
  155. DELeted, they are gone forever. UNDEL.COM and UNERASE.COM are available as 
  156. Public Domain software. Better, PMK.EXE, Professional Master Key, recovers 
  157. deleted files (and performs other jobs) from a very easy-to-use menu.
  158.   Another example is the lack of a MOVE instruction. To move a file from one 
  159. drive or directory to another, one first has to COPY the file to the new 
  160. location and then DELete the file from the original location. MOVE.COM performs 
  161. both tasks with one command.
  162.  
  163. ===============================================================================
  164.   Further, at your earliest convenience, we recommend your upgrading to 4DOS 
  165. which will replace your COMMAND.COM file and provide over 70 other useful 
  166. commands. 4DOS also contains a built-in F1-key HELP system. 4DOS disks are 
  167. available from CLONEWARE.
  168. ===============================================================================
  169.  
  170.         ***THANKS  FOR BUYING YOUR SHAREWARE FROM CLONEWARE***
  171.         ***IF YOU WOULD LIKE TO ORDER MORE SOFTWARE, WRITE:***
  172.  
  173.                            Michael Walsh
  174.                           21 Metcalf Ave.
  175.                      North Providence, RI 02911
  176.  
  177.         *** IF YOU ARE  LOOKING FOR A PARTICULAR SOFTWARE ***
  178.         *** TITLE, OR IF YOU NEED A CONSULTANT TO CUSTOM- ***
  179.         *** CONFIGURE YOUR EQUIPMENT, PLEASE CALL:        ***
  180.  
  181.             CLONEWARE SALES BBS, (401) 353-3331 by MODEM!
  182.                                                    ^^^^^
  183.