home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR7 / S3CARD10.ZIP / CARD10.DOC < prev    next >
Text File  |  1993-11-20  |  6KB  |  135 lines

  1. Program:        S3 Simple Card
  2. Author:         George Spafford
  3. Date:           11/20/93 (release date)
  4. Version:        1.0
  5.  
  6. Purpose:
  7.  
  8.      To create a trading card database that will work on floppy drive based
  9.      systems.  This is done by creating a card database file for each set
  10.      on a diskette.
  11.  
  12. Install:
  13.  
  14.      If you have two 360 K floppies (minimum configuration possible)
  15.  
  16.         CARD.EXE will fit on one diskette (we'll use drive A:)
  17.         The database file will use another diskette (we'll use drive B:)
  18.         To run the program, start CARD with the parameter of B: so it will
  19.         know where to create/find the database file.  Example:   CARD B:
  20.         Use one data diskette for each set of cards.  You can not have
  21.         more than one set in a database at a time.
  22.  
  23.         CARD.EXE is too big to be on the same 360KB diskette as the database
  24.         file.
  25.  
  26.      If you have a hard disk, high density floppies, etc.
  27.         CARD.EXE can be on the same drive as the database file.  For example,
  28.         if they are both on a disk in A: then you start CARD with the parameter
  29.         of A: so it will know where to find/create the database.  Example:
  30.  
  31.                 CARD A:
  32.  
  33.         CARD.EXE could reside on the hard drive and multiple diskettes could be
  34.         used for all of the sets involved.  If you are using your B: diskette
  35.         to hold the database, you would type:
  36.  
  37.                 CARD B:
  38.  
  39.         CARD can also use subdirectories.  You will need to specify the
  40.         directory name with a trailing slash.  Examples:
  41.  
  42.                 CARD C:\CARD\SET1\
  43.                 CARD C:\TREK\
  44.                 CARD B:\SW\
  45.                 CARD B:\CARD\
  46.  
  47.         You see, this program is really designed for users who don't want, or
  48.         can't have the program file on the same drive as the database.  However,
  49.         you can use the same drive with subdirectories, and so on.  To save
  50.         time if you are doing this, you may want to make some batch files that
  51.         call the correct set up.  For example, let's say you have some Star
  52.         Trek card set in C:\TREK11\.  You could create a batch file that called
  53.         it up for you.  For example:
  54.  
  55.                 CARD C:\TREK11\
  56.  
  57. Using Simple Card
  58.  
  59. 1.   CARD.EXE alone runs the program on the default drive.
  60.      It does not tell the program where to create or find
  61.      the database file.  That is done by specifying the
  62.      drive after you type card.  For example:  CARD B:
  63.      The GO.BAT batch file contains the command CARD B:
  64.      so you can just type GO to run the program from A:
  65.      and have the database file on B:  Use 1 disk or 1
  66.      directory per set.  The program only tracks 1 set
  67.      per location.
  68.  
  69. 2.   Menus can be accessed by pressing the ALT key by itself
  70.      and then releasing it.  On the menu pad, many items will
  71.      have short cut keys listed next to the menu item.  Thus,
  72.      you can use the menu to add an item or CONTROL-A.  The
  73.      shortcut keys require that you press the CONTROL key and
  74.      then simultaneously press the letter.
  75.  
  76. 3.   Use the TAB and SHIFT-TAB keys to move around between data
  77.      fields.
  78.  
  79. 4.   Adding data:  First, tell the program that you want to
  80.      add data by either using the menu or by pressing CONTROL-A.
  81.      After you have entered your data, you must press the OK
  82.      command button.  You can press the OK button by either
  83.      pressing the TAB key until you get to it or by pressing
  84.      ALT-O.  If you use the TAB key, you will need to press ENTER
  85.      to activate the OK button.
  86.  
  87. 5.   Moving between cards.  Use the TAB key to access the
  88.      Previous and Next command buttons.  ALT-P and ALT-N
  89.      will work respectively as well.
  90.  
  91. 6.   To update the data, have the number displayed in front of
  92.      you, make the changes and then click on the OK button.
  93.  
  94. 7.   Descriptions can be any number of lines but the real
  95.      limitation is 128 characters total.  I recommend not using
  96.      more than 3 description lines.
  97.  
  98. 8.   The set, manufacturer and total cards in set can be
  99.      modified at any time by accessing the "Set" menu and
  100.      making the changes.  Use 1 DISK for 1 SET.  YOU CAN NOT HAVE
  101.      MORE THAN ONE SET ON ONE DISKETTER OR SUBDIRECTORY AT A TIME.
  102.  
  103. 9.   If you are printing a missing card report and you have a ton of
  104.      missing cards, you may want to temporarily alter the number of
  105.      cards in the set before you run your report and then restore the
  106.      correct number of cards after you run your report.  For example,
  107.      if you have the first 5 cards of a 300 card set, you may not want
  108.      to print the next 295 cards!  Just edit the set count to 10 or whatever,
  109.      run the report, and set the card count back to 300.
  110.  
  111. Please Register:
  112.  
  113. S3 Simple Card is distributed as shareware.  It is not public domain.  If
  114. you find that it is a useful utility, please register it for $10 per copy.
  115. Please make payment in U.S. funds to
  116.  
  117.                 George Spafford
  118.                 3003 LakeShore Drive, #216
  119.                 St. Joseph, MI 49085
  120.         
  121.         I can also be contacted via E-Mail on EXEC-PC and Channel-1.
  122.  
  123. THE S3 SIMPLE CARD PACKAGE IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD)
  124. MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT
  125. LIMITED TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
  126. PURPOSE, WITH RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL
  127. THE AUTHOR BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST SAVINGS,
  128. OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  129. OUT OF THE USE OF OR THE INABILITY TO USE THIS PROGRAM.
  130. -----------------------------------------------------------------------
  131.  
  132.  
  133.  
  134.  
  135.