home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_door / sprdor12.arj / SUPERDOR.DOC < prev    next >
Text File  |  1991-09-16  |  5KB  |  115 lines

  1.  
  2.                                Super Door v1.2
  3.                          Door File Conversion Utility
  4.                      (C) Copyright 1991 - James R. Davis
  5.  
  6.  
  7. Here is a program I have been looking for for a very long time.  Everytime I
  8. have asked someone if this type of program exists, they tell me yeah... they
  9. are all over the place, but I have yet to find one anywhere!  So, I decided to
  10. end the search and write my own... now this one does exactly what I want it to
  11. do!
  12.  
  13. What this program will do is take any BBS door file and convert it over to
  14. another BBS type.  For instance, it will convert GAP's DOOR.SYS over to say
  15. WWIV's CHAIN.TXT or vice versa, and the nice thing about it is that if you
  16. don't have a supported BBS type then you can just include the data on the
  17. command line to make the file you want!
  18.  
  19. The current door files that this program will convert to and from are:
  20.  
  21.                  PCBOARD.SYS  - PCBoard v14.5 or above
  22.                  CALLINFO.BBS - Wildcat v2.0 or above
  23.                  DORINFO#.DEF - QBBS and RBBS v17.x or above
  24.                  CHAIN.TXT    - WWIV v2.14 or above
  25.                  DOOR.SYS     - GAP BBS system
  26.  
  27. When converting from one door file to another, the door file converting from
  28. must reside in the current directory.  The converted door file will also be
  29. placed in the current directory, for ease of use.  The syntax for this program
  30. is simple.  There are 7 switches that you can use on the command line.  Use
  31. the following format:
  32.  
  33.                   SUPERDOR switch[optional data] TO switch
  34.  
  35. The switches are as follows:
  36.  
  37.      PCB   = For PCBOARD.SYS
  38.      RBBS# = For DORINFO#.DEF
  39.      QBBS# = Same as -RBBS#
  40.      GAP   = For DOOR.SYS
  41.      WWIV  = For CHAIN.TXT
  42.      WC    = For CALLINFO.BBS
  43.      MAN:  = For Manual Entry (optional data as follows separated by commas:
  44.              FirstName,LastName,Baud,Graphics,TimeLeft,ComPort,Parity)
  45.  
  46.           Optional data defined:
  47.  
  48.           FirstName = The user's first name
  49.           LastName  = The user's last name
  50.           Baud      = The baud rate at which the user is logged
  51.           Graphics  = "Y" for ANSI allowed or "N" for No ANSI
  52.           TimeLeft  = The amount of time the user had left on the system
  53.           ComPort   = The COM port the user is using (1-8 supported, 0=Local)
  54.           Parity    = If at 8-N-1 then "8" or 7-E-1 then "7"
  55.  
  56. The switches must be placed on the command line separated by the word "TO".
  57. The MAN: switch must be placed in the first position only and followed by the
  58. optional data.  The # in RBBS# and QBBS# must be replaced by the node
  59. running on, if you only use one node then use RBBS1 or QBBS1.
  60.  
  61. For instance... let's say that we want to create a DOOR.SYS file directly from
  62. the command line.  Our user's name is John Doe and he is logged into COM2 at
  63. 1200 baud using 8-N-1 with graphics (or ANSI allowed) on and only 23 minutes
  64. left on your board.  You would use the following command:
  65.  
  66.                  SUPERDOR MAN:John,Doe,1200,Y,23,2,8 TO GAP
  67.  
  68. Now, let's say we operate a WWIV BBS system and want to run a PCBoard type of
  69. door, but don't have the PCBOARD.SYS file to use the door.  So what do we do?
  70. Use this command:
  71.  
  72.                             SUPERDOR WWIV TO PCB
  73.  
  74. In this instance, make sure that CHAIN.TXT can be found in the current
  75. directory before issuing this command.  PCBOARD.SYS will be found in the
  76. current directory once completed.
  77.  
  78. I know I don't have all BBS types in this program, but if your BBS type is not
  79. supported and you send me all the technical info on the door file your BBS
  80. creates then I will not only update this program and send you a free copy but
  81. I will also include a free registration to any one of my programs as well!
  82.  
  83. Revision History:
  84.  
  85.      1.0 - Initial Beta release version.
  86.      1.1 - Shareware release version.
  87.      1.2 - Bug fix for PCBoard and local mode.  Seems that PCBoard
  88.            version 14.5 requires a file length of at least 162 characters
  89.            in order to be fully compatiable, this has been fixed.  Also,
  90.            Local mode can be implicated by using 0 for com port in manual
  91.            mode.
  92.  
  93. Well, that just about covers the program.  It's simple to use and I hope you
  94. find it alot of help.  One more thing thou, support shareware.  If not mine
  95. then someone else's.  Us authors who dedicate our precious time to create
  96. these useful programs don't ask for much, and it helps encourage us to
  97. continue to produce such fine programs for you to use on a "try before you
  98. buy" system.  If you like this program, I ask for a mere $5.00 to register it
  99. with me.  That may be more than two packs of cigarettes these days, but then
  100. again, you would only get 40 cigarettes to the millions of times you would use
  101. this program!  Quite a fare price, wouldn't you say?
  102.  
  103. Send a check or money made out in US currency to James R. Davis to:
  104.  
  105.                                 James R. Davis
  106.                                 Reg:SUPER DOOR
  107.                              207 President Street
  108.                               Brooklyn, NY 11231
  109.  
  110. I hope you enjoy and find this program of use to not only you sysops but to
  111. you programmers as well.
  112.  
  113.                        -=> James "The Garf!" Davis! <=-
  114.  
  115.