home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / QKDOOR2C.ZIP / QKDOOR.DOC < prev    next >
Encoding:
Text File  |  1990-11-03  |  5.4 KB  |  179 lines

  1. QuickDoor v2.C                (c) Copyright 1989,1990
  2.  
  3. Door Conversion               Christopher Hall
  4. Utility                       PC Network  (505) 821-5341
  5.                               6067 McKinney, NE
  6.                               Albuquerque, NM  87109
  7.                               FidoNet:    1:301/2
  8.                               CompuServe: 72150,752
  9.  
  10. Legal:
  11.  
  12. THIS IS NOT FREE SOFTWARE!  IT IS BEING DISTRIBUTED ON THE SHAREWARE
  13. BASIS.  IF YOU USE THIS SOFTWARE, THEN YOU ARE EXPECTED TO REGISTER IT
  14. WITH THE AUTHOR.  THE $10.00 REGISTRATION FEE SHOULD BE MAILED TO THE
  15. ABOVE ADDRESS.  REGISTRATION WILL COVER THIS VERSION AND ALL FUTURE
  16. UPGRADES.
  17.  
  18. HELP SUPPORT SHAREWARE AUTHORS!!!!!!!
  19.  
  20. Changes:
  21.  
  22. v2.C
  23.  
  24. Added support for the new style DOOR.SYS file.  Keyword is DOOR.
  25.  
  26. v2.B
  27.  
  28. Added support for WWIV!  New keyword is WWIV.
  29.  
  30. v2.A
  31.  
  32. Added support for GT PowerComm v15.5!  New keyword is GT5.
  33.  
  34. v2.9
  35.  
  36. Added support for the new OPUS v1.10!  New KeyWord is OPUSxx - where xx
  37. is the Task Number being run.  Example:  QkDoor Opus01 QBBS
  38.                                (Reads LastUS01.DAT writes Dorinfo1.Def)
  39.  
  40. Note: Full support for writing the LastUSxx.Dat file has not be tested
  41. completely - I suggest NOT converting TO OPUS as this time.  The program
  42. should READ the OPUS file properly, however.
  43.  
  44. v2.8
  45.  
  46. For both OSIRIS and OSIRIS SE - QkDoor will look for an environment
  47. variable of the type COMx=#####.  If found, the Locked Baud rate will
  48. be set to the value found.
  49.  
  50. Added support for Remote Access.  Will write both the DorInfo1.Def and
  51. ExitInfo.BBS files used by Remote Access. (Keyword: RA)
  52.  
  53. v2.7
  54.  
  55. Changed the name of Lynx to Osiris to keep up with the author!
  56.  
  57. Made some minor changes in the KeyWords!
  58.   QuickBBS is now QBBS
  59.   Osiris   is now OS
  60.   OsirisSE is now OSSE
  61.  
  62. The program will now write the ExitInfo.BBS file for QuickBBS.
  63.  
  64. v2.6
  65.  
  66. Added support for SpitFire BBS systems.  New KeyWord: "Spit" will
  67. read/write the SFDoors.Dat file used by SpitFire.
  68.  
  69. Added support for the Birthday lines in GAP's new Door.Sys file.
  70.  
  71. v2.5
  72.  
  73. Added support for QuickBBS v2.62's new ExitInfo.BBS file structure.
  74. Changed how the DCE & DTE Baud rates are written to several of the
  75. different file structures.  Therefore, this is a BETA release.
  76.  
  77. v2.4
  78.  
  79. The QkDoor.Ctl file is now OPTIONAL.  If it is found, then the default
  80. values found within will be used, however, it is not required!
  81.  
  82. Updated the Lynx and RBBS Door Types.
  83.  
  84. The LYNX Door Type now supports the new Lynx EXTINFO#.QBS file format.
  85.  
  86. The calling syntax for Lynx is now Lynx# - where # corresponds
  87. to the NODE # being used.
  88. Eg.  QkDoor QBBS Lynx2 (which will write EXTINFO2.QBS)
  89.  
  90. Similarly, RBBS must now be called with the # Node specifier.
  91. Eg.  QkDoor QBBS RBBS2 (which will write DorInfo2.Def)
  92.  
  93. Overview:
  94.  
  95. This program is designed to allow for fast and easy conversions to/from
  96. any of the supported BBS Door info file types to any other.
  97.  
  98. Currently supported (or working on) door types are:
  99.  
  100.   GAP             -> Door.Sys
  101.   Genesis Deluxe  -> CallInfo.BBS
  102.   GT PowerComm    -> GTUser.BBS
  103.   Osiris#         -> ExtInfo#.QBS
  104.   OsirisSE###     -> Out###.QBS
  105.   PCBoard v12xx   -> PCBoard.Sys
  106.                      PCBoard.Dat
  107.                      Users
  108.   PCBoard v14xx   -> PCBoard.Sys
  109.                      PCBoard.Dat
  110.                      Users
  111.   QuickBBS        -> DorInfo1.Def  ExitInfo.BBS
  112.   Remote Access   -> DorInfo1.Def  ExitInfo.BBS
  113.   RBBS#           -> DorInfo#.Def
  114.   WildCat         -> CallInfo.BBS
  115.  
  116. Calling Syntax:
  117.  
  118.   QkDoor [Path\]From_Door_Type [Path\]To_Door_Type [Locked_Baud_Rate]
  119.  
  120. Examples:
  121.  
  122.   QkDoor QBBS GAP
  123.          (Reads Dorinfo1.Def - Writes Door.Sys)
  124.  
  125.   QkDoor GAP QBBS
  126.          (Reads Door.Sys - Writes Dorinof1.Def)
  127.  
  128.   QkDoor C:\BBS\QBBS C:\BBS\GAP\GAP
  129.          (Reads C:\BBS\Dorinfo1.Def - Writes C:\BBS\GAP\Door.Sys)
  130.  
  131.   QkDoor C:\PCB\PCB14 C:\QuickBBS\QBBS
  132.          (Reads C:\PCB\PCBoard.Sys - Writes C:\QuickBBS\Dorinfo1.Def)
  133.  
  134.   QkDoor PCB14 C:\PCB\DOORS\PCB12
  135.          (Read PCBoard.Sys in Current Directory -
  136.           Writes PCBoard.Sys, PCBoard.Dat & Users in C:\PCB\Doors)
  137.  
  138.   QkDoor GAP QBBS 19200
  139.          (Read Door.Sys - Writes Dorinfo1.Def with Baud Rate of 19200)
  140.  
  141.   You get the idea!
  142.  
  143. Recognized KeyWords:
  144.  
  145.   DOOR, GAP, GT, OSIRIS#, OSIRISSE###, PCB12, PCB14, QBBS, RA, RBBS#,
  146.   Spit, WildCat, Genesis
  147.  
  148.    - Case does NOT matter
  149.    - # Corresponds to the Node Number
  150.  
  151. Other [Optional] File
  152.  
  153. Because so many of the Door Info files contain certain information that
  154. others do not - it was necessary to create some default values.  I have
  155. made it possible for the Sysop to enter some of his own default values.
  156. A file called "QkDoor.Ctl" may reside in the same directory as the
  157. QkDoor.Exe program.  The format of this file is as follows:
  158.  
  159. "QkDoor.Ctl"
  160.  
  161. COM1                  { Line 1 - Default Comm Port      }
  162. PC Network            { Line 2 - System Name            }
  163. Chris                 { Line 3 - Sysop's First Name     }
  164. Hall                  { Line 4 - Sysop's Last Name      }
  165. 60                    { Line 5 - Default Security Level }
  166. PASSWORD              { Line 6 - Default Door Password  }
  167.  
  168. This is a straight CR/LF Ascii file and must contain all 6 lines with
  169. the comments deleted!
  170.  
  171. That's about it.  I'll be awaiting any comments/suggestions/file
  172. formats, etc.
  173.  
  174. Chris Hall
  175. PC Network
  176. (505) 821-5341
  177. FidoNet (1:301/2)
  178.  
  179.