home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / dsz0618x.zip / EXE_READ.ME < prev    next >
Text File  |  1993-06-03  |  1KB  |  36 lines

  1. Current versions of DSZ.EXE are compiled on the Xenix to DOS cross
  2. compiler from the same source files as DSZ.COM.
  3.  
  4. The .EXE version requires more memory than the .COM version.
  5.  
  6. It is included for the following reasons:
  7.  
  8.         1.  It is slightly faster than the .COM version when used on
  9.         4.77 mHz PC's at 19200 bps.  Noticeably faster at 115kb on
  10.     6/8 MHz AT machines.
  11.  
  12.     The .EXE version uses macro expansions instead of subroutine
  13.     calls for CRC calculations, the compilation is speed optimized,
  14.     and the MS library routines may be faster than their TurboC
  15.     counterparts.
  16.  
  17.     2.  The .EXE version allows B parameter values up to 16384.
  18.     If you are having problems with overruns on disk writes
  19.     (Line Status Register 02 error) try the following if
  20.     "handshake slow" doesn't help:
  21.         dsz  pB16384 z pl16384 t
  22.     or
  23.         dsz  pB16384 z pl16384 rz
  24.  
  25.     3.  Some bulletin board interfaces are "hard wired" to
  26.     use the .EXE version in various mysterious ways.
  27.  
  28. Please refer to DSZ.DOC, part of DSZ.ZIP for information on how to run
  29. this program.
  30.  
  31. NOTE: DOS searches for .COM programs before it searches for .EXE
  32. programs, even if an extension is specified!  This causes unexpected
  33. results if you have both DSZ.COM and DSZ.EXE.  Some versions of DOS
  34. will pick dsz.com even if you give dsz.exe on the command line!
  35.  
  36.