home *** CD-ROM | disk | FTP | other *** search
/ Suzie / Suzie.iso / ft21$$$$.tmp / szmodem / szsup.doc < prev   
Encoding:
Text File  |  1994-10-13  |  4.5 KB  |  114 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 - (no longer included - the szmodem contained in
  13.                     SZMODxxx.ZIP is now 286+ only)
  14.  
  15.      SZTELIX.ARJ  - Contains a sample setup for the Telix communications
  16.                     program.
  17.  
  18.      SZMAX.ARJ    - Contains a sample setup for use with the Maxiumus
  19.                     bbs software.
  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.    (no longer included)
  96.  
  97. SZMODEM.TRV - trivia file
  98. -------------------------
  99.  
  100.           This file is described in detail in SZMODEM.DOC (supplied with the
  101.    first archive) so I won't go into it much here.
  102.  
  103. LOGANA.EXE - Log analizer
  104. -------------------------
  105.           This is the first version of the log analizer and therefore it is
  106.    a bit lacking in features, but it does provide some information. The log
  107.    analizer will read SZMODEM.LOG by default, but it can be forced to read
  108.    in a different filename by using the first parameters (i.e. LOGANA
  109.    \protocols\szmodem.log).
  110.  
  111.  
  112.  
  113.  
  114.