home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / zpars102.zip / SYNOPSIS < prev    next >
Text File  |  1994-02-18  |  947b  |  39 lines

  1. The archive should contain the following files.
  2.  
  3.       zparse.exe    -- the version7 nodelist compiler
  4.       zdiff.exe     -- the nodediff processor
  5.       Spectre0.dll  -- the runtime support dll
  6.       zparse.cfg    -- config file
  7.       zparse.pts    -- point list file
  8.       zdial.cfg     -- additional included config file
  9.  
  10.  
  11.  ZParse:
  12.  
  13.  zparse [-C<config file>] [-N<nodelist to add>]
  14.  
  15.  success: rc = 0
  16.  failure: rc = !0
  17.  
  18.  will create a nodex.dat, nodex.ndx, sysop.ndx in the current directory.
  19.  the program currently does not support changing the name for domains,
  20.  as I've found a RExx shell to be much more configurable.
  21.  
  22.  
  23.  
  24.  
  25.  ZDiff:
  26.  
  27.  zdiff <nodelist stem> <nodediff stem>
  28.  
  29.    ie:
  30.        zdiff nodelist nodediff
  31.        zdiff imexlist imexdiff
  32.  
  33.  success: rc = 0
  34.  failure: rc > 0     
  35.  given the nodelist and nodediff filename stems, will correctly apply all 
  36.  needed nodediffs to the base nodelist.
  37.  
  38.  
  39.