home *** CD-ROM | disk | FTP | other *** search
/ Game Pack 2 / Game.Pack.2.1995.Gold.Medallion.CD.7z / Game.Pack.2.1995.Gold.Medallion.CD / GAMEPACK2.mdf / challeng / chalinfo.txt < prev    next >
Text File  |  1995-02-17  |  16KB  |  308 lines

  1.                      P E R S O N A L    C H A L L E N G E
  2.                          G E T T I N G   S T A R T E D
  3.                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.    QUICK START:
  5.    To run the program from a DOS prompt, enter: CHALL
  6.    To read the on-disk manual, enter: CHALLDOC
  7.  
  8.    REVIEWERS: If you intend to review this software for publication, please
  9. contact us to make sure you have the most recent version and that the
  10. ordering information supplied to your readers will be accurate. We would
  11. appreciate receiving a tearsheet or copy of any published reviews. Thank
  12. you!
  13.  
  14.    ALWAYS MAKE A BACKUP COPY of the original disk before you do anything.
  15. (See the DISKCOPY command in your DOS manual.) Put the original in a safe
  16. place, and use the copy as the master disk when you install the program.
  17.    Note that in all of the following examples, if your drive letters or
  18. directory names are different, you can simply use the same command, but
  19. with your actual drive letter and directory name. For example, we refer to
  20. the floppy drives as drive A and drive B. If yours are really called drive
  21. D and drive E, then use D and E instead of A and B. In our hard disk
  22. example, the subdirectory is called CHALL. But you can name it something
  23. else. For example, if you name it WEST, just use WEST in the command
  24. instead of CHALL.
  25.    The following instructions assume the files on your disk are NOT
  26. archived. If you have received the files in archived format, refer to the 
  27. installation instructions that came with your disk.
  28.  
  29.    INSTALLING TO A HARD DISK: The first thing you need to do is create a
  30. subdirectory on the hard disk. (If the subdirectory has already been
  31. created, you don't have to create it now.) For example, if you decide to
  32. name the subdirectory CHALL, you would start at your C> prompt, and use the
  33. following sequence of commands:
  34.  
  35.    CD\
  36.    MD CHALL
  37.    CD \CHALL
  38.  
  39. Now put the master disk in the A drive and enter this command:
  40.  
  41.    COPY A:*.*
  42.  
  43. You should see all the files being copied. When the copying is finished,
  44. you are ready to run the program.
  45.  
  46.    INSTALLING TO A FLOPPY DISK WHEN YOU HAVE TWO FLOPPY DRIVES: Put the
  47. master disk in drive A. Put a new, formatted disk in drive B. Enter this
  48. command:
  49.  
  50.    COPY A:*.* B:
  51.  
  52.    You should see the files being copied to the disk in the B drive. When
  53. all the files have been copied, the B disk is your working disk. You can
  54. move  the B disk to the A drive and use it there if you prefer.
  55.    For greatest efficiency and maximum storage capacity, we urge you to 
  56. install the software to your hard disk.
  57.  
  58.    INSTALLING TO A FLOPPY DISK WHEN YOU HAVE ONE FLOPPY DRIVE: Put the
  59. master disk in drive A. Have a new disk ready. Enter this command:
  60.  
  61.    DISKCOPY A: B:
  62.  
  63.    The computer will display messages telling you when to put the "source
  64. disk" or the "target disk" into the drive. The "source disk" is your master
  65. disk. The "target disk" is your new disk. When all the files have been 
  66. copied, the "target" disk is your working disk. 
  67.    For greatest efficiency and maximum storage capacity, we urge you to 
  68. install the software to your hard disk.
  69.  
  70.    NEED MORE SPACE? If you are running programs on floppy disks you may not
  71. have enough disk space for the data files created by the program. You can
  72. remove the documentation files, which the program does not need, from your
  73. working disk. However, these files contain important information which you
  74. will need for reference, so do not delete them from your master disk. To
  75. delete the documentation files, put the working disk in the A drive and
  76. enter these commands:
  77.  
  78.    DEL A:*.TXT
  79.    DEL A:*.DOC
  80.  
  81.    The documentation files must be included with copies of the program that
  82. are distributed to others.
  83.  
  84.    PROGRAM FILES: Program files can be identified by the extension EXE or
  85. COM after the file name. To run the program, simply type its name. For
  86. example, if you have a program named CHALL.EXE, type CHALL and press
  87. <ENTER>.
  88.  
  89.    DOCUMENTATION AND INSTRUCTIONS: The on-disk manual appears in an 
  90. executable file named CHALLDOC.EXE. To view the manual from the DOS prompt, 
  91. type CHALLDOC and press <ENTER>. You can page through the document on 
  92. screen, or print it by pressing <ALT><P>. For  a list of helpful commands, 
  93. press <F1>.
  94.    All features of PERSONAL CHALLENGE are documented in the on-disk manual. To 
  95. save disk space, this manual may not contain all the extra explanatory 
  96. material and examples which are included in the printed manual provided to
  97. registered (Paid) users. The printed manual also includes a table of contents 
  98. and index.
  99.    Files which have the DOC or TXT extension are ASCII format files (also
  100. called DOS Text files) which can be viewed or printed using DOS commands.
  101. For example, if you have a typical setup, you can print a document called
  102. CHALINFO.TXT using this command:  TYPE CHALINFO.TXT > PRN
  103.    To view this file on screen, you would enter: TYPE CHALINFO.TXT | MORE
  104. (Successful use of MORE assumes that the correct DOS files are in your
  105. path. If this is not the case, you can simply use TYPE CHALINFO.TXT, but the
  106. file may scroll up out of view.)
  107.    You can also view and print this kind of file with text viewing
  108. utilities, and with most word processors, using "ASCII", "DOS Text" or
  109. "Non-document" format.
  110.  
  111.    CHANGES AND UPDATES: Sometimes changes are made in a program after the
  112. manual is completed. Information about such changes will appear on disk in
  113. a text file called UPDATE.TXT. If this file appears on your disk, you
  114. should read it to get the latest important information about the software.
  115.  
  116.    NEW VERSIONS: Sometimes a new version of a program will ask permission
  117. to update your data files. Do not answer "yes" unless you have already made
  118. a backup copy of your data. Don't copy the backed-up data back into the
  119. directory after the files have been updated. This backup is simply
  120. insurance against data damage or loss. You should make backups regularly.
  121.  
  122.    BE SMART!  Before installing new versions of any software, make backups
  123. of all the old files. This protects you in case of an error during the
  124. installation/update process. Remember that power surges, hardware failure,
  125. and user errors can all lead to data loss or damage. Make backups of your
  126. data on a regular basis. If you wonder how often you need to back up your
  127. word processing documents, mailing lists, spreadsheets, etc., ask yourself,
  128. "How many days worth of work can I afford to lose?" We recommend that you
  129. use a system of three or more sets of backup disks which you rotate on a
  130. daily basis. That way, if something unfortunate happens to one set of
  131. backups, you will have another set available. A few minutes spent making
  132. daily backups can save you hours of heartbreaking work trying to recreate
  133. lost data.
  134.  
  135.    BAD DISK? It seems that in hot weather we sometimes get complaints about
  136. "bad" or unreadable disks. Floppy disks are susceptible to heat, moisture 
  137. and magnetism. A disk that sits all day in a hot mailbox or truck where 
  138. temperatures exceed 100 degrees is likely to be damaged. Disks which have 
  139. been exposed to magnetism may become unreadable. 
  140.    Before assuming a disk is bad, try it on another computer. It may be
  141. that your computer's drive heads are dirty or slightly misaligned. Suspect
  142. this if you often get disk error messages with different disks. An
  143. inexpensive head cleaning kit may help solve the problem.
  144.    With 5.25" disks, sometimes the round disk gets trapped inside its
  145. square  casing and generates an error because it can't rotate freely.
  146. Remove the  disk from the drive and tap each of the four edges sharply on
  147. the surface  of your desk. This may loosen the disk. Try reading the disk
  148. again.
  149.    With 3.5" disks, the sliding plate may not be sliding open when the disk 
  150. is placed inside the drive. Gently slide the plate back and forth until it 
  151. feels looser, being careful not to touch the disk media inside. Try reading 
  152. the disk again. If the plate will not slide, or it it appears to be bent, 
  153. do not place it inside the drive. Instead, you can simply remove the plate,
  154. which protects the disk but is not required for us.
  155.    Several popular utility packages have features that can sometimes
  156. revive unreadable disks.
  157.    In any case, if we sent you an unreadable disk, we will be happy to
  158. replace it with a fresh copy of the same program. If you received a bad
  159. disk from a vendor, the vendor should replace it.
  160.  
  161.    SUPPORT: This software has been thoroughly tested, and complete
  162. instructions are contained in the user's manual. 
  163.    For fast, reliable answers to your questions, visit the R.K. West
  164. section on CompuServe. GO RKWEST. You'll also be able to download
  165. 30-day evaluation versions of our new products in Library 9.
  166.    Support by mail is FREE. Mail support to registered users is generally
  167. unlimited. (However, we reserve the right to terminate support to users who
  168. in our judgment are unreasonable or abusive, or who have system problems or
  169. personal difficulties which transcend the scope of this software.)
  170. Unregistered users: We appreciate receiving a self-addressed, stamped
  171. envelope with your inquiry. Free support to unregistered users will be
  172. limited to getting you up and running, or responding to error messages.
  173.    Additional methods of support may be available as described in the
  174. program documentation or in the materials given to registered users.
  175.  
  176.    SOFTWARE LICENSE AND WARRANTY INFORMATION: See the file VENDINFO.DIZ
  177.  
  178.    SITE LICENSING: A site license is an inexpensive way for more than
  179. one person to legally use one copy of a program on more than one computer
  180. at a time. Site licenses are designed for companies, offices or workgroups
  181. where more than one person in the organization needs to use a product, but
  182. does not need additional manuals or disks. Site licensing enables
  183. companies, departments, government agencies, etc., to equip their personnel
  184. with the tools they need at a minimal cost.
  185.    Here's the gist of how it works:  The company purchasing a site license
  186. (the licensee) provides a single point of contact for shipping, technical
  187. support, upgrades, etc., and we (the licensor) provide "golden masters" of
  188. the diskettes, manuals, and any other parts of the package.
  189.     The following chart gives a breakdown of the cost of site licensing and 
  190. how much you save per site licensed. For instance, if the normal registration
  191. fee for one copy of the software is $15.00, and you purchase a site
  192. license for 11 users (sites) your cost will be $115.50, which saves you
  193. $49.50 of the cost of 11 separate purchases. The more sites you license,
  194. the more you save.
  195.  
  196. SAMPLE SITE LICENSING CHART FOR A PROGRAM WITH A $15.00 REGISTRATION PRICE:
  197.  
  198.                      Discount      Price Per      Savings
  199.      Quantity       Percentage       Unit         Per Unit
  200.  
  201.        5 -  10          25%          $11.25         $ 3.75
  202.       11 -  15          30%          $10.50         $ 4.50
  203.       16 -  20          33%          $10.05         $ 4.95
  204.       21 -  25          36%          $ 9.60         $ 5.40
  205.       26 -  30          39%          $ 9.15         $ 5.85
  206.       31 -  40          42%          $ 8.70         $ 6.30
  207.       41 -  50          45%          $ 8.25         $ 6.75
  208.       51 -  60          48%          $ 7.80         $ 7.20
  209.       61 -  70          51%          $ 7.35         $ 7.65
  210.       71 -  80          54%          $ 6.90         $ 8.10
  211.       81 -  90          57%          $ 6.45         $ 8.55
  212.       91 - 100          60%          $ 6.00         $ 9.00
  213.  
  214.      101+           By special arrangement
  215.  
  216. To receive a complete site licensing agreement, or to obtain further
  217. information, please contact R.K. West Consulting, PO Box 8059, Mission
  218. Hills CA 91346, USA; FAX 818-366-1737; CIS 74774,403.
  219.  
  220.    SHAREWARE: The term "Shareware" describes a marketing method in which
  221. copyrighted programs circulate among users for purposes of evaluation. This
  222. gives you the option to "Try Before You Buy". Using this system, the author
  223. of a program typically allows you to try the program for up to 30 days
  224. before payment is required. The exact terms of evaluation vary from author
  225. to author, so be sure to check the documentation of the programs you
  226. evaluate.
  227.    Any fee you pay to a disk vendor is simply a distribution fee, and does
  228. not cover the cost of the program itself. Programs which are used beyond
  229. the author's prescribed evaluation period require separate payment to the
  230. author. By making payment to the author you obtain a legal right to use the
  231. software, and encourage the continued development of quality software
  232. within the Shareware channel.
  233.    The process of paying for the software is called "registration". The
  234. exact benefits of registration vary from author to author, but many authors
  235. will offer one or more of the following: a current version, technical
  236. support, a printed manual, free or discounted upgrades, bonus utilities or
  237. special offers. Consult the registration information included with each
  238. program for specific details.
  239.  
  240.    REGISTRATION: When you pay for PERSONAL CHALLENGE, you will receive:
  241.  
  242.    * A copy of the most recent version of the program, without any
  243.      registration reminders.
  244.  
  245.    * A separate program that lets you create your own questions and
  246.      answers.
  247.  
  248.    * A printed, indexed manual.
  249.  
  250.    * A license to use the program permanently.
  251.  
  252.    * Technical support by fax, mail, and email.
  253.  
  254.    * Notice of upgrades, new releases, and new products.
  255.  
  256.    * Discounts on upgrades and other products.
  257.  
  258.  To: R.K. West Consulting               PERSONAL CHALLENGE ORDER FORM:
  259.      PO Box 8059
  260.      Mission Hills CA 91346, USA
  261.  
  262.  Your Name: ________________________________________________
  263.  
  264.  Address: __________________________________________________
  265.  
  266.           __________________________________________________
  267.  
  268.           __________________________________________________
  269.  
  270.  Phone:   __________________________________________________
  271.  
  272.  _____ Registered versions @ $15.00 each:            ___________________
  273.        Includes bonus Question/Answer editing
  274.        Utility
  275.  
  276.  _____ Shipping to Canada $3.00                      ___________________
  277.  _____ Shipping outside North America $6.00          ___________________
  278.  
  279.  Disk Size: ___ 3.5"   ___ 5.25"    TOTAL ENCLOSED:  ___________________
  280.             3.5" is best
  281.  
  282.  All prices are in U.S. dollars, checks drawn on and payable through a U.S.
  283.  bank. You may register by credit card through Public (Software) Library. In
  284.  the USA call 800-242-4775. Others, call 713-524-6394. These numbers are for
  285.  orders only. You can Fax a credit card order to PsL at 713-524-6398; or
  286.  mail it to: PSL, P.O. Box 35705, Houston TX 77235; or order on CompuServe from
  287.  71355,470. Visa, MasterCard, Discover, American Express. When ordering by
  288.  credit card, use your name EXACTLY as shown on the credit card. Please do 
  289.  not mail credit card orders to R.K. West (and do not mail checks to PSL).
  290.  
  291.  Tell us where you found this program! __________________________________
  292.  
  293.    ______________________________________________________________________
  294.  
  295.  Important: If you purchased this disk from a rack, bin, shelf or package in a
  296.             retail store, grocery, airport, bookshop, etc., or found it on
  297.             CD-ROM, please include the company name or brand-name logo from the
  298.             disk package or label, and other information, such as address and
  299.             phone, identifying the company that actually produced the disk.
  300.  
  301.    ______________________________________________________________________
  302.  
  303.    ______________________________________________________________________
  304.  
  305.    ______________________________________________________________________
  306.  
  307.  What are your comments about PERSONAL CHALLENGE? (Use other side if needed)
  308.