home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / AF_100.ZIP / AF.DOC next >
Text File  |  1994-11-15  |  7KB  |  195 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                            -=[  Auto-Fuel v1.0  ]=-
  7.  
  8.  
  9.  
  10.                      -=  Developed by Michael K. Demski  =-
  11.  
  12.  
  13.                       (C)Copyright 1994 Michael K. Demski
  14.  
  15.                               ALL RIGHTS RESERVED
  16.  
  17.  
  18.  
  19.                               Freeware Version 1.0
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.                        RE: Archive filename is AF-100.ZIP
  31.  
  32.  
  33.  
  34. Auto-Fuel v1.0                                                          Page 1
  35.  
  36.  
  37. Disclaimer:
  38.  
  39.    The author of this program, Michael K. Demski, shall not be held
  40.    responsible for any damages, loss of data or any other loss as a
  41.    result of using this software.  The user, by using this software,
  42.    takes FULL responsibility and liability for use of and any damages,
  43.    losses, etc... as a result of this software.  Every effort has been
  44.    made to ensure that this software is free from defects and has been
  45.    thoroughly tested before release to the general public.
  46.  
  47.  
  48. Introduction:
  49.  
  50.    This door program allows your users to calculate their current
  51.    automobile gas milage, cost per mile driven, yearly fuel cost,
  52.    annual milage, etc., based on the information they provide.
  53.    Auto-Fuel will also create a report containing the above mentioned
  54.    information and allow the user to download the report using Xmodem,
  55.    Ymodem, or Zmodem. (* Note: The download feature requires that a
  56.    copy of DSZ.EXE or DSZ.COM be placed somewhere in the current path
  57.    or Auto-Fuel's home directory.)
  58.  
  59.    This door program will run on any PCBoard, Wildcat!, RBBS, WWIV,
  60.    QuickBBS, Remote Access, GAP, plus any BBS that can create a DOOR.SYS,
  61.    DORINFOx.DEF, CHAIN.TXT, and DORINFOx.DEF/EXITINFO.BBS drop file.
  62.  
  63.    Please consult your BBS documentation regarding the creation of the
  64.    drop files and/or setting up a door with your BBS in general.
  65.  
  66.  
  67. Registration:
  68.  
  69.    This program (Auto-Fuel v1.0) is Freeware.  Feel free to
  70.    distribute the program (in it's unaltered form and archive)
  71.    as Freeware.  You are free to use this program at no charge
  72.    or fee for as long as you would like.
  73.  
  74.    There is NO REGISTRATION FEE associated with Auto-Fuel v1.0,
  75.    however, I would like to get some feedback, bug-reports, suggestions
  76.    for future versions, corrections, etc. from all who use this door.
  77.    I can be contacted as follows:
  78.  
  79.                    Michael K. Demski
  80.                    18537 Milburn St.
  81.                    Livonia, MI 48152-3351 (USA)
  82.  
  83.                    The Soul Connection BBS: 1-(810)-477-6695
  84.                    FidoNet: 1:2410/129
  85.                    CompuServe: 75324,3574
  86.                    InterNet: mike.demski%tsc@ack.mi.org
  87.  
  88.    Thank you for taking a moment to respond with feedback about
  89.    Auto-Fuel v1.0.
  90.  
  91.  
  92.  
  93. Auto-Fuel v1.0                                                          Page 2
  94.  
  95.  
  96. Installation:
  97.  
  98.    Installation is fairly simple and straight-forward. It supports any
  99.    of the following system drop files:
  100.  
  101.                           DOOR.SYS
  102.                           DORINFOx.DEF
  103.                           CHAIN.TXT
  104.                           EXITINFO.BBS
  105.  
  106.  Running Auto-Fuel:
  107.  
  108.    To start Auto-Fuel, one must enter AF.EXE followed by optional
  109.    command-line options (see example below), similar to as follows:
  110.  
  111.    AF.EXE -DROPFILE C:\PCB\DOOR.SYS -NOFOSSIL
  112.  
  113.    * Note:  If you have a fossil driver loaded and Auto-Fuel detects
  114.             it's presence, Auto-Fuel will use the Fossil for I/O
  115.             purposes.  If no Fossil is found, Auto-Fuel will
  116.             automatically default to ASYNC I/O.  If you do not wish
  117.             to use the fossil when one is present, follow the commands
  118.             with -NOFOSSIL. (The -NOFOSSIL command is not case-sensitive.)
  119.  
  120.    * Note:  To run door in local mode, type AF.EXE -LOCAL.  Typing AF.EXE
  121.             alone will bring up a list of parameters and examples.
  122.  
  123.    Example Auto-Fuel door batch files:
  124.  
  125.        cd\doors\af
  126.        af.exe -dropfile c:\pcb\door.sys -personality pcboard -nofossil
  127.        cd\pcb
  128.        board.bat
  129.  
  130.    -or-
  131.  
  132.        cd\doors\af
  133.        af.exe -dropfile c:\bbs\dorinfo1.def
  134.        cd\bbs
  135.        runbbs.bat
  136.  
  137.  
  138.  
  139. Auto-Fuel v1.0                                                          Page 3
  140.  
  141. Available Command-Line Parameters:
  142.  
  143.  -L or -LOCAL     - Causes door to operate in local mode, without requiring a
  144.                     door information (drop) file.
  145.  -DROPFILE x      - Door information file directory or directory+filename.
  146.  -N x or -NODE x  - Sets the node number to use.
  147.  -B x or -BPS x   - Sets the serial port <---> modem bps (baud) rate to use.
  148.  -P x or -PORT x  - Sets the serial port to use were 0=COM1, 1=COM2, etc.
  149.  -ADDRESS x       - Sets serial port address in decimal NOT hexadecimal
  150.                     (only has effect if FOSSIL driver is not being used).
  151.  -IRQ x           - Sets the serial port IRQ line (only has effect if FOSSIL
  152.                     driver is not being used).
  153.  -NOFOSSIL        - Disables use of FOSSIL driver even if available.
  154.  -NOFIFO          - Disables use of 16550 FIFO buffers (only if FOSSIL driver
  155.                     is not being used).
  156.  -PERSONALITY x   - Sets the sysop status line / function key personality to
  157.                     use - one of: Standard, PCBoard, RemoteAccess, or Wildcat.
  158.  -MAXTIME x       - Sets the maximum number of minutes that any user will be
  159.                     permitted to access the door.
  160.  -USERNAME x      - Name of user who is currently online.
  161.  -TIMELEFT x      - User's time remaining online.
  162.  -SECURITY x      - User's security level.
  163.  -LOCATION x      - Location from which user is calling.
  164.  -?, -H or -HELP  - Displays command-line help and exits.
  165.  
  166.  
  167. * Note: Any information that is available from the door information file
  168.   overrides information provided on the command-line. If sufficient
  169.   parameters are provided on the command-line, the door can be operated
  170.   without a door information file.
  171.  
  172. * Note: Case is not sensitive in the names of command-line arguments.
  173.  
  174. * Please consult your BBS documentation for further instructions on
  175.   how to setup a door specific to your system.
  176.  
  177. * At this time, I recommend multi-node BBS's run a completely separate
  178.   copy of Auto-Fuel v1.0 for each node.  Separate directory locations
  179.   should be used for each individual node to prevent any possible
  180.   sharing violations.
  181.  
  182. * Note: The download report feature requires that a copy of DSZ.EXE
  183.   or DSZ.COM be placed somewhere in the current path or Auto-Fuel's
  184.   home directory.
  185.  
  186. * Note: If you are using Auto-Fuel within a multitasking environment,
  187.   such as Desqview, ensure that you have the serial ports enabled if
  188.   you are using the ASYNC serial I/O instead of a FOSSIL.
  189.  
  190. * Note: If you are using the [ -ADDRESS x ] switch (Sets serial port
  191.   address in decimal NOT hexadecimal & only has effect if FOSSIL driver
  192.   is NOT being used), examples of hexadecimal-to-decimal address
  193.   equivalents: 03F8, 02F8, 03E8, 02E8, would be represented as:
  194.   1016, 760, 1000, and 744 respectively.
  195.