home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / breaktim.zip / READ.ME < prev   
Text File  |  1991-02-19  |  7KB  |  172 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.              INTRODUCTION
  8.  
  9.              The BreakTime disk contains a single program which can
  10.              operate as either a TSR or as a normal transient program.
  11.              BreakTime contains a set of games and puzzles that are ideal
  12.              when you need a break or a quick diversion.  The non-
  13.              registered version of the program comes with 5 activities.
  14.              These are:
  15.  
  16.              o    Scrambled Capitals - The name of the capital city of
  17.              one of the 50 states is shown with the letters all
  18.              scrambled.  Can you decode it?  Two wrong answers gets you a
  19.              hint.
  20.  
  21.              o    Cave Pig - This is a variant of the classic game of
  22.              Wumpus.  Hunt the Cave Pig through his 20-room cave.  Watch
  23.              out for the Killer Frog, Mud Hole and Snakes.
  24.  
  25.              o    Towers of Hanoi - Can you move the disks from one tower
  26.              to another without placing a larger one on top of a smaller
  27.              one?  Three to seven disks can be used.
  28.  
  29.              o    Nim - Force the computer to remove the last token from
  30.              the board.  Watch out though, your PC is one tough opponent.
  31.  
  32.              o    8-Puzzle - Do you remember the old slide puzzles that
  33.              were popular way back when?  Well here is a computerized
  34.              version.
  35.  
  36.              BreakTime is a swapping TSR.  This means that before it
  37.              becomes resident it writes most of it's code and data to
  38.              disk (or expanded memory) and returns as much memory as it
  39.              can to DOS.  Only a small part of the program remains in
  40.              RAM, monitoring the keyboard and waiting for a command to
  41.              pop-up.  When the program pops up, it writes part of the
  42.              current program into a file then reads back in the rest of
  43.              itself that was previously stored away.  The program then
  44.              runs normally until exited, then reverses the process and
  45.              copies the swapped part of the original program back into
  46.              memory.
  47.  
  48.              INSTRUCTIONS FOR INSTALLING BREAKTIME
  49.  
  50.              1) Hard Disk:
  51.              Copy the program to your hard disk.  You can run the program
  52.              either as a transient (normal) program or as a TSR
  53.              (Terminate-and-Stay-Resident) program.
  54.  
  55.              2) Floppy Disk:
  56.              Copy the program onto a floppy disk and put the original
  57.              aside for safekeeping.  You should run BreakTime as a normal
  58.              program, unless you have around 200K of expanded memory
  59.              available for the program to use.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.              USING BREAKTIME
  79.  
  80.              To run BreakTime as a normal program, enter "BREAKTIM".  To
  81.              run BreakTime as a TSR (Terminate-and-Stay-Resident)
  82.              program, type "BREAKTIM /T".
  83.  
  84.              NOTE: BreakTime will not pop up over graphics programs, or
  85.              programs running in graphics modes.
  86.  
  87.              Command-Line Options - The command-line options are used to
  88.              give the program special instructions when it is first
  89.              started.  The options are given after the name of the
  90.              program is typed, like this: "BREAKTIM /T /1".  To tell the
  91.              program to unload itself when it is functioning as a TSR,
  92.              type "BREAKTIM /U".  The other command-line options are best
  93.              ignored unless you are an expert.  The various options that
  94.              BreakTime understands are listed below:
  95.  
  96.              /T   Function as a TSR.  When this option is selected, the
  97.              program acts as a TSR.  This means that it is there in the
  98.              background, watching for it's Hotkey.  The default Hotkey
  99.              for BreakTime is <Alt><RtSht><P>.  This means that striking
  100.              the Alt key, the RIGHT shift key and the P key
  101.              simultaneously will activate BreakTime.
  102.  
  103.              /1   Use a single Swap File.  This option allows the program
  104.              to work with a single swap file, instead of the two it
  105.              normally uses when functioning as a TSR.  Using this option
  106.              will result in less disk space being used when the program
  107.              is active but results in more RAM being used and slower
  108.              loading/saving.  Only use this option if you do not have
  109.              expanded memory (EMS) and are very short of hard disk space.
  110.  
  111.              /D   Always swap to disk.  Use this option if you want the
  112.              program to use your hard disk or a RAM disk for swapping,
  113.              instead of using any available expanded memory.
  114.  
  115.              /H hexkey   Change the Hotkey.  Use this command if the
  116.              default hotkey for BreakTime conflicts with one of your
  117.              other programs.  Two alternate hotkeys are: $0A19
  118.              (<ALT><LtShift><P>) and $0C19 (<CTRL><ALT><P>).  Experts can
  119.              construct their own hotkeys by combining the scan codes for
  120.              the shift keys to be used with the scan code for the main
  121.              key.  Use the two sample hotkeys as your guide.
  122.  
  123.              /M   Disable the swapping message.  Use this option when you
  124.              don't want to see the swapping message.  Particularly useful
  125.              when swapping to a RAM drive.
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.              /S path   Specify drive and directory for swap files.  The
  140.              default location for swap files is C:\.  Use this option if
  141.              you want the swap files stored somewhere else.  The
  142.              parameter for this option should specify a complete path
  143.              name, including a drive and directory but no filename.
  144.  
  145.              /U   Unload BreakTime.  Use this command to unload BreakTime
  146.              from memory when it has been installed as a TSR.  The
  147.              program will not unload itself if another TSR has been
  148.              loaded after it.
  149.  
  150.              /?   Show the command-line options.  Displays all the
  151.              command-line options that are available.
  152.  
  153.              BreakTime is a shareware product.  Please feel free to copy
  154.              it and pass it on to your friends.  If you make use of this
  155.              software, you should pay a registration fee of $15 to:
  156.  
  157.              Desert Frog Software
  158.              6026 West Paradise Lane
  159.              Glendale, AZ 85306
  160.  
  161.              Call (602) 843-0183 evenings or weekends if you have any
  162.              questions.
  163.  
  164.              Please make payment by check.
  165.  
  166.              Your registration fee entitles you to use this software on a
  167.              single computer and to make unlimited backup copies.  Upon
  168.              receipt of your registration fee you will receive a new copy
  169.              of the program containing the additional games and puzzles
  170.              shown on the Main Menu. You will also receive notice of
  171.              future Desert Frog products.
  172.