home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / wa202 / whatsnew.202 < prev   
Text File  |  1991-05-12  |  3KB  |  65 lines

  1.                     =============================
  2.                     New features in WhatArc v2.02
  3.                     =============================
  4.  
  5.      » Added  support for ARJmail.  The keywords for the  control 
  6.        file are ARJ_X and ARJ_A.
  7.  
  8.      » Because 'ARCmail' and 'ARJmail' both start with  'A',  you 
  9.        must specify 'ARC' or 'ARJ' after the 'SEND' keyword. An A 
  10.        is not sufficient.
  11.  
  12.      » WhatArc has an errorlevel translation facility.  For  each 
  13.        archive   creator  and  extractor  you  can  specify   the 
  14.        errorlevels   it  returns  when  an  operation  has   been 
  15.        completed successfully:
  16.  
  17.           ARC_X_OK <level>         ARC_A_OK <level>
  18.           LZH_X_OK <level>         LZH_A_OK <level>
  19.           ZIP_X_OK <level>         ZIP_A_OK <level>
  20.           ARJ_X_OK <level>         ARJ_A_OK <level>
  21.  
  22.        All 'OK' errorlevels default to zero.  WhatArc will return 
  23.        an  errorlevel  depending  on the result  of  the  archive 
  24.        operation. This errorlevel is also definable:
  25.  
  26.           NO_ERROR <level>         specifies    the    errorlevel 
  27.                                    WhatArc  returns when an  'OK' 
  28.                                    errorlevel     (above)      is 
  29.                                    returned. Default is zero.
  30.           FAILURE <level>          specifies    the    errorlevel 
  31.                                    WhatArc   returns   when    an 
  32.                                    errorlevel  other  than   'OK' 
  33.                                    (above) is  returned.  Default 
  34.                                    is one.
  35.  
  36.      » Improved logging.  Among other things, WhatArc reports the 
  37.        errorlevel returned by the archiver in the log file.
  38.  
  39.      » New keyword DELPKT:
  40.  
  41.                DELPKT yes
  42.        or      DELPKT no
  43.  
  44.        When  'Delete  Packets'  is  switched  on  (default),  and 
  45.        WhatArc  is started with an 'M' or '-M' command,  it  will 
  46.        check whether the packets exist after the archiver returns 
  47.        an 'OK' errorlevel. If the packets exist they are deleted. 
  48.  
  49.        This is for archivers which can't do a 'Move' operation.
  50.  
  51.      » New keyword NODUPS:
  52.  
  53.                NODUPS yes
  54.        or      NODUPS no
  55.  
  56.        When  this  feature  is  switched  on  (default),  and  an 
  57.        archiver reports an error during extraction,  WhatArc will 
  58.        delete  the  extracted packets and rename the  archive  to 
  59.        .BD0, .BD1, .BD2 etc.
  60.  
  61.        This will prevent the mail processor importing the packets 
  62.        existing  packets and extracting the archive again  during 
  63.        the next run, which would normally cause dups.
  64.  
  65.