home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / DOOR-DOR.ARJ / DOOR-DOR.DOC next >
Text File  |  1991-12-12  |  3KB  |  54 lines

  1.  
  2.                    ┌──────────────────────────────────────┐
  3.                    │   DOOR-DOR Conversion Utility v1.0   │
  4.                    │           by Brian Kelley            │
  5.                    └──────────────────────────────────────┘
  6.  
  7.          Door-Dor is a conversion utility to convert the Door.Sys file
  8.     that Wildcat 3.X and several other BBS's create when shelling out to
  9.     run a door to the RBBS/QBBS DorinfoX.Def format.  There are several
  10.     door conversion utilities around but all that we have tried worked
  11.     great except when converting from Door.Sys to Dorinfo.  All had one
  12.     problem or another.  Either the colon after the ComPort number was
  13.     retained, the BBS and Sysop Names were absent, or the security level
  14.     was always 1000 which really created problems when running doors that
  15.     have Sysop commands that are accessed based on the security level that
  16.     is in Dorinfo1.Def.  Door-Dor solves all these problems.
  17.  
  18.          You will first need to create a configuration file.  The .CFG file
  19.     name is not hard coded in so you can call it anything you wish.  The
  20.     format is as follows:
  21.  
  22.          Broad River Emporium               BBS Name
  23.          Ken                                Sysop First Name
  24.          Kelley                             Sysop Last Name
  25.          d:\wc30\wcwork\node1\door.sys      path AND file name to read
  26.          d:\doors\arena\doorinfo1.def       path AND file name to write
  27.  
  28. NOTE 1:  If you need to create Dorinfo2.Def put that file name on line 4 of
  29.          the .CFG file.
  30.  
  31.          Door-Dor.Exe is executed from the command line of you door batch
  32.     file.  The .CFG file must be located in the same directory as Door-Dor.
  33.     A batch file to run a door called Arena follows:
  34.  
  35.          door-dor door.cfg
  36.          copy dorinfo1.def d:\doors\arena    ; copy to door dir.
  37.          del dorinfo1.def                    ; cleanup
  38.          cd \doors\arena                     ;
  39.          arena2
  40.          del dorinfo1.def                    ; cleanup
  41.          cd \wc30
  42.          exit
  43.  
  44.          Sample .BAT and .CFG files are included in this .ZIP for further
  45.     reference.
  46.  
  47.          Door-Dor is distributed as FreeWare.  Registration is not required.
  48.     Use Door-Dor as you wish but use it at your OWN RISK.  It works great on
  49.     BRE but is not guaranteed to do anything on your system other than take
  50.     up disk space.
  51.  
  52.          If you have any comments, bitches, complaints, compliments, etc.  I
  53.     can be reached via Broad River Emporium BBS at (803) 524-5655 .
  54.