home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / cdmx2204.zip / CDMXDCN1.DOC < prev    next >
Text File  |  1993-12-04  |  4KB  |  92 lines

  1. =============================================================================
  2.  
  3.  "If the Spirit of him who raised Jesus from the dead dwells in you, he
  4.   who raised Christ Jesus from the dead will also give life to your mortal
  5.   bodies through his Spirit who indwells you." Romans 8:11 NASB
  6.  
  7. =============================================================================
  8.  
  9. CDMXDCN1.EXE Docs (c) 1993, Robert E. Lee 1:232/31 8:7002/3005 (309)797-0098
  10.  
  11. WHAT IS IT?
  12.  
  13.         CDMXDCN1 is a dorinfoX.def to door.sys converter that is very
  14.         simple to use and will take your dorinfoX.def and quickly write
  15.         a 52-line door.sys (which is the type of drop file that CDMX2DOR
  16.         needs to have to operate efficiently).
  17.  
  18. HOW TO USE IT?
  19.  
  20.         It is operated via a commandline argument which is composed to
  21.         three (3) pieces of information.  The first piece of information
  22.         required is the name of your dorinfoX.def file, e.g.,
  23.  
  24.         dorinfo1.def dorinfo2.def, etc.
  25.  
  26.         The second piece of information concerns your locked port baud
  27.         rate.  If you are running your door with a locked baud rate then
  28.         specify it in the commandline.  If you are not running a locked
  29.         baud rate for your port, then just specify the user's baud rate
  30.         (normally 2400 if you are not running a locked port).  If you are
  31.         running your door at greater than 2400 baud, it is recommended that
  32.         you lock your port's baudrate at the fastest speed it can handle.
  33.  
  34.         The 3rd piece of information is how many lines there are in your
  35.         dorinfo1.def file.  In most cases (e.g., RBBS, etc.) it will be
  36.         13 lines, but in a few instances it may be 12 lines (e.g.,
  37.         OmegaComm dorinfo1.def is only 12 lines).  If in doubt, count
  38.         the lines in one of your system's dorinfo1.defs to be sure.
  39.  
  40. WHAT DOES THE COMMANDLINE STRING LOOK LIKE?
  41.  
  42.         Here is one for a dorinfo1.def locked at 38400 baud (as it would
  43.         be entered from the dos prompt):
  44.  
  45.         c:\subdir\>cdmxdcn1 -dorinfo1.def -38400 -13
  46.  
  47.         if you were not locked and running a dorinfo2.def, it would look
  48.         something like this with a 12 line dorinfo2.def:
  49.  
  50.         c:\subdir\>cdmxdcn1 -dorinfo2.def -2400 -12
  51.  
  52.         Again, it is highly recommended that you lock your baudrate at the
  53.         highest speed available if you are running a fast modem.
  54.  
  55. WHERE DO I PUT THIS COMMANDLINE CALL TO THE CONVERTER?
  56.  
  57.         Since CDMX2DOR runs on a door.sys, you must convert your
  58.         dorinfox.def file to a door.sys prior to calling cdmx2dor.  This
  59.         is accomplished in your BAT file that you use to call the door,
  60.         for example:
  61.  
  62.         C:
  63.         cd\doordir
  64.         cdmxdcn1 -dorinfo1.def -38400 -13
  65.         cdmx2dor cdmx2dor.cnf
  66.  
  67.         You note that the conversion is done and then the door is called.
  68.  
  69. POINTERS:
  70.  
  71.         Make sure that CDMXDCN1.EXE is IN the subdirectory where CDMX2DOR.EXE
  72.         resides so that the dorinfoX.def to door.sys conversion is done in
  73.         the correct subdirectory.  If you make a mistake in the command
  74.         line, CDMXDCN1.EXE will tell you and exit without writing a door.sys
  75.         so, if no door.sys is present, the door will not work and will
  76.         exit back to the BBS.  Note that CDMXDCN1.EXE is designed to
  77.         translate a 13-line dorinfoX.def to a 52-line door.sys.  If your
  78.         dorinfoX.def is NOT a 13-line file, then it is likely to be a 12
  79.         line dorinfoX.def.  If this utility fails to correctly do the
  80.         conversion and you have tried both the 12 and 13 line-counts for
  81.         the dorinfoX.def file, then CDMXDCN1.EXE utility will not work
  82.         and you are on your own (because your dorinfoX.def is not the
  83.         normal typical type of dorinfoX.def structure as expected).
  84.  
  85. =============================================================================
  86.         "The gift of God is eternal life through Jesus Christ our Lord."
  87.                                         Romans 6:23 KJV
  88. =============================================================================
  89.  
  90.  
  91.  
  92.