home *** CD-ROM | disk | FTP | other *** search
/ 300 Favorite Games / 300GAMES.iso / 243 / supermax.doc < prev    next >
Text File  |  1991-06-25  |  35KB  |  929 lines

  1.  
  2.  
  3.  
  4.  
  5.                         S U P E R   M A X I T
  6.                         ---------------------
  7.  
  8.  
  9.                              Version 2.00
  10.                              ------------
  11.  
  12.  
  13.                     Written by:  Micheal J. Paris
  14.                             Member of the
  15.                 Association of Shareware Professionals
  16.  
  17.  
  18.              Copyright 1990-1991 Expert Source Code, Inc.
  19.                          All Rights Reserved.
  20.  
  21.  
  22.  
  23.               P R O G R A M   D O C U M E N T A T I O N
  24.               -----------------------------------------
  25.  
  26.  
  27.                       Last updated:  May, 1991
  28.  
  29.  
  30.  
  31.  
  32.     +-----------------------------------------------------------+
  33.     |                     Table of Contents                     |
  34.     +-----------------------------------------------------------+
  35.  
  36.          Program Requirements. . . . . . . . . . . . . . .  2
  37.          Program Description . . . . . . . . . . . . . . .  2
  38.          Packing List. . . . . . . . . . . . . . . . . . .  3
  39.          Release and Update History. . . . . . . . . . . .  4
  40.          Other Expert Source Code, Inc. Shareware. . . . .  4
  41.          Shareware Concept . . . . . . . . . . . . . . . .  6
  42.          Program Registration. . . . . . . . . . . . . . .  7
  43.          Product Support . . . . . . . . . . . . . . . . .  8
  44.          ESC BBS . . . . . . . . . . . . . . . . . . . . .  8
  45.          Author/Publisher Information. . . . . . . . . . .  9
  46.          Association of Shareware Professionals (ASP). . .  9
  47.          ASP Ombudsman Statement . . . . . . . . . . . . . 11
  48.          Programming Tools . . . . . . . . . . . . . . . . 11
  49.          Trial Use License . . . . . . . . . . . . . . . . 11
  50.          Shareware Version Distribution License. . . . . . 12
  51.          Trial Use (Shareware Version) Warranty. . . . . . 14
  52.          Registered Version ONLY Warranty. . . . . . . . . 15
  53.          Applying for ASP Membership . . . . . . . . . . . 15
  54.          How to Contact Expert Source Code, Inc. . . . . . 16
  55.  
  56.  
  57.  
  58.  
  59.   Super Maxit Documentation                    Page 1 of 16
  60.  
  61.  
  62.  
  63.                         =====================
  64.                         Program Requirements:
  65.                         =====================
  66.  
  67.     Super Maxit requires IBM compatible EGA graphics 640x350x16.
  68.     It requires about 150K of disk space and about 256K of free
  69.     memory (RAM).
  70.  
  71.  
  72.                          ====================
  73.                          Program Description:
  74.                          ====================
  75.  
  76.     Super Maxit is a strategy board game of numbers.  There are
  77.     several board styles that may be selected from.  Each board
  78.     consists of raised tiles that contain either a positive or a
  79.     negative number.  Using the left and right arrow keys the player
  80.     (or player one) moves horizontally to the desired number tile,
  81.     then presses enter to select it.  The computer (or player two
  82.     using the up and down arrow keys) then moves vertically to select
  83.     a tile.  The player or computer score is adjusted by the value of
  84.     the selected tile (black numbers are positive, red numbers are
  85.     negative).  The game ends when either one player or the computer
  86.     can not take a number tile.  The player with the higher score at
  87.     this point wins.  Please note that black space within a board
  88.     serves as an obstruction and can not be crossed over.
  89.  
  90.     Some of the features of Super Maxit include:
  91.  
  92.       *  Fantastic EGA graphics.
  93.  
  94.       *  One (1) or two (2) players.
  95.  
  96.       *  A wide variety of board styles.
  97.  
  98.       *  Demo mode.
  99.  
  100.       *  Hint function.
  101.  
  102.       *  Cheat function.
  103.  
  104.       *  Sound toggle.
  105.  
  106.       *  On-line rules and instructions.
  107.  
  108.  
  109.                          ----------------------
  110.                          COMMAND LINE SWITCHES:
  111.                          ----------------------
  112.  
  113.     There are several command line switches that work with Super
  114.     Maxit v2.00.  Use one of the following three command switch
  115.     examples to display a help screen:
  116.  
  117.   Super Maxit Documentation                    Page 2 of 16
  118.  
  119.  
  120.  
  121.                           C:\>supermax h
  122.                           C:\>supermax ?
  123.               C:\>supermax /
  124.  
  125.  
  126.                              =============
  127.                              Packing List:
  128.                              =============
  129.  
  130.     The complete Super Maxit Shareware package should contain
  131.     the following files.  Please ensure that each file is
  132.     present.  If any of these files are missing then the
  133.     package is not complete and is not suitable for distribution
  134.     to others.  The complete package may be obtained directly
  135.     from Expert Source Code, Inc. or by downloading from ESC BBS.
  136.  
  137.      File Name                   Description of File
  138.     ------------    ----------------------------------------------
  139.     SUPERMAX.EXE - The Super Maxit executable program file.
  140.  
  141.     REGISTER.FRM - The Super Maxit registration form.
  142.  
  143.     SUPERMAX.DOC - The Super Maxit documentation file.
  144.  
  145.  
  146.                      ===========================
  147.                      Release and Update History:
  148.                      ===========================
  149.  
  150.     1.00 - Initial release.
  151.  
  152.     1.10 - Joined the Association of Shareware Professionals
  153.            (ASP) and upgraded program and documentation file to
  154.            reflect this change.  Improved tile marker visibility.
  155.  
  156.     2.00 - Complete rewrite of interface.  Added a two player
  157.            mode.  Added several different board styles.  Changed
  158.            registration reminder screen and program printed
  159.            registration form.  Complete rewrite of program
  160.            documentation.
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.   Super Maxit Documentation                    Page 3 of 16
  176.  
  177.  
  178.  
  179.               =========================================
  180.               Other Expert Source Code, Inc. Shareware:
  181.               =========================================
  182.  
  183.     AGGRESSION - Written by:  Thomas B. Hardy (ASP)
  184.          Aggression is a board game that combines some of the
  185.          aspects of checkers and backgammon.  The object is to
  186.          get all of your pieces from their starting side to the
  187.          opposite side before your opponent does.  One or two
  188.          players.  EGA and a Mouse are required.
  189.  
  190.     APPLES & ORANGES - Written by:  Charles A. Hardy (ASP)
  191.          Apples & Oranges is an Othello style strategy board
  192.          game.  It can be played by either 1 or 2 players.  The
  193.          object of the game is to capture as many of your
  194.          opponents pieces as possible.  One or two players.  EGA
  195.          and a Mouse are required.
  196.  
  197.     DRAW POKER - Written by:  Charles A. Hardy (ASP)
  198.          Draw Poker is like a cross between a slot machine and
  199.          Poker.  You make your bet, replace any unwanted cards
  200.          and collect your winnings.  This is a single player
  201.          game and includes a TOP 10 list.  VGA and a Mouse
  202.          are required.
  203.  
  204.     EXPERT TOOLS - Written by:  Thomas B. Hardy (ASP)
  205.          Expert Tools are the utilities that Norton forgot.
  206.          Containing over a dozen utilities these tools can be
  207.          used from the command line or from the included shell
  208.          program.
  209.  
  210.     FLORIDA LOTTERY - Written by:  Charles A. Hardy (ASP)
  211.          Florida Lottery is a number picker/tracker for Florida's
  212.          lottery games.  It covers CA$H 3, FANTASY 5 and LOTTO
  213.          games.  Florida Lottery also includes complete history
  214.          files for the FANTASY 5 and LOTTO games.  The program
  215.          supports either EGA graphics or ASCII color graphics.
  216.          Either a color monitor or EGA graphics is required.
  217.  
  218.     MASTER MIND - Written by:  Charles A. Hardy (ASP)
  219.          Master Mind is a game of logic and deduction.  The object
  220.          of the game is to guess which pieces of fruit go in which
  221.          position.  The setup screen lets you choose to guess at
  222.          5 to 7 position from 5 to 9 pieces of fruit (with or
  223.          without multiple pieces of the same kind of fruit) with
  224.          three levels of reporting.  This is a single player game.
  225.          VGA and a Mouse are required.
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.   Super Maxit Documentation                    Page 4 of 16
  234.  
  235.  
  236.  
  237.     MATCH'EM - Written by:  Charles A. Hardy (ASP)
  238.          Match'em is an concentration style memory game.  The
  239.          game is played on an 8 X 8 grid of raised buttons.
  240.          Inside of each button is a picture.  The object of the
  241.          game is to try to select two (2) buttons with alike
  242.          pictures for a match.  One or two players.  EGA and a
  243.          Mouse are required.
  244.  
  245.     MINE FIELD - Written by:  Charles A. Hardy (ASP)
  246.          Mine Field is graphical game of logic and deduction.
  247.          The object of the game is to mark all of the mines in
  248.          the enemy mine field so that your troups can get
  249.          through.  There are 15 different board styles to choose
  250.          from and a user selected number of bombs in each field.
  251.          VGA and a Mouse are required.
  252.  
  253.     SUPER MAXIT - Written by:  Joe M. Paris (ASP)
  254.          Super Maxit is a graphical version of the classic MAXIT
  255.          strategy board game with a few twists.  There are
  256.          several board shapes that the user can choose from.  One
  257.          or two players.  EGA is required.
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.   Super Maxit Documentation                    Page 5 of 16
  292.  
  293.  
  294.  
  295.                           ==================
  296.                           Shareware Concept:
  297.                           ==================
  298.  
  299.     If you are familiar with the idea behind Shareware, then you
  300.     know that Shareware is the ultimate in money back guarantees.
  301.  
  302.     Most money back guarantees work like this:  You pay for the
  303.     product and them have some period of time to try it out and
  304.     see whether of not you like it.  If you don't like it or find
  305.     that it doesn't do what you need, you return it (undamaged)
  306.     and at some point - which might take months - you get your
  307.     money back.  Some software companies won't even let you try
  308.     their product!  In order to qualify for a refund, the
  309.     diskette envelope must have an unbroken seal.  With these
  310.     "licensing" agreements, you only qualify for your money back
  311.     if you haven't tried the product.  How absurd!
  312.  
  313.     Shareware is very different.  With Shareware you get to try
  314.     it for a limited time, without spending a penny.  If you
  315.     decide not to continue using it, you throw it away and forget
  316.     all about it.  No paperwork, phone calls, or correspondence
  317.     to waste your valuable time.
  318.  
  319.     Software authors who use the Shareware method of distribution
  320.     feel that Shareware is the best way to try a product.  You
  321.     are able to try it on your own system(s), in your own special
  322.     environment, with no sales people looking over your shoulder.
  323.     Have you ever purchased a car and realized that if you could
  324.     have test driven it for 2 weeks your purchase decision might
  325.     have been different?  With Shareware these problems can be
  326.     avoided - you DO have a 2 week test-drive!
  327.  
  328.     After trying a Shareware product and deciding to continue to
  329.     use it, then - and only then - do you pay for it.  not only
  330.     that, but Shareware is traditionally MUCH less expensive
  331.     simply because you are paying for the software, not the
  332.     advertising and marketing that comprises that majority of the
  333.     cost of most software (a one page ad in PC Magazine, one
  334.     time, can cost upwards of $20,000).  If the try-before-you-
  335.     buy concept sounds like an ideal way to make your purchase
  336.     decisions, you're right!
  337.  
  338.     Some companies burden their products with annoying copy
  339.     protection schemes because they don't trust their users.
  340.     Shareware developers not only don't use copy protection, they
  341.     freely distribute their products because they DO trust their
  342.     users.
  343.  
  344.     Someone once said that you should never trust software that
  345.     doesn't trust you.  This makes a lot of sense - no wonder
  346.     Shareware is becoming so popular among users and developers.
  347.  
  348.  
  349.   Super Maxit Documentation                    Page 6 of 16
  350.  
  351.  
  352.  
  353.     Shareware is a distribution method, NOT a type of software.
  354.     Shareware is produced by accomplished programmers, just like
  355.     retail software.  There is good and bad Shareware, just as
  356.     there is good and bad retail software.  The primary
  357.     difference between Shareware and retail software is that with
  358.     Shareware you know if it's good or bad BEFORE you pay for it.
  359.     Registration of Shareware products, in addition to being
  360.     required, is also an incentive for programmers to continue to
  361.     produce quality software for the Shareware market.
  362.  
  363.     There is another significant advantage to Shareware - it
  364.     allows small companies like Expert Source Code, Inc. to make
  365.     software available without the hundreds of thousands of
  366.     dollars in expenses that it takes to launch a traditional
  367.     retail software product.  There are many programs on the
  368.     market today which would never have become available without
  369.     the Shareware marketing method.  Please show your support for
  370.     Shareware by registering those programs you actually use and
  371.     by passing them on to others.  Thank you for your support!
  372.  
  373.  
  374.                         =====================
  375.                         Program Registration:
  376.                         =====================
  377.  
  378.     Super Maxit is marketed under the Shareware concept (for a more
  379.     detailed description of Shareware see above).  You are free
  380.     to use this program for a trial period of two weeks.  If
  381.     you continue to use this program after the trial period you
  382.     are required to register it.  The program is registered by
  383.     mailing in the registration form (printed from the program or
  384.     printed from the file REGISTER.FRM) with the appropriate
  385.     fees.
  386.  
  387.     Credit Card users may also register by calling the ESC BBS
  388.     (See descritpion below) at 407/699-8258 and typing "OPEN 2"
  389.     at the main menu prompt or by E-Mailing us a completed regis-
  390.     tration form.
  391.  
  392.           ESC BBS (9600 Courier HST) - 407/699-8258
  393.                    CompuServe - 72711,2035
  394.                       Prodigy - FGTD17A
  395.                        GEnie - C.HARDY7
  396.                        Delphi - ESCINC
  397.  
  398.     Registered users of Super Maxit will receive the following
  399.     benefits:
  400.  
  401.       *  A registered copy of the latest version of Super Maxit.
  402.  
  403.       *  Product support as described below.
  404.  
  405.  
  406.  
  407.   Super Maxit Documentation                    Page 7 of 16
  408.  
  409.  
  410.  
  411.       *  Free upgrades (cost only).  If you see a latter version
  412.          of Super Maxit and you would like your registered copy
  413.          upgraded to that version just contact us and we will
  414.          update your copy for only what it costs us for the disk
  415.          and shipping ($5.00).
  416.  
  417.  
  418.                            ================
  419.                            Product Support:
  420.                            ================
  421.  
  422.     Support for all of Expert Source Code, Inc. Shareware
  423.     products is available in the following forms:
  424.  
  425.       *  By calling the ESC BBS (The support BBS for Expert
  426.          Source Code, Inc.) at (407) 699-8258 (1200/2400/9600
  427.          Courier HST - 24 hours a day) and leaving a (C)omment to
  428.          the SYSOP.
  429.  
  430.       *  Via E-Mail to:  CompuServe - 72711,2035
  431.                             Prodigy - FGTD17A
  432.                              GEnie - C.HARDY7
  433.                              Delphi - ESCINC
  434.  
  435.       *  By U.S. Mail to:   Expert Source Code, Inc.
  436.                             P. O. Box 180519
  437.                             Casselberry, FL  32718-0519
  438.  
  439.  
  440.                                ========
  441.                                ESC BBS:
  442.                                ========
  443.  
  444.     ESC BBS is the Expert Source Code, Inc. support BBS.  In
  445.     addition to it's normal BBS services ESC BBS offers free
  446.     support and order processing for all of Expert Source Code,
  447.     Inc. Shareware.  ESC BBS also has all of the latest version
  448.     of Expert Source Code, Inc. Shareware products for free
  449.     downloading (not including long distance telephone charges
  450.     of course).  You can also register Expert Source Code, Inc.
  451.     products on-line by typing "OPEN 2" at the main menu prompt.
  452.  
  453.     ESC BBS operates a 1200/2400/9600 Courier HST modem 24 hours
  454.     a day and can be reached at (407) 699-8258.
  455.  
  456.     Complete access to all of ESC BBS features is free just for
  457.     answering the questions the first time you sign on.
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.   Super Maxit Documentation                    Page 8 of 16
  466.  
  467.  
  468.                     =============================
  469.                     Author/Publisher Information:
  470.                     =============================
  471.  
  472.     Expert Source Code, Inc. is a small software company owned
  473.     and operated by its three resident programmers.  At Expert
  474.     Source Code, Inc. we believe that the primary purpose of our
  475.     business is service, not profit,  This concept is fundamental
  476.     to our approach to product development, production and
  477.     marketing.  All of Expert Source Code, Inc. authors are
  478.     members of the Association of Shareware Professionals (ASP).
  479.  
  480.     Please feel free to contact us at any time if you have any
  481.     questions, comments or suggestions.  We can be reached by the
  482.     following methods:
  483.  
  484.       *  U.S. Mail to:  Expert Source Code, Inc.
  485.                         P. O. Box 180519
  486.                         Casselberry, FL  32718-0519
  487.  
  488.       *  E-Mail to:   CompuServe - 72711,2035
  489.                             Prodigy - FGTD17A
  490.                              GEnie - C.HARDY7
  491.                              Delphi - ESCINC
  492.  
  493.       *  ESC BBS (The home of Expert Source Code, Inc.) at
  494.          (407) 699-8258 (1200/2400/9600 Courier HST - 24
  495.          hours a day.
  496.  
  497.             =============================================
  498.             Association of Shareware Professionals (ASP):
  499.             =============================================
  500.  
  501.                          _______
  502.                     ____|__     |               (tm)
  503.                  --|       |    |-------------------
  504.                    |   ____|__  |  Association of
  505.                    |  |       |_|  Shareware
  506.                    |__|   o   |    Professionals
  507.                  -----|   |   |---------------------
  508.                       |___|___|    MEMBER
  509.  
  510.     In the early days of Shareware there were no real standards.
  511.     Independent authors had no efficient way to learn from each
  512.     other or to work together to improve the overall image of
  513.     Shareware.  There was no system in place th ensure that users
  514.     were treated fairly and professionally.   There was no way
  515.     for users to find an address for an author who had moved.  In
  516.     short, the Shareware community was disorganized and each
  517.     author did things the way he or she thought was best.  It was
  518.     clear that if Shareware was ever to become a viable and
  519.     respected marketing alternative, there had to bo some stan-
  520.     dardication.  There had to be some guidelines to best serve
  521.     the users.
  522.  
  523.   Super Maxit Documentation                    Page 9 of 16
  524.  
  525.  
  526.  
  527.     In 1987 a handful of Shareware authors founded the Associa-
  528.     tion of Shareware Professionals (ASP).  In forming this
  529.     industry association these Shareware authors had several
  530.     primary goals in mind, including:
  531.  
  532.       *  To inform users about Shareware programs and about
  533.          Shareware as a method of distributing and marketing
  534.          software.
  535.  
  536.       *  To foster a high degree of professionalism among
  537.          Shareware authors by setting programming, marketing,
  538.          support standards for ASP members to follow.
  539.  
  540.       *  To encourage broader distribution of Shareware through
  541.          user groups and disk dealers who agree to identify and
  542.          explain the nature of Shareware.
  543.  
  544.       *  To assist members in marketing their software.
  545.  
  546.       *  To provide a forum through which ASP members may
  547.          communicate, share ideas, and learn from each other.
  548.  
  549.  
  550.     The newly formed Association of Shareware Professionals
  551.     worked together to draft a code of ethics for all present
  552.     and future members.  This code of ethics included several
  553.     requirements that soon became very popular among users
  554.     (customers), including:
  555.  
  556.  
  557.       *  A member's program (evaluation version) could not be
  558.          limited (crippled) in any way.  In the true spirit of
  559.          Try-Before-You-Buy, users must be able to evaluate all
  560.          the features in a program before paying the registration
  561.          fee.
  562.  
  563.       *  Members must respond to every registration.  At the very
  564.          least they must send a receipt for the payment.
  565.  
  566.       *  Members must provide technical support for their
  567.          products for at least 90 days from the date of
  568.          registration.
  569.  
  570.     A new system was put in place to help ensure that users were
  571.     treated fairly and professionally.  If a user was unable to
  572.     resolve a problem with a member author them the user could
  573.     contact the ASP Ombudsman with their complaint.  The
  574.     Ombudsman would then try to help resolve the dispute.  for
  575.     more complete details reguarding the Ombudsman, please refer
  576.     to the "ASP Ombudsman Statement" below.
  577.  
  578.  
  579.  
  580.  
  581.   Super Maxit Documentation                    Page 10 of 16
  582.  
  583.  
  584.                        ========================
  585.                        ASP Ombudsman Statement:
  586.                        ========================
  587.  
  588.     This program is produced by a member of the Association of
  589.     Shareware Professionals (ASP).  ASP wants to make sure that the
  590.     shareware principle works for you.  If you are unable to resolve
  591.     a shareware-related problem with an ASP member by contacting the
  592.     member directly, ASP may be able to help.  The ASP Ombudsman can
  593.     help you resolve a dispute or problem with an ASP member, but
  594.     does not provide technical support for members' products.
  595.  
  596.     Please write to the ASP Ombudsman at:
  597.  
  598.             ASP Ombudsman
  599.             545 Grover Road
  600.             Muskegon, MI  49442-9427
  601.             U.S.A.
  602.  
  603.     or send a CompuServe message via CompuServe MAIL to ASP Ombudsman
  604.     70007,3536.
  605.  
  606.  
  607.                           ==================
  608.                           Programming Tools:
  609.                           ==================
  610.  
  611.     Super Maxit was written using the following software tools:
  612.  
  613.       *  Turbo Pacsal 6.0 by Borland International.
  614.  
  615.       *  Expert Software Tools by Expert Source Code, Inc.
  616.  
  617.       *  TechnoJock's Turbo Toolkit by TechnoJock Software, Inc.
  618.  
  619.       *  GX Development Kit by GENUS Microprogramming.
  620.  
  621.  
  622.  
  623.                           ==================
  624.                           TRIAL USE LICENSE:
  625.                           ==================
  626.  
  627.     Super Maxit is NOT a public domain program.  It is
  628.     Copyright 1990-1991 by Expert Source Code, Inc.  All
  629.     rights reserved.
  630.  
  631.     This software and accompanying documentation are protected by
  632.     United States Copyright law and also by International Treaty
  633.     provisions.  Any use of this software in violation of
  634.     Copyright law or the terms of this limited license will be
  635.     prosecuted to the best of our ability.  The conditions under
  636.     which you may copy this software and documentation are
  637.     clearly outlined below.
  638.  
  639.   Super Maxit Documentation                    Page 11 of 16
  640.  
  641.  
  642.  
  643.     Expert Source Code, Inc. hereby grants you a limited license
  644.     to use this software for evaluation purposes for a period not
  645.     to exceed two weeks.  If you intend to continue using this
  646.     software (and/or it's documentation) after the two week
  647.     evaluation period, you MUST make a registration payment to
  648.     Expert Source Code, Inc.
  649.  
  650.     Using this software after the two week evaluation period,
  651.     without registering the software is a violation of the terms
  652.     of this limited license.
  653.  
  654.     Licensee shall not use, copy, rent, lease, sell, modify,
  655.     decompile, disassemble, otherwise reverse engineer, or
  656.     transfer the licensed program except as provided in this
  657.     agreement.  Any such unauthorized use shall result in
  658.     immediate and automatic termination of this license.
  659.  
  660.     All rights not expressly granted here are reserved to Expert
  661.     Source Code, Inc.
  662.  
  663.               =======================================
  664.               Shareware Version Distribution License:
  665.               =======================================
  666.  
  667.     As the copyright holder for Super Maxit, Expert Source Code,
  668.     Inc. authorizes distribution by individuals only in
  669.     accordance with the following restrictions.
  670.  
  671.     Vendors who are ASP Associate Members in good standing are
  672.     hereby given permission to distribute the Super Maxit
  673.     package in accordance with the Distribution Restrictions
  674.     listed above.  ASP Associate Members (often called "ASP
  675.     Approved Vendors") in good standing do not need to request
  676.     permission to distribute this package. This permission is
  677.     in effect until or unless we notify you otherwise, in writing.
  678.     ASP Vendor Members who wish to distribute the Super Maxit
  679.     package as part of a collection (such as PsL's MegaDisk set,
  680.     or a CD-ROM package) may do so provided that all the other
  681.     restrictions are met.
  682.  
  683.     Shareware Distributors and Disk Vendors who are not ASP
  684.     Associate Members, but who wish to distribute the Super Maxit
  685.     package must comply with the following restrictions in
  686.     addition to those listed below.  In order for us to ensure
  687.     that only current versions are distributed, we require that
  688.     you request permission from us (Expert Source Code, Inc.)
  689.     to distribute any of our products.  Since permission is
  690.     routinely granted, you may begin distributing the Super Maxit
  691.     package immediately after sending in your request.  You don't
  692.     need to wait for confirmation from us before beginning dis-
  693.     tribution,  If, for any reason, your request is denied, you
  694.     must cease distribution immediately upon notification.  You
  695.  
  696.  
  697.   Super Maxit Documentation                    Page 12 of 16
  698.  
  699.  
  700.  
  701.     may nor list any of our products in advertisements, catalogs
  702.     or other literature which describes our products as "FREE
  703.     SOFTWARE".  Shareware is "Try-Before-You-Buy" software,
  704.     it is not free.
  705.  
  706.     Vendors (non-ASP Vendor Members) who wish to distribute the
  707.     Super Maxit package as part of a collection (such as PsL's
  708.     MegaDisk set of a CD-ROM package) must obtain permission
  709.     from Expert Source Code, Inc. prior to beginning such a
  710.     distribution.
  711.  
  712.     Individuals are hereby granted permission by Expert Source
  713.     Code, Inc. to copy the Super Maxit diskette for their own use
  714.     (for evaluation purposes) or for other individuals to
  715.     evaluate, ONLY when the following conditions are met.
  716.  
  717.     The Super Maxit package is defined as containing all the
  718.     material listed in the "Packing List" section listed above.
  719.     If any files listed in the packing list are missing, then
  720.     the package is not complete and distribution is forbidden.
  721.     Please contact us to obtain a complete package suitable for
  722.     distribution.
  723.  
  724.       *  The Super Maxit package - including add related program
  725.          files and documentation files - CANNOT be modified
  726.          in any way and must be distributed as a complete
  727.          package, without exception.  The "Packing List"
  728.          section above contains a list of all files that are
  729.          part of the Super Maxit package.
  730.  
  731.       *  No price or other compensation may be charges for the
  732.          Super Maxit package.  A distribution cost may be
  733.          charged for the cost of the diskette, shipping and
  734.          handling, as long as the total (per disk) does not
  735.          exceed US$10.00 in the United States and Canada or
  736.          US$12.00 internationally.
  737.  
  738.       *  The Super Maxit package CANNOT be sold as part of some
  739.          other inclusive package.  Nor can it be included in
  740.          any commercial software packaging offer, without a
  741.          written agreement from Expert Source Code, Inc.  For
  742.          information on combining the Super Maxit package with
  743.          related programs to form a "disk-set", please refer
  744.          to the information below for ASP and non-ASP Disk
  745.          Vendors.
  746.  
  747.       *  The Printed User's Guide may not be reproduced in whole
  748.          or in part, using any means, without the written
  749.          permission of Expert Source Code, Inc.  In other words,
  750.          the disk-based documentation may not be distributed in
  751.          PRINTED (hardcopy) form.
  752.  
  753.  
  754.  
  755.   Super Maxit Documentation                    Page 13 of 16
  756.  
  757.  
  758.       *  The Super Maxit package cannot be "rented" or "leased"
  759.          to others.
  760.  
  761.       *  The person receiving a copy of the Super Maxit package
  762.          MUST be made aware that each disk or copy is ONLY
  763.          for evaluation, and that Expert Source Code, Inc.
  764.          has not received any royalties or payment for the
  765.          product.  This requirement can be met by including the
  766.          complete Super Maxit package, which contains any
  767.          appropriate registration reminders.
  768.  
  769.       *  The person receiving a copy of the Super Maxit package
  770.          MUST be made aware that he or she does not become
  771.          a registered user until Expert Source Code, Inc.
  772.          has received payment for registration of the software.
  773.          This requirement can be met by including the complete
  774.          Super Maxit package, which contains any appropriate
  775.          registration reminders.
  776.  
  777.       *  Expert Source Code, Inc. prohibits the distribution of
  778.          outdated versions of the Super Maxit package, without
  779.          written permission from Expert Source Code, Inc.
  780.          If the version you have is over twelve (12) months old,
  781.          please contact us to ensure that you have the most
  782.          current version.  This version was released in May 1991.
  783.  
  784.       *  Licensee shall not use, copy, rent, lease, sell, modify,
  785.          decompile, disassemble, otherwise reverse engineer or
  786.          transfer the licensed program except as provided in
  787.          this agreement.  Any such unauthorized use shall result
  788.          in immediate and automatic termination of this license.
  789.  
  790.       *  U.S. Government Information:  Use, duplication or
  791.          disclosure by the U.S. Government of the computer
  792.          software and documentation in this package shall be
  793.          subject to the restricted rights applicable to
  794.          commercial computer software as set forth in subdivision
  795.          (b)(3)(ii) of the Rights in Technical Data and Computer
  796.          Software clause at 252.227-7013 (DFARS 52.227-7013).
  797.          The Contractor/manufacturer is:
  798.                          Expert Source Code, Inc.
  799.                          P. O.  180519
  800.                          Casselberry, FL 32718-0519
  801.  
  802.     All rights not expressly granted here are reserved to Expert
  803.     Source Code, Inc.
  804.  
  805.  
  806.           ==================================================
  807.           Trial Use (Shareware Evaluation Version) Warranty:
  808.           ==================================================
  809.  
  810.     The Shareware evaluation (trial use) version is provided AS
  811.  
  812.  
  813.   Super Maxit Documentation                    Page 14 of 16
  814.  
  815.  
  816.  
  817.     IS.  Expert Source Code, Inc.  MAKES NO WARRANTY OF ANY KIND,
  818.     EXPRESSED OR IMPLIED, INCLUDING WITHOUT LIMITATION, ANY
  819.     WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  820.     PURPOSE.
  821.  
  822.  
  823.                   =================================
  824.                   Registered Version ONLY Warranty:
  825.                   =================================
  826.  
  827.     Expert Source Code, Inc warrants the physical diskette(s) and
  828.     physical documentation provided with registered verisons to
  829.     be free of defects in materials and workmanship for a period
  830.     of sixty days from the date of registration.  If Expert
  831.     Source Code, Inc. receives notification within the warranty
  832.     period of defects in materials or workmanship, and such
  833.     notification is dertermined by Expert Source Code, Inc. to be
  834.     correct.  Expert Source Code, Inc. will replace the defective
  835.     diskette(s) or documentation.
  836.  
  837.     The entire and exclusive liability and remedy for breach of
  838.     this Limited Warranty shall be limited to replacement of
  839.     defective diskette(s) or dicumentation and shall not include
  840.     or extend to any claim for ir right to recover any other
  841.     damages, including but not limited to, loss of profit, data,
  842.     or use of the software, or special, incidental, or conse-
  843.     quential damages or other similar claims, even if Expert
  844.     Source Code, Inc.  has been specifically advised of the
  845.     possibility of such damages.  In no event will Expert Source
  846.     Code, Inc.'s liability for any damages to you or any other
  847.     person ever exceed the lower of suggested list price or
  848.     actual price paid for the license to use the software,
  849.     regardless of any form of the claim.
  850.  
  851.     Expert Source Code, Inc. SPECIFICALLY DISCLAIMS ALL OTHER
  852.     WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
  853.     TO, ANY IMPLIED WARRANTY OF MERCHANTABILITY AND/OR FITNESS
  854.     FOR A PARTICULAR PURPOSE.
  855.  
  856.  
  857.                    ============================
  858.                    Applying for ASP Membership:
  859.                    ============================
  860.  
  861.     If you would like to apply for ASP Associate Membership (to
  862.     become an ASP approved Vendor or an ASP BBS member), simply
  863.     write to the following address and request a VENDOR or BBS
  864.     membership application package:
  865.  
  866.                     ASP Executive Director
  867.                     545 Grover Road
  868.                     Muskegon, MI  49442-9427
  869.                     U.S.A.
  870.  
  871.   Super Maxit Documentation                    Page 15 of 16
  872.  
  873.  
  874.  
  875.     or send a CompuServe message via CompuServe MAIL to ASP
  876.     Executive Director 72050,1433.  You may also FAX a request
  877.     to the ASP executive Director at 1-616-788-2765.
  878.  
  879.  
  880.                ========================================
  881.                How to Contact Expert Source Code, Inc.:
  882.                ========================================
  883.  
  884.     Expert Source Code, Inc. may be contacted by any of the
  885.     following methods:
  886.  
  887.       *  By U.S. Mail to:  Expert Source Code, Inc.
  888.                            P. O. Box 180519
  889.                            Casselberry, FL  32718-0519
  890.  
  891.       *  By E-Mail to:  CompuServe - 72711,2035.
  892.                            Prodigy - FGTD17A
  893.                             GEnie - C.HARDY7
  894.                             Delphi - ESCINC
  895.  
  896.       *  By calling ESC BBS at (407) 699-8258 and leaving a
  897.          (C)omment to the SYSOP.
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.   Super Maxit Documentation                    Page 16 of 16