home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / famtree.zip / START.HLP < prev    next >
Text File  |  1990-08-26  |  5KB  |  89 lines

  1.                         TIPS FOR NEW USERS FROM
  2.                            SOFTLORE SOFTWARE 
  3.                         1330 Niagara Falls Blvd.
  4.                        Tonawanda, New York 14150
  5.  
  6.      Software is usually quite easy to use.  All you need is to be familiar 
  7. some basic DOS commands.  These commands are DIR, TYPE, COPY, DISKCOPY, FORMAT,
  8. and a few others.  Generally, none of the disks you purchase are "bootable",
  9. which means that you cannot just place the disk in your computer and turn the
  10. computer on. 
  11.  
  12.      Before you do anything else, you should begin by making a backup copy of
  13. your disk with the following command: 
  14.  
  15.                 A>DISKCOPY A: B:  <enter>
  16.  
  17.      This will make a copy of the original disk in drive A: onto a blank disk 
  18. in drive B:.
  19.  
  20.      Now you will have a backup copy of the original diskette.  If you have 
  21. any problems and get an error message when using DISKCOPY, you should use the 
  22. COPY command instead to make a backup of your original disk.  Place a blank
  23. FORMATTED disk in drive B: and enter the following command at the A> prompt: 
  24.  
  25.                 A>COPY *.* B:  <enter>
  26.  
  27.      This command will copy all files from drive A: to drive B:.
  28.  
  29.      Now put the original disk in a safe place and use the working copy.  To
  30. see what files are on the disk, place your backup copy in drive A: and enter
  31. the following command: 
  32.  
  33.                 A>DIR   <enter>
  34.  
  35.      All of the filenames on the diskette will be displayed.  A filename 
  36. consists of two parts: the filename and the extension.  The first or left part 
  37. of the name is the filename, which can be up to 8 characters long.  The second
  38. or right part is the file extension which is up to 3 characters long. 
  39.  
  40.   There are certain common usages that apply to file extension names:
  41.  
  42.   .COM and .EXE are PROGRAM files.  These are files that *RUN* the program when
  43. you type in their name and press the enter key.   Notice that you type in only
  44. the file's name and not the .exe or .com extension, for example, organize.com
  45. would be run by typing, ORGANIZE <return>.
  46.  
  47.   A .BAT is a BATCH file which contains DOS commands to make files run pro-
  48. perly.  Type in the name of the .BAT file to start it; some programs are *RUN*
  49. from .BAT files instead of .COM or .EXE files and you type in the .BAT file-
  50. name instead. 
  51.       
  52.   A .BAS is a BASIC program.  You will need GWBASIC or BASICA to run the 
  53. program. 
  54.  
  55.   .ARC and .ZIP files are ARCHIVED files.  These files need to be unarchived
  56. and/or uncompressed to be readable.  To unarchive or uncompress .ARC and .ZIP
  57. files you need to have special archiving programs that are either on the disk
  58. with the archived program or available separately. 
  59.  
  60.   .DOC and .TXT files are DOCUMENTATION files.  They generally contain 
  61. information and instructions about the programs and files that are on the 
  62. diskette.  BE SURE TO READ .DOC AND .TXT FILES! 
  63.  
  64.      Often you will see files like READ.ME or README.1ST or simply README. 
  65. These are all documentation files that will tell you about the program or how 
  66. to make it work properly. 
  67.  
  68. ----> BE SURE TO READ DOCUMENTATION FILES BEFORE YOU RUN A PROGRAM!!!
  69. -------------------------------------------------------------------------------
  70.  
  71. THE IDEA OF SHAREWARE
  72.  
  73. The disk you just received is "shareware."  This means that, unlike commercial,
  74. high-priced software, you have the opportunity to try it out before you decide
  75. whether to buy it.  We have only charged a small fee to cover the cost of
  76. duplicating the disk and making it available to you.  On the disk, the author
  77. of the software will explain how to pay him for his program if you decide to
  78. use it regularly.  The individual author holds the copyright to this software,
  79. not SoftLore, and your obligation is to him.  SoftLore cannot and does not mean
  80. to convey any license to this program.  SoftLore's warranty is limited to re-
  81. placing defective diskettes of the same title.  Sorry, but we can make no
  82. refunds.
  83. --------------------------------------------------------------------------------
  84.  
  85.      To read a documentation or text file, enter the DOS command TYPE and the
  86. name of the file.  Use <control>S to stop the scroll so you have time to read
  87. it.  To type <control>S first press down the control key and then press the S
  88. key, either upper or lower case S.  The first <control>S will freeze the text
  89. on the screen and the second <control>S will start it scrolling again.