home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / SUBATK23.ZIP / DOORSYS.ZIP / DOORSYS.DOC next >
Encoding:
Text File  |  1991-04-04  |  3.1 KB  |  88 lines

  1.  
  2.  
  3. Priliminary Documentation for DOORSYS converter program.....
  4.  
  5. Written by:  Rick Salinas    Copyright (c)1991
  6.  
  7. NOTICE:  This program is not a refined nor fully tested program.  It is not
  8.          gauranteed to do anything except take up disk space.  The program
  9.          works ok on my machine and hopefully yours aswell.  There are no
  10.          warranties implied nor expressed as to the performance of this
  11.          program.
  12.  
  13.  
  14. The purpose of this program is to provide a simple and generic converter
  15. program to write GAP's version 2.5 DOOR.SYS files given a variety of generic
  16. drop files.  This program is in BETA test at the moment and are testing and
  17. correcting any incompatibilities as they arise.  This program is very helpful
  18. when setting up any of my BBS Door programs.  Here is an example how to use
  19. this program with SUB ATTACK.
  20.  
  21. Requirements:  Doorsys requires a BRUN45.exe file.  This is Quick Basic's 4.5
  22.                Runtime module.  This file is included in Sub Attack.
  23.                This program must reside in the door game directory.
  24.  
  25. General command line is:
  26.  
  27.     DOORSYS d:\path\dropfile.ext  /flags
  28.  
  29.     Valid dropfiles:
  30.  
  31.         CALLINFO.BBS
  32.         DORINFOx.DEF
  33.         DOOR.SYS
  34.         LASTUSxx.DAT        *testing this one.... wowzers!
  35.  
  36.  
  37.  
  38. Example batch file:
  39.  
  40. cd c:\doors\sub
  41. doorsys c:\ra\dorinfo1.def          <--- assuming your drop file is dorinfo
  42. sa.exe                              <--- Start Sub Attack using door.sys
  43.                                          that doorsys.exe wrote for you
  44.  
  45.  
  46.  
  47. Thats it.... just call doorsys.exe before executing the door game.
  48.  
  49.                    *
  50. Example on how to   LOCKBAUD RATE:
  51.  
  52. You can lock the baud at 19200 or 38400 for HST...(still testing this)
  53. add /19200 or /38400 to the command line....  for example
  54.  
  55.  
  56.   DOORSYS c:/opus/lastus00.dat /19200  "use OPUS lastuser locked at 19200"
  57.  
  58. Locked bauds are a real tough to figure out for all systems.  Boy I mean it
  59. can be real tough but I have had good luck so far with Wildcat, PCB and
  60. TAG bbs.  If this works out for you drop me a message and let me know.
  61.  
  62. * You do not need to lock baudrates with DOORSYS.EXE if you are playing
  63.   any door games I have written.  All baudrates should be locked via the
  64.   game.  For example in SUB ATTACK  type:   SA /19200
  65.  
  66.  
  67. Example using a PCB14.5 generated DOOR.SYS
  68.  
  69. First off you may not need to use any converter at all if you can write a
  70. door.sys file in the first place.  But if you are having trouble you can
  71. try to use DOORSYS.exe to filter out and clean up your drop file.
  72.  
  73.      DOORSYS door.sys pcb14.5
  74.                       ^^^^^^^
  75.                       this flag turns on the PCB14.5 filter
  76.                       without this flag DOORSYS.exe assumes an
  77.                       old style door.sys file is to be converted
  78.                       to the new GAP version door.sys.
  79.  
  80. In other words..... if you have a door.sys file generated by PCB14.5 BBS then
  81. start doorsys.exe with the pcb14.5 flag as noted above.
  82. Well anyways thats it for now... Good luck
  83.  
  84. This program must not be sold or altered without prior permission.
  85.  
  86. Rick Salinas
  87.  
  88.