home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / SZSUP160.ZIP / SZSUP.DOC < prev    next >
Text File  |  1991-08-01  |  5KB  |  122 lines

  1. SZSUP - Szmodem supplemental utilities package
  2. By Scott M. Baker
  3.  
  4. NOTE: This is PART 2 of the szmodem distribution package. To use szmodem
  5. you will need PART 1 as well. The filename for part 1 of the package is
  6. name SZMODxxx.ZIP where xxx is the version number. Example: SZMOD160.ZIP.
  7.  
  8.  
  9. What is in the SZSUP package?
  10.  
  11.  
  12.      SZMOD286.EXE - This is the 286 version of SZModem. What is the 286
  13.                     version? Well, I told Turbo Pascal to turn on 286
  14.                     instructions and this is what it spit out. The 286
  15.                     version is about 3.5k smaller than the normal version
  16.                     and should run a bit faster.
  17.  
  18.      SZTELIX.ZIP  - Contains a sample setup for the Telix communications
  19.                     program.
  20.  
  21.      SZMODEM.TRV  - This has SZModem's trivia bank for the internal
  22.                     trivia game.
  23.  
  24.      ROCK&POP.TRV - This file includes an alternate set of trivia questions
  25.                     provided by Michael Crosson of the Carrier Detect
  26.                     Journal. Rename it to SZMODEM.TRV if you wish to use
  27.                     it.
  28.  
  29.      APPLYCFG.EXE - This is a small utility which allows you to automatically
  30.                     apply a SZCFG.DAT file to an SZMODEM.EXE file without
  31.                     using szconfig.exe.
  32.  
  33.      LOGANA.EXE   - Log Analizer for SZMODEM.LOG. Pretty wimpy capabilities
  34.                     at this stage, but it does provide some useful
  35.                     information.
  36.  
  37. APPLYCFG
  38. --------
  39.  
  40.          For those of you who have a reason to use APPLYCFG, it can be
  41.    a nice convenience. For those of you who don't need it, ignore it.
  42.           APPLYCFG is a utility that will apply a saved SZCFG.DAT to a
  43.    SZMODEM.EXE file automatically. It can be run from a batch file without
  44.    problem. Why would you want to do this? Here are a few reasons:
  45.  
  46.           1) My reason. I am constantly re-compiling szmodem with changes
  47.              and it got to be a real pain to have to re-enter all of
  48.              my configuration data. So what I did was save the data to
  49.              a SZCFG.DAT file once I had it set just right. Then whenever
  50.              I re-compile, I run a batch file to apply the SZCFG.DAT to the
  51.              newly compiled SZMODEM.EXE.
  52.  
  53.           2) Page Hours. You could set up two SZCFG.DAT files. Lets call
  54.              them SZCFG1.DAT and SZCFG2.DAT. In SZCFG1.DAT, you enable
  55.              paging while in SZCFG2.DAT, you disable it. Then, by setting
  56.              up an "event" with your bbs or front-end, you can automatically
  57.              apply SZCFG1 when you want to be pageable and SZCFG2 when
  58.              you don't.
  59.  
  60.           3) Different protocol options. Suppose you want to have two
  61.              entries for szmodem on your bbs with different options. Similar
  62.              to #2 above, you could create two configuration files and
  63.              then apply them when needed to change your options. It beats
  64.              having to specify all of the settings on the command line.
  65.  
  66.           If you want to make multiple SZCFG files, you'll have to rename
  67.    them when you run SZCONFIG.EXE because SZCONFIG.EXE will only read or
  68.    write the file SZCFG.DAT. (i.e. you'd have to rename SZCFG1.DAT to
  69.    SZCFG.DAT and then back again after you were done).
  70.  
  71.           APPLYCFG can accept up to two parameters:
  72.  
  73.           First Parameter: The name of the SZCFG file to apply
  74.           Second Parameter: The name of the SZMODEM.EXE file to apply
  75.  
  76.           For example,
  77.  
  78.           APPLYCFG SZCFG1.DAT d:\protocols\szmodem.exe
  79.  
  80.           APPLYCFG is basically a utility I wrote for myself (reason #1
  81.    above), but if you need it, it can be pretty useful.
  82.  
  83. SZTelix - A telix configuration
  84. -------------------------------
  85.  
  86.           This file includes a sample configuration for use with the Telix
  87.    terminal program. The .ZIP includes two batch files and a .DOC file
  88.    describing how to set up szmodem under telix. Please read that .DOC
  89.    file for more information.
  90.  
  91.  
  92. SZMOD286 - The 286 version
  93. --------------------------
  94.  
  95.           As stated up above, the 286 version is not much different from the
  96.    normal version. It is a little smaller and probably a little faster.
  97.    Currently, the async routines are the same for both versions. But, once
  98.    I learn a little more about 286 code, I may modify them to give them a
  99.    bit of an efficiency gain.
  100.  
  101.           NOTE: To modify SZMOD286.EXE with SZCONFIG, you'll have to
  102.    rename it to SZMODEM.EXE since szconfig will only work on that file
  103.    name.
  104.  
  105. SZMODEM.TRV - trivia file
  106. -------------------------
  107.  
  108.           This file is described in detail in SZMODEM.DOC (supplied with the
  109.    first archive) so I won't go into it much here.
  110.  
  111. LOGANA.EXE - Log analizer
  112. -------------------------
  113.           This is the first version of the log analizer and therefore it is
  114.    a bit lacking in features, but it does provide some information. The log
  115.    analizer will read SZMODEM.LOG by default, but it can be forced to read
  116.    in a different filename by using the first parameters (i.e. LOGANA
  117.    \protocols\szmodem.log).
  118.  
  119.  
  120.  
  121.  
  122.