home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / EZROM21E.ZIP / UTILITY.ZIP / EZUSER.DOC < prev    next >
Text File  |  1994-10-08  |  6KB  |  143 lines

  1.  
  2.                              EZ-User Editor
  3.                               Version 1.00
  4.                           Released Feb 3, 1994
  5.  
  6.                      Copyright 1994 by Mike Robinson
  7.  
  8.                             The Soft Parade
  9.                         Shelton, Connecticut, USA
  10.                         1:141/485    203-924-5603
  11.                         1:141/486    203-922-1794
  12.               Fast Online registration using Visa or Mastercard
  13.  
  14.       EZ-User is a free utility for registered versions of the EZ-ROM and
  15.       SF-ROM Doors. It is a user database manager and editor. The user
  16.       database records the number of files/bytes downloaded and requested by
  17.       each caller. In general, the operation of this database is fully
  18.       automatic and should require no sysop intervention. This utility
  19.       is provided should you decide to make any changes to the database.
  20.  
  21. ----- PROGRAM OPERATION -------------------------------------------------
  22.  
  23.       Simply place EZUSER.EXE in the home directory of either EZ-ROM or
  24.       SF-ROM and run it. EZ-User looks for either EZROM.DAT or SFROM.DAT
  25.       which is the user database file created when the very first caller
  26.       enters the door. It first looks in the current directory, then it
  27.       looks in the directory that EZUSER.EXE is located in, and finally it
  28.       searches the DOS path. If neither .DAT file is found then EZ-User
  29.       beeps, diplays an info screen, and then halts. EZROM.DAT and
  30.       SFROM.DAT are only created by registered versions of the EZ-ROM and
  31.       SF-ROM doors.
  32.  
  33.       The main program screen looks like this:
  34.  
  35.       EZ-User Editor 1.00  Copyright 1994 Mike Robinson
  36.  
  37.       Record Number 11 of 56
  38.  
  39.       <F> Reading File: C:\CDROM\EZROM.DAT
  40.       <N> Caller Name.............. John Smith
  41.       <L> Last Date in Door........ 01-31-94
  42.       <1> Requested Files Today.... 1
  43.       <2> Requested Bytes Today.... 128212
  44.       <3> Requested Files Total.... 3
  45.       <4> Requested KByte Total.... 561
  46.       <5> Downloaded Files Today... 2
  47.       <6> Downloaded Bytes Today... 398415
  48.       <7> Downloaded Files Total... 17
  49.       <8> Downloaded KByte Total... 3655
  50.       <D> Flag For Delete.......... FALSE
  51.  
  52.       <+> Next Record
  53.       <-> Previous Record
  54.       <Q> Quit
  55.  
  56.       Your Command:
  57.  
  58.       The program is menu driven. Use the <Enter> + and - keys to move from
  59.       record to record. Enter any number from 1 to 8, or F, N, L or D to
  60.       change the corresponding field in the upper section. Enter Q or
  61.       <escape> to exit the program. Pressing escape at any point aborts the
  62.       current operation.
  63.  
  64.       Select <D> to toggle the caller delete flag. If this flag is TRUE,
  65.       then this caller record will no longer be protected and will be
  66.       available for use by the door to record information about a new
  67.       caller. When a new caller exits EZ-ROM, the first available record
  68.       which is either old or flagged for delete will be overwritten.
  69.  
  70.       All of the numerical values have a lower limit of 0. The values
  71.       which are in KiloBytes have an upper limit of 2 million. All
  72.       of the other values have an upper limit of 2 billion.
  73.  
  74.       EZ-User uses file sharing and record locking if you set Share ON in
  75.       EZUSER.CFG and DOS SHARE.EXE is loaded in memory. If you have loaded
  76.       DOS SHARE.EXE in your CONFIG.SYS or AUTOEXEC.BAT, then it is safe to
  77.       use EZ-User while a caller is in the door. But if you change a record
  78.       that applies to the caller in the door, the record may be changed
  79.       again by the door when the caller exits the door. Old records may
  80.       also be overwritten as part of the maintenance procedure that occurs
  81.       during exit from the door. Do NOT use EZ-User with a caller in the
  82.       door if you do not have both Share ON and DOS SHARE.EXE loaded.
  83.  
  84.  
  85. ----- COMMAND LINE (Optional) -------------------------------------------
  86.  
  87.       EZ-User also accepts one optional command line parameters:
  88.  
  89.       EZUSER  [User File]
  90.  
  91.       Examples:
  92.  
  93.       EZUSER
  94.       EZUSER  C:\CDROM\EZROM.DAT
  95.  
  96.       [User File] is the database file of all users. Usually EZROM.DAT or
  97.       SFROM.DAT. Use of this command is not necessary if the .DAT file is
  98.       in the current directory.
  99.  
  100.       The command line overides any settings made in the configuration
  101.       file. The User File can also be changed inside the program.
  102.  
  103.  
  104. ----- CONFIGURATION FILE EZUSER.CFG (Optional)----------------------------
  105.  
  106.       EZ-User looks for the optional configuration file EZUSER.CFG in the
  107.       current directory, then it looks in the directory that EZUSER.EXE is
  108.       located in, and finally it searches the DOS path. If found, the
  109.       program reads each line and if it begins with a configuration
  110.       command, then the configuration is modified as directed by the
  111.       command. If a line begins with anything other than a letter, it is
  112.       ignored. The explanatory comments are on lines beginning with a
  113.       semicolon and are therefore ignored. The commands are NOT case
  114.       sensitive, but they must be spelled correctly. The order of the lines
  115.       is not important.
  116.  
  117.    USERFILE   C:\CDROM\EZROM.DAT
  118.  
  119.       Database file of all users. Usually EZROM.DAT or SFROM.DAT. Use of
  120.       this command is not necessary if the .DAT file is in the current
  121.       directory.
  122.  
  123.  
  124.    SHARE ON
  125.    SHARE OFF
  126.  
  127.       Optional. Choose one. Turns file sharing and locking ON or OFF.
  128.       If you have more than 1 node, or you want to use EZ-User while a
  129.       caller is in the door, then set Share ON. In order for file sharing
  130.       and locking to work, you must use DOS 3.1 or higher, and DOS
  131.       SHARE.EXE must be loaded in your CONFIG.SYS or AUTOEXEC.BAT.
  132.       If file sharing is not required, then you may set Share OFF.
  133.       Default is Share OFF.
  134.  
  135.    DIRECTVIDEO   ON
  136.    BIOSSCROLL    ON
  137.    CHECKSNOW     OFF
  138.  
  139.       The defaults are shown. These commands are the same as described in
  140.       EZROM.DOC or SFROM.DOC.
  141.  
  142.  
  143.