home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / zpars106.zip / synopsis < prev    next >
Text File  |  1996-03-03  |  1KB  |  50 lines

  1. The archive should contain the following files.
  2.  
  3.       zparse.exe    -- the version7 nodelist compiler
  4.       zparse.doc    -- the version7 nodelist compiler documentation
  5.       zdiff.exe     -- the nodediff processor and CRC verifier
  6.       Spectre0.dll  -- the runtime support dll
  7.       zparse.cfg    -- my sample config file
  8.       zparse.pts    -- my point list file
  9.       zdial.cfg     -- my additional included config file
  10.       v7nfind.exe   -- a simple version7 nodelist browser
  11.  
  12.  
  13.  ZParse:
  14.  
  15.  zparse [-C<config file>] [-N<nodelist to add>] [-V[C]]
  16.  
  17.  success: rc = 0
  18.  failure: rc = !0
  19.  
  20.  will create a nodex.dat, nodex.ndx, sysop.ndx in the current directory.
  21.  the program currently does not support changing the name for domains,
  22.  as I've found a RExx shell to be much more configurable.
  23.  
  24.  Additional command-line switches:
  25.  
  26.  -V   -- version: will display the internal build number
  27.  -VC  -- verify config:  will exit(0) after parsing/verifying the config file.
  28.  
  29.  
  30.  
  31.  
  32.  ZDiff:
  33.  
  34.  zdiff [-v] <nodelist stem> [<nodediff stem>]
  35.  
  36.    ie:
  37.        zdiff nodelist nodediff
  38.        zdiff imexlist imexdiff
  39.  
  40.  success: rc = 0
  41.  failure: rc > 0     
  42.  
  43.   Given the nodelist and nodediff filename stems, will correctly apply all 
  44.  needed nodediffs to the base nodelist.
  45.  
  46.   If the nodediff file is ommitted, the program will CRC verify the given 
  47.  nodelist.
  48.  
  49.   -v  verbose mode: will output to the screen a progress report.
  50.