The archive should contain the following files.

      zparse.exe    -- the version7 nodelist compiler
      zdiff.exe     -- the nodediff processor
      Spectre0.dll  -- the runtime support dll
      zparse.cfg    -- config file
      zparse.pts    -- point list file
      zdial.cfg     -- additional included config file


 ZParse:
 
 zparse [-C<config file>] [-N<nodelist to add>]
 
 success: rc = 0
 failure: rc = !0
 
 will create a nodex.dat, nodex.ndx, sysop.ndx in the current directory.
 the program currently does not support changing the name for domains,
 as I've found a RExx shell to be much more configurable.



 
 ZDiff:
 
 zdiff <nodelist stem> <nodediff stem>

   ie:
       zdiff nodelist nodediff
       zdiff imexlist imexdiff
 
 success: rc = 0
 failure: rc > 0     
 given the nodelist and nodediff filename stems, will correctly apply all 
 needed nodediffs to the base nodelist.


