home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / netbet1.zip / READ.ME < prev   
Text File  |  1994-01-08  |  28KB  |  618 lines

  1.                                 NetBet
  2.                                --------
  3.  
  4.  
  5.                           ON-LINE HELP FILE
  6.                           -----------------
  7.  
  8.   Use arrow keys, page-up, page-down to view.  Any key to exit.
  9.  
  10.   TOPICS:
  11.  
  12.                 1 -  NBALARM.EXE
  13.                 2 - NETBET.EXE
  14.                 2.1 - LOGINS:
  15.                 2.1.1 - New Accounts:
  16.                 2.1.2 - Existing Accounts:
  17.                 2.3 - BASE SCREEN:
  18.                 2.4 - SYSTEM MENU:
  19.                 2.4.1 - Login
  20.                 2.4.2 - Change password
  21.                 2.4.3 - Configure
  22.                 2.4.4 - Video
  23.                 2.4.5 - Dos Shell
  24.                 2.4.6 - Exit
  25.                 2.5 - BETS MENU:
  26.                 2.5.1 - All
  27.                 2.5.2 - Current
  28.                 2.5.3 - Open
  29.                 2.5.4 - Closed
  30.                 2.5.5 - Yours
  31.                 2.5.6 - Referee
  32.                 2.5.7 - Create
  33.                 2.6 - BET CREATION
  34.                 2.6.1 - Edit screen
  35.                 2.6.2 - Referee selection
  36.                 2.6.3 - Fixed odds entry
  37.                 2.6.4 - Pool size entry
  38.                 2.6.5 - Invitations
  39.                 2.7 - BETS DISPLAY
  40.                 2.8 - REFEREE A BET
  41.                 2.9 - PLAYERS MENU
  42.                 2.10 - HELP MENU
  43.  
  44.   NetBet is a database system that allows users of a network to place
  45.   bets among themselves and to be notified when a bet is created or
  46.   settled.  Accounts are maintained for each user with a hierarchy of
  47.   privilege and a modicum of security.  Bets may be of binary type or of
  48.   pool type, with fixed odds or floating odds, public or private.
  49.   Multiple users can access the database simultaneously.
  50.  
  51.   Of course, NetBet is intended only for funsies in the privacy of your
  52.   own LAN and not for real money gambling.
  53.  
  54.   NetBet is written in Borland C++ 3.00 using the TurboVision
  55.   application framework.  It runs under DOS, can use but does not
  56.   require a mouse, can use but does not require a color monitor.
  57.  
  58.   NetBet is a shareware product and, as such, is provided at no charge
  59.   to the user for evaluation.  If you find this program useful and
  60.   find that you are using NetBet after a 30 day trial period, you
  61.   should make a registration payment of $20.00 to the author:
  62.  
  63.                 Ron Mignery
  64.                 85 Bartlett Street
  65.                 Somerville, MA 02145
  66.  
  67.  
  68.   The $20.00 registration fee will license one copy for use on any one
  69.   network at any time.  Registered users will receive updates
  70.   of the program on request as they become available.  What a deal!
  71.  
  72.   This is an intial release of the program and the author is still
  73.   struggling with TurboVision so please excuse awkward phraseologies
  74.   and interfaces.  Any comments on the program would be more than
  75.   welcome.  I would especially like to hear from someone conversant
  76.   with the terminology of gambling who could explain the difference
  77.   between a bet and a wager and what term applies to the amount of the
  78.   bet versus the statement of the bet, etc.
  79.  
  80.   A similar product, NetElect, may be forthcoming to allow network users
  81.   to vote on issues among themselves and to be notified when an issue
  82.   is created or settled.  Feedback on interest in this product would
  83.   be appreciated.
  84.  
  85.   A Windows version will follow someday.
  86.  
  87.   Two executables constitute the release:  NETBET.EXE and NBALARM.EXE
  88.   These files must be in the execution path of all users.  All users
  89.   must further have read/write access to a common data subdirectory to
  90.   which they log or to which they point with an environmental variable,
  91.   NETBET.  Various data files will be created in this subdirectory
  92.   as NetBet executes.
  93.  
  94.   A third file, READ.ME, (this file) should be placed in all NetBet
  95.   data subdirectories.
  96.  
  97.  
  98.   1 -  NBALARM.EXE------------------------------------------------------
  99.  
  100.   NBALARM is intended to be executed in the login script of a network
  101.   user.  It scans a file of notices and signals the user when a bet
  102.   creator has issued an invitation to that particular user or when that
  103.   user has been assigned to settle a bet and the settlement date has
  104.   arrived.  It also notifies the user of any wins or losses.  It then
  105.   removes that notice from the file so be aware that notices are only
  106.   given once.
  107.  
  108.   The user's NetBet account # must be passed as a parameter to
  109.   NBALARM.EXE.  The user may also pass switches to suppress sound
  110.   generation or to require a key press after each notification.
  111.  
  112.  
  113.   Usage:  NBALARM [-sw] <account #>
  114.  
  115.         Switches:
  116.            -s   No sound
  117.            -w   Wait for key press
  118.  
  119.  
  120.   Usage example:
  121.  
  122.         ...inserted in login script...
  123.                 SHARE
  124.                 SET NETBET=C:\NETBET
  125.                 NBALARM -SW 13
  126.         ...
  127.  
  128.  
  129.   Of course, NBALARM can also be executed outside a script at any time.
  130.  
  131.   When user 0 (the program manager) executes NBALARM, the notification
  132.   file is packed to remove expired notices.
  133.  
  134.  
  135.   2 - NETBET.EXE---------------------------------------------------------
  136.  
  137.   Netbet.exe is executed by the user to place, review, create and referee
  138.   bets.  DOS share.exe should previously have been executed for networks
  139.   that do not obviate its usage.
  140.  
  141.   Usage:      [SHARE ]
  142.                NETBET
  143.  
  144.   It may be desirable to enter the program through a batch procedure
  145.   that could execute share, set the NETBET environmental variable, and
  146.   execute netbet.  Multiple NetBet systems could then be installed on
  147.   a single network with multiple batch procedures (bat files), each
  148.   specifying a different subdirectory through the the NETBET variable
  149.   for data files.
  150.  
  151.  
  152.  
  153.   2.1 - LOGINS:
  154.  
  155.   Upon progam initiation, the user is requested to enter a name
  156.   (not case sensitive).  The user need enter no more characters
  157.   than necessary to unambiguously identify an account.
  158.  
  159.   2.1.1 - New Accounts:
  160.  
  161.           If no accounts have yet been created then the first name
  162.           entered identifies the program manager account.
  163.  
  164.           Otherwise, if the name entered does not match the name for
  165.           existing accounts, the user is either denied access or
  166.           allowed to create an account depending on system
  167.           configuration options available only to the program manager.
  168.  
  169.           If the user then chooses to create a new account, the
  170.           program will ask for for a password (11 character maximum)
  171.           for the account.
  172.  
  173.   2.1.2 - Existing Accounts:
  174.  
  175.           If the name entered does match the name for existing account,
  176.           the user will then be asked for the password for the account.
  177.  
  178.  
  179.  
  180.   2.3 - BASE SCREEN:
  181.  
  182.   After the login, the user is presented with the base screen:
  183.  
  184.  
  185.       ┌───────────┬──────────┬────────────┬─────────────────────────────┐
  186.       │System     │Bets      │Players     │Help                         │
  187.       ├───────────┴──────────┴────────────┴─────────────────────────────┤
  188.       │                                          Thurs Oct 12 10:12:03  │
  189.       │                                                                 │
  190.       │  ACCOUNT INFO for #1 Snake Smith         SYSTEM INFO            │
  191.       │  -----------------------  ╔╗╔╦═╦═        -----------            │
  192.       │  Amount Available : $100  ║║║╠═╠═╗╦═╦═   # Players    : 3       │
  193.       │  Amount Staked    : $  0  ║║║╩═╠═╣╠═║    # Categories : 2       │                                                           │
  194.       │         Total     : $100  ║╚╝  ╠═╝╩═║    # Outcomes   : 5       │                                                           │
  195.       │                                                                 │
  196.       ├─────────────────────────────────────────────────────────────────┤
  197.       │                                                                 │
  198.       │                                                                 │
  199.       │                                                                 │
  200.       │                                                                 │
  201.       │                                                                 │
  202.       │                                                                 │
  203.       │                                                                 │
  204.       │                                                                 │
  205.       │                                                                 │
  206.       │                                                                 │
  207.       │                                                                 │
  208.       │                                                                 │
  209.       │                                                                 │
  210.       ├─────────────────────────────────────────────────────────────────┤
  211.       │ Alt-X exit                                                      │
  212.       └─────────────────────────────────────────────────────────────────┘
  213.  
  214.   The top line is a menu bar from which menus may be activated by
  215.   clicking with the mouse or by pressing the ALT key along with the
  216.   highlighted letter of the desired menu.  Or F10 may be pressed and
  217.   the menu selected with the left-right arrow keys and activated by the
  218.   ENTER key.
  219.  
  220.   The current user account number and name are displayed.  This number
  221.   is the one to be used with NBALARM as described above.
  222.  
  223.   The amount available to bet in the current account, the amount currently
  224.   tied up in bets, and the total of the two are also displayed on the left.
  225.  
  226.   On the right are displayed the total number of players, number of
  227.   categories of bets and the number of bets (outcomes) currently in the
  228.   system.
  229.  
  230.  
  231.   2.4 - SYSTEM MENU:
  232.  
  233.   The SYSTEM menu presents the following selections:
  234.  
  235.                 ┌───────────────────────────┐
  236.                 │ Login                     │
  237.                 │ Change password           │
  238.                 ├───────────────────────────┤
  239.                 │ Configure                 │
  240.                 │ Video                     │
  241.                 │ Dos Shell                 │
  242.                 │ Exit                      │
  243.                 └───────────────────────────┘
  244.  
  245.  
  246.  
  247.   In all menus, the mouse or an arrows key is used to selected the
  248.   desired action and the mouse button or the ENTER key is then pressed.
  249.   The ESC key aborts.
  250.  
  251.  
  252.   2.4.1 - Login - Presents the same dialog as for program initiation to enter
  253.           the user into another account.
  254.  
  255.   2.4.2 - Change password - Presents a same dialog for the user to change
  256.           the password of the current account.
  257.  
  258.   2.4.3 - Configure - Sets system options (only available to the program
  259.           manager).  Presents the following dialog:
  260.  
  261.             ┌──────────────────────────────────────────────────┐
  262.             │                                                  │
  263.             │     Options:                                     │
  264.             │ [ ] Disallow New Accounts                        │
  265.             │ [ ] Create Bet Privilege for New Accounts        │
  266.             │ [ ] Create Category Privilege for New Accounts   │
  267.             │ [ ] Referee Bet Privilege for New Accounts       │
  268.             │                                                  │
  269.             │ Starting money: $ 100.00                         │
  270.             │                                                  │
  271.             └──────────────────────────────────────────────────┘
  272.  
  273.   In all dialog screens, the TAB key is used to move between fields.
  274.   SHIFT-TAB moves backwards.  When the options checkbox field is
  275.   selected, arrows move among checkboxes and the SPACE BAR toggles
  276.   the selections on and off.  An X in the check box indicates that
  277.   the option is active. ENTER accepts and closes the dialog.  ESC
  278.   aborts.
  279.  
  280.   2.4.3.1 - Descriptions of Configure options:
  281.  
  282.             Disallow New Accounts - If login name not found, program
  283.             exits rather than allow a new account to be created.
  284.  
  285.             Create Bet Privilege for New Accounts - Allows a new
  286.             account user to create bets in the system.
  287.  
  288.             Create Category Privilege for New Accounts - Allows a new
  289.             account user to create new categories of bets in the system.
  290.  
  291.             Referee Bet Privilege for New Accounts - Allows a new
  292.             account user to settle bets in the system.
  293.  
  294.   2.4.3.2 - Starting money - When the Starting money field is
  295.             selected, the manager may then enter the initial amount of
  296.             available money in new accounts.
  297.  
  298.   2.4.4 - Video - Switches between 25 and 50 (or 43) line mode on VGA
  299.           displays.
  300.  
  301.   2.4.5 - Dos Shell - Exits program to a shell.  Entering EXIT at the DOS
  302.           prompt will return the user to the program.
  303.  
  304.   2.4.6 - Exit - Exits program.  Pressing Alt-X or clicking on Alt-X
  305.           on the status line does the same.
  306.  
  307.  
  308.   2.5 - BETS MENU:
  309.  
  310.   The BETS menu presents the following selections:
  311.  
  312.  
  313.                 ┌───────────────────┐
  314.                 │  All           F2 │
  315.                 │  Current       F3 │
  316.                 │  Open          F4 │
  317.                 │  Closed           │
  318.                 │  Settled          │
  319.                 │  Yours            │
  320.                 ├───────────────────┤
  321.                 │  Referee       F5 │
  322.                 │  Create        F6 │
  323.                 └───────────────────┘
  324.  
  325.  
  326.   For any selection on this menu, the user must then select a
  327.   category from a pick list of existing categories.  For create a bet,
  328.   the user also has the option of creating a new category on the list.
  329.   Note that the user must have create category privilege to create a
  330.   new category and create bet privilege to create a bet.
  331.  
  332.  
  333.   2.5.1 - All - Scans all bets in the selected category.  F2 is a hot
  334.           key for this selection.
  335.  
  336.   2.5.2 - Current - Scans all bets in the selected category on which
  337.           the user has placed bets or has been invited to bet.  F3 is a
  338.           hot key for this selection.
  339.  
  340.   2.5.3 - Open - Scans all bets in the selected category on which bets
  341.           may be placed (later than start date, earlier than close
  342.           date).  F4 is a hot key for this selection.
  343.  
  344.   2.5.4 - Closed - Scans all bets in the selected category on which
  345.           bets may not be placed (earlier than start date, later than
  346.           close date).
  347.  
  348.   2.5.5 - Settled - Scans all bets in the selected category that have
  349.           been settled and not yet reused for new bets.
  350.  
  351.   2.5.6 - Yours - Scans all bets in the selected category for which
  352.           the user is the author.
  353.  
  354.   2.5.7 - Referee - Scans all bets in the selected category for which
  355.           the user has been designated as the referee.  (The program
  356.           manager can referee any bet regardless of the designated
  357.           referee.)  F5 is a hot key for this selection.
  358.  
  359.   2.5.8 - Create - Allows the user to create a new bet in the selected
  360.           category. (Requires create bet privilege.)  F6 is a hot key
  361.           for this selection.
  362.  
  363.  
  364.   2.6 - BET CREATION
  365.  
  366.   2.6.1 - Edit screen
  367.  
  368.   A bet is created in the following dialog:
  369.  
  370.  ╔═[■]═══════════════════════════ Create a Bet ═══════════════════════════╗
  371.  ║   Author: <account name>                                               ║
  372.  ║   Category: <category>                                                 ║
  373.  ║                              Outcome                                   ║
  374.  ║    ┌────────────────────────────────────────────────────────────┐      ║
  375.  ║    │<enter  a description of the bet as a possible outcome.>    │      ║
  376.  ║    │                                                            │      ║
  377.  ║    │                                                            │      ║
  378.  ║    │                                                            │      ║
  379.  ║    └────────────────────────────────────────────────────────────┘      ║
  380.  ║    Access                                Odds                          ║
  381.  ║    [ ] Private (specify participants)    () Even odds                 ║
  382.  ║    [ ] Secret (wagers not displayed)     ( ) Fixed odds                ║
  383.  ║                                          ( ) Floating odds             ║
  384.  ║                  YYYY/MM/DD-HH           ( ) Pool                      ║
  385.  ║    Start Date:   1994/01/04-10                                         ║
  386.  ║    End Date  :   1994/01/04-10                                         ║
  387.  ║    Settlement:   1994/01/04-10                                         ║
  388.  ║                                                                        ║
  389.  ║                  OK  ▄              Cancel                             ║
  390.  ║                 ▀▀▀▀▀▀              ▀▀▀▀▀▀                             ║
  391.  ║                                                                        ║
  392.  ║                                                                        ║
  393.  ╚════════════════════════════════════════════════════════════════════════╝
  394.  
  395.   The author enters a text description of the bet as a possible
  396.   outcome to be bet on as true or false (or in the case of a pool bet,
  397.   the author describes the range of possible selections and their
  398.   numeric assignments).
  399.  
  400.   The author may mark the bet as private in which case it will be
  401.   accessible only to those players specified by the author (see
  402.   invitations below) and the program manager.
  403.  
  404.   The author may mark the bet as secret in which case individual
  405.   bets are not displayable for the bet.
  406.  
  407.   The author must select an odds type for the bet.  If fixed odds
  408.   are selected, the author must then enter the odds desired.
  409.   If floating odds are selected, then the odds are determined by the
  410.   bets placed (paramutual).  These odds type are binary bets in that
  411.   there are only two recognized outcomes, true or false.  In the pool
  412.   odds type, the number of outcomes is specified by the author.
  413.  
  414.   The author must enter an end date after which bets cannot be entered.
  415.   The settlement date when the referee adjudicates the bet defaults to
  416.   the end date but can be edited to a later date if desired.  The start
  417.   date when bets can first be entered defaults to the current date but
  418.   again can be edited to a later date if desired.
  419.  
  420.   When ENTER or the OK button are pressed, the author is presented with
  421.   further dialogs depending on the nature of the bet created:
  422.  
  423.  
  424.   2.6.2 - Referee selection
  425.  
  426.   First a pick list of players is presented for selection of the referee.
  427.   Note that a referee must have referee privilege to be eligible.  The
  428.   referee will adjudicate the bet when the settlement date arrives.  The
  429.   referee may also edit or cancel the bet at any time.  An author can
  430.   choose him or herself as referee if so privileged.
  431.  
  432.   2.6.3 - Fixed odds entry
  433.  
  434.   If fixed odds are selected then a dialog is presented to enter the
  435.   actual odds of the bet.  Note that payoffs are inversely related to
  436.   the odds.  For example, a true outcome for which the odds are 5 to 3
  437.   for will net $3 for every $5 bet.
  438.  
  439.  
  440.   2.6.4 - Pool size entry
  441.  
  442.   If pool odds are selected then the following dialog is presented:
  443.  
  444.         ╔═[■]═══════════════════ Pool Size ════════════════════════╗
  445.         ║    How many outcomes are possible? (max 365)             ║
  446.         ║    <enter a number 1-365>                                ║
  447.         ║                                                          ║
  448.         ║    How much is the bet?                                  ║
  449.         ║    <enter a number $XXX.XX>                              ║
  450.         ║                                                          ║
  451.         ║    [ ] Multiple bettors allowed per outcome              ║
  452.         ║    [ ] Multiple outcomes allowed per bettor              ║
  453.         ║                                                          ║
  454.         ║              OK  ▄                                       ║
  455.         ║             ▀▀▀▀▀▀                                       ║
  456.         ║                                                          ║
  457.         ╚══════════════════════════════════════════════════════════╝
  458.  
  459.   The author enters the number of outcomes and the amount of the bet.
  460.   Multiple bettors allowed per outcome may be enabled.  The default
  461.   is one.  Multiple outcomes allowed per bettor may also be enabled.
  462.   The default is only one bet per bettor.
  463.  
  464.  
  465.   2.6.5 - Invitations
  466.  
  467.   Finally the author is presented with a list of all players on the
  468.   system from which players can be selected.  Any players selected
  469.   will be issued invitations for that bet and will have a slot
  470.   reserved in the bettors list.  If the bet was marked private, only
  471.   those invited may bet.  Otherwise anybody may.
  472.  
  473.   Note that for even or fixed odd types, a bet is only covered if
  474.   someone else has bet for the opposite outcome.  This coverage is
  475.   provided on a first come first served basis.  Invited players
  476.   with their spot in the queue reserved will be the first covered.
  477.   Also, if a bet is marked private, only invited players can
  478.   participate.
  479.  
  480.  
  481.   2.7 - BETS DISPLAY
  482.  
  483.   Bets (other than pool bets) are displayed as follows:
  484.  
  485. ╔═[■]══════════════════════════ Display a Bet ═══════════════════════════════╗
  486. ║        {Public,Private} bet <category> #<n> by <author>                    
  487. ║                                                                            ▓
  488. ║   Bets may be placed from <start date> to <close date>                     ▓
  489. ║   The bet will be settled on <settle date> by <referee>                    ▓
  490. ║   Bets are to be placed in support of or against the following outcome:    ▓
  491. ║  ┌────────────────────────────────────────────────────────────┐            ▓
  492. ║  │<outcome - a description of the bet as a possible outcome.> │    Wagers▄ ▓
  493. ║  │                                                            │    ▀▀▀▀▀▀▀ ▓
  494. ║  │                                                            │            ▓
  495. ║  │                                                            │     OK   ▄ ▓
  496. ║  └────────────────────────────────────────────────────────────┘    ▀▀▀▀▀▀▀ ▓
  497. ║   The {fixed,floating} odds for this bet are <odds>.  A winning bet of     ▓
  498. ║   <amount> for or against will return <amount>.                            ▓
  499. ║                                                                   Lay Bets ▓
  500. ║   Bets for (<n>) totaling <amount on> have been placed,                    ▓
  501. ║   and bets against (<n>) totaling <amount against>               ┌────────┐▓
  502. ║   You have bet <your amount on> for with <amount>uncovered.      │        │▓
  503. ║   Coverage now exists for a bet of <coverage on> against.        ├────────┤▓
  504. ║   You have bet <amount against> against.                         │        │▓
  505. ║                                                                  └────────┘
  506. ╚════════════════════════════════════════════════════════════════════════════╝
  507.  
  508.   If the bet is open, the user may TAB to the Lay Bets field of choice
  509.   to enter a wager for or against the outcome.
  510.  
  511.   The wagers button may be pressed to display a list of the bettors
  512.   and their wagers for this bet.  (Not available if the bet is marked
  513.   secret and user is not program manager.)
  514.  
  515.   Pool bet are displayed as follows:
  516.  
  517. ╔═[■]══════════════════════════ Display a Bet ═══════════════════════════════╗
  518. ║        {Public,Private} pool <category> #<n> by <author>                   
  519. ║                                                                            ▓
  520. ║   Bets may be placed from <start date> to <close date>                     ▓
  521. ║   The bet will be settled on <settle date> by <referee>                    ▓
  522. ║   Bets are to be placed in support of one of the following outcomes:       ■
  523. ║  ┌────────────────────────────────────────────────────────────┐            ▒
  524. ║  │<outcomes 1-365 max - example: event will occur in n days   │    Wagers▄ ▒
  525. ║  │ from the start date>                                       │    ▀▀▀▀▀▀▀ ▒
  526. ║  │                                                            │            ▒
  527. ║  │                                                            │     OK   ▄ ▒
  528. ║  └────────────────────────────────────────────────────────────┘    ▀▀▀▀▀▀▀ ▒
  529. ║   Each bet is <amount>.                                 ┌──────────┐       ▒
  530. ║   You may select {only one, multiple} outcome(s).       │Slot #Bets│       ▒
  531. ║   {Only one, multiple} bettor(s) allowed per outcome.   │ NO BET   │       ▒
  532. ║                                                         │01    0   │       ▒
  533. ║   <n> bets totaling <amount> have been placed.          │02    0   │       ▒
  534. ║                                                         │03    0   │       ▒
  535. ║                                                         │04    0   │       ▒
  536. ║                                                         │05    0   │       ▒
  537. ║                                                         │06    0   │       
  538. ╚════════════════════════════════════════════════════════════════════════════╝
  539.  
  540.   If the bet is open, the user may TAB to the Lay Bets pick-list and
  541.   select an outcome number from the list.
  542.  
  543.  
  544.   2.8 - REFEREE A BET
  545.  
  546.   A refereed bet is displayed with a radio button selection as follows:
  547.  
  548.                         () Skip
  549.                         ( ) True
  550.                         ( ) False
  551.                         ( ) Cancel
  552.  
  553.   Skip does nothing.  True pays off and notifies those bettors who
  554.   bet for the outcome.  False pays off and notifies those bettors who
  555.   bet against the outcome.  Cancel returns all bets.  In all cases
  556.   except skip, the bet moved to the Settled list where it remains
  557.   until a newly created bet overwrites it.  In the case of a pool bet,
  558.   the referee is also presented with the outcome pick-list from which
  559.   the winner is selected.
  560.  
  561.   An Edit button also appears to allow the referee to alter the bet.
  562.  
  563.   To settle a pool bet, the referee selects the winner from the pick-
  564.   list and presses the True radio button.
  565.  
  566.  
  567.   2.9 - PLAYERS MENU
  568.  
  569.   The Players Menu has two selections:
  570.  
  571.                  ┌───────────────────┐
  572.                  │Display            │
  573.                  │Edit               │
  574.                  └───────────────────┘
  575.  
  576.   Either presents a pick-list of all players on the system.  When
  577.   a player is selected, the following dialog appears:
  578.  
  579.        ╔═[■]═══{Display,Edit} Player Info ════════════════╗
  580.        ║                                                  ║
  581.        ║    Name      :   <account name>                  ║
  582.        ║                                                  ║
  583.        ║    Password  :   <password>                      ║
  584.        ║                                                  ║
  585.        ║    Privilege:                                    ║
  586.        ║        [X] Create Bets                           ║
  587.        ║        [X] Create Categories                     ║
  588.        ║        [X] Referee                               ║
  589.        ║        [X] Accounts Manager                      ║
  590.        ║        [X] Program Manager                       ║
  591.        ║                                                  ║
  592.        ║                                       Cancel ▄   ║
  593.        ║                                       ▀▀▀▀▀▀▀▀   ║
  594.        ║    Free funds: $  100.00                         ║
  595.        ║                                                  ║
  596.        ║    Staked    : $    0.00              OK     ▄   ║
  597.        ║                                       ▀▀▀▀▀▀▀▀   ║
  598.        ╚══════════════════════════════════════════════════╝
  599.  
  600.   All values may be altered in the edit selection but edit is available
  601.   only to accounts with Accounts Manager or Program Manager privilege.
  602.   Passwords are only displayed to the Program Manager.
  603.  
  604.   2.10 - HELP MENU
  605.  
  606.   The Help Menu has two selections:
  607.  
  608.                  ┌───────────────────┐
  609.                  │File            F1 │
  610.                  │About              │
  611.                  └───────────────────┘
  612.  
  613.   File displays a window with this file in it.  F1 is a hot key for
  614.   this selection.
  615.  
  616.   About presents a window with the current version number of the program.
  617.  
  618.