home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / X_OS2_18.EXE / ERRORS.DOC next >
Text File  |  1991-03-31  |  1KB  |  35 lines

  1.  
  2.                                   Extract2
  3.                             Ver 1.8  -  03/31/91
  4.                            An UnZip/UnArc Utility
  5.       Copyright (C) 1989, 1991 FreeLance Programming.  All rights reserved.
  6.  
  7.  
  8. Extract2 now returns the following error codes indicating abnormal
  9. conditions.  These codes may be trapped using IF ERRORLEVEL coding in
  10. .BAT or .CMD files.
  11.  
  12. 0   -   No errors.
  13.  
  14. 1   -   The entered command line was blank or invalid.
  15.  
  16. 2   -   Insufficient memory to allocate work buffers.
  17.  
  18. 3   -   No .ARC, .ZIP, or .LZH files were found matching the requested file.
  19.  
  20. 4   -   Some members were not extracted because they already existed, and
  21.         the -O command line switch was not used.  However, all other members
  22.         were extracted successfully.
  23.  
  24. 5   -   Errors encountered during extract.  These can include:
  25.         - Unable to open file (input file or output member)
  26.         - Unknown stowage method found in archive file
  27.         - Archive member failed its CRC check during extract or testing
  28.         - No or invalid password used to attempt extraction
  29.         - The file was not a valid .ARC, .ZIP, or .LZH file
  30.         - A format error was detected in the file
  31.  
  32. 6   -   Insufficient disk space.  The program terminates when this condition
  33.         is detected, without attempting to process additional members.
  34.  
  35.