home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / RA2DOOR.ARJ / RA2DOOR.DOC next >
Text File  |  1991-05-07  |  2KB  |  53 lines

  1.  
  2.  
  3. Priliminary Documentation for RA2DOOR converter program.....
  4.  
  5. Written by:  Rick Salinas    Copyright (c)1991
  6.  
  7.  
  8. The purpose of this program is to provide a simple and generic converter
  9. program to write GAP version 2.5 DOOR.SYS file given a generic DORINFOx.DEF
  10. drop files.  This is the initial BETA program so the preformance is not
  11. guaranteed or implied at all.  However it works fo me and may be helpful
  12. when setting up any of my BBS Door programs.  Here is an example how to use
  13. this program with SUB ATTACK.
  14.  
  15. Requirements:  RA2DOOR requires a BRUN45.exe file.  This is Quick Basic's 4.5
  16.                Runtime module.  This file is included in Sub Attack,Robo Wars
  17.                Sinbaud or just about anywhere really.
  18.  
  19. General command line is:
  20.  
  21.     RA2DOOR d:\path\DORINFOx.DEF  /flags
  22.  
  23.                            ^ where x = 1-9
  24.  
  25.  
  26. Example batch file:
  27.  
  28. cd c:\doors\sub
  29. RA2DOOR c:\ra\dorinfo1.def          <--- assuming your drop file is dorinfo
  30. sa.exe                              <--- Start Sub Attack using door.sys
  31.                                          that RA2DOOR.exe wrote for you
  32.  
  33.  
  34.  
  35. Thats it.... just call RA2DOOR before the game.
  36.  
  37.  
  38. Example on how to LOCK BAUD RATE:
  39.  
  40. You can lock the baud at 19200 or 38400 for HST...(this is under test)
  41. add /19200 or /38400 to the command line....  for example
  42.  
  43.  
  44.     RA2DOOR  Dorinfo1.def /19200     "will lock the baud at 19200"
  45.  
  46.  
  47. Well anyways thats it for now... Good luck
  48.  
  49. This program must not be sold or altered without prior permission.
  50.  
  51. Rick Salinas
  52.  
  53.