home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1994 September / Simtel-MSDOS-Sep1994-CD2.iso / starter / arce41a.doc < prev    next >
Text File  |  1992-12-06  |  12KB  |  336 lines

  1.  
  2.  
  3.   ARCE Command                                          Version 4.1a
  4.   ------------                                        April 12, 1992
  5.  
  6.  
  7.   Purpose:  Use ARCE to extract files from an ARC archive file.
  8.  
  9.   Format:   The program name may be either ARCE or ARC-E.
  10.  
  11.         ARCE  [d:][path]filename.ext  [filespecs...] [d:outpath]
  12.                                       [/R]
  13.                                       [/Q]
  14.                                       [/P]
  15.                                       [/T]
  16.                                       [/5]
  17.                                       [/Gpassword]
  18.  
  19.   Remarks:
  20.  
  21.         The drive and path names are optional.  If omitted, the  current
  22.         drive and path name is used.
  23.  
  24.         The filename must be  supplied.  The extension defaults  to ARC.
  25.         All files matching the supplied filename are processed.  The ARC
  26.         filename may contain the * and ? wildcard characters.
  27.  
  28.         If  no  filespecs  are   supplied,  all  files  are   extracted.
  29.         Otherwise, only those ARC members  which match one of the  up to
  30.         16 filespecs are extracted.
  31.  
  32.         The extracted files  may be placed  on another drive,  and/or in
  33.         another subdirectory by following the optional filespecs with  a
  34.         drive designator and/or path name.
  35.  
  36.         If  the  file  being  extracted  already  exists,  you are asked
  37.         whether or not you want to over-write it.  You may use the |  /R
  38.         option to bypass this prompt.  Use a Y followed by the |  return
  39.         key to over-write the file.
  40.  
  41.         Use the /Q option to suppress alarm sounds, beeps, and bells.
  42.  
  43.         Use  the  /P  option  to  write  the  extracted files to the DOS
  44.         standard output  file.  With  /P, you  may pipe  or redirect the
  45.         output.  An initial line feed  is added to the beginning  of the
  46.         output file.
  47.  
  48.         Use the /T option to test the archive's integrity. No files will
  49.         be extracted.
  50.  
  51.         If the file was encrypted, use the /G option to supply the  same
  52.         password as was used to create the file, e.g. /GSECRET.
  53.  
  54.         Use the /5 option to stop ARCE from creating the subdirectories
  55.         for files created with the ARC /Z subdirectory option.
  56.  
  57.  
  58.         ARCE  Copyright (c) 1986-91 Vernon D. Buerg and Wayne Chin.
  59.         All rights reserved.
  60.  
  61.  
  62.   ARCE Command              EXAMPLES                   Version 4.1a
  63.   ------------                                       April 12, 1992
  64.  
  65.  
  66.         o  Extract all file from TEST.ARC onto the current drive:
  67.  
  68.               ARCE TEST
  69.  
  70.         o  Extract only file with  an extension of .ASM from the archive
  71.            SOURCE.ARC on drive B and in subdirectory SAVE:
  72.  
  73.               ARCE B:\SAVE\SOURCE *.ASM
  74.  
  75.         o  Extract  all  files  from  all  ARC files in the subdirectory
  76.            called TEST on drive C:
  77.  
  78.               ARCE C:\TEST\*
  79.  
  80.         o  Extract  all  files  from  PROGA.ARC  and  place the files in
  81.            subdirectory OLD on drive B:
  82.  
  83.               ARCE PROGA.ARC B:\OLD
  84.  
  85.         o  Extract all files with an extension of .COM and .EXE from the
  86.            archive PROGS.ARC in directory NEW\WORK on drive B, and place
  87.            the  them  in  subdirectory  SAVE\TEST  on  drive  A; replace
  88.            existing file:
  89.  
  90.               ARCE B:\NEW\WORK\PROGS *.COM *.EXE A:\SAVE\TEST /R
  91.  
  92.         o  Extract  the  file  READ.ME  from  the  archive GIZMO.ARC and
  93.            display it on the console instead of writing it to a file:
  94.  
  95.               ARCE GIZMO READ.ME /P
  96.  
  97.         o  Same as above, except  pass the extracted READ.ME file to the
  98.            LIST file viewer:
  99.  
  100.               ARCE GIZMO READ.ME /P | LIST /S
  101.  
  102.  
  103.  
  104.   ARCE Command                                          Version 4.1a
  105.   ------------                                        April 12, 1992
  106.  
  107.                         Error Messages
  108.                         --------------
  109.  
  110.       'filename - premature EOF reading '
  111.  
  112.         Data  is  missing  from  the  archive  file.   The  program   is
  113.         terminated.
  114.  
  115.  
  116.       'filename - unable to set file datestamp'
  117.  
  118.         The file datestamp is set to the current date and time, and  the
  119.         next archive member is processed.
  120.  
  121.  
  122.       'filename - WARNING: file CRC does not match!'
  123.  
  124.         The extracted member  is left on  the output disk,  and the next
  125.         archive member is processed.   The file is probably  invalid but
  126.         is left on the disk for your examination.
  127.  
  128.  
  129.       'Invalid filespec(s)'
  130.  
  131.         The filespec syntax is incorrect.  The filename part may be from
  132.         1  to  eight  characters,  and  may  include the ? or * wildcard
  133.         characters.  The extension may be none to three characters,  and
  134.         may  include  wildcards.   There  is  a  maximum of 16 filespecs
  135.         allowed.  The program terminates.
  136.  
  137.  
  138.       'filename - file already exists. Overwrite it? (y/N) '
  139.  
  140.         The member being extracted already  exists.  If you are using  a
  141.         data  path  utility,  the  file  may  not  actually  be  in  the
  142.         subdirectory be used for output.   Respond with the letter Y  to
  143.         over-write the existing  file, or respond  with the letter  N to
  144.         skip this member and continue to the next.
  145.  
  146.  
  147.       'Abort: Stack overflow'
  148.  
  149.         The member  being extracted  has invalid  data.  The  program is
  150.         terminated.
  151.  
  152.  
  153.       'filename - invalid decode tree count'
  154.  
  155.         The member  being extracted  has invalid  data.  The  program is
  156.         terminated.
  157.  
  158.  
  159.  
  160.   ARCE Command                                          Version 4.1a
  161.   ------------                                        April 12, 1992
  162.  
  163.                         Error Messages (cont'd)
  164.                         --------------
  165.  
  166.  
  167.       'filename - new archive format 7 not yet supported'
  168.  
  169.         Format 7 is a special file compression method used internally by
  170.         SEA,  the  authors  of  ARC.  Processing continues with the next
  171.         archive member.
  172.  
  173.  
  174.       'Unable to open archive > arcname'
  175.  
  176.         The  specified  ARC   archive  file  was   not  found,  or   was
  177.         inaccessible.  The program terminates.
  178.  
  179.  
  180.       'CREATE failed > filename'
  181.  
  182.         There was insufficient directory  space, or a failure  accessing
  183.         the output disk.  The program terminates.
  184.  
  185.  
  186.         'Invalid archive format!'
  187.  
  188.         The archive file data is invalid.  The program terminates.
  189.  
  190.  
  191.       'Incorrect DOS version'
  192.  
  193.         Version  2.0  or  later  of  PC  DOS  must be used.  The program
  194.         terminates
  195.  
  196.  
  197.       'Not enough memory.'
  198.  
  199.         A minimum  of 112k  bytes of  memory is  required.  The  program
  200.         terminates.
  201.  
  202.  
  203.       'I/O error reading from arcname'
  204.  
  205.         An incorrectable error occurred attempting to read data from the
  206.         archive file.  The program terminates.
  207.  
  208.  
  209.       'I/O error writing or disk full > filename'
  210.  
  211.         There was not  enough disk space  to write the  complete archive
  212.         member.   The  partially  extracted  file  is  scratched and the
  213.         program terminates.
  214.  
  215.  
  216.  
  217.   ARCE Command                                          Version 4.1a
  218.   ------------                                        April 12, 1992
  219.  
  220.                         Error Messages (cont'd)
  221.                         --------------
  222.  
  223.  
  224.       'No matching file(s) found'
  225.  
  226.         No archive files were  found that matched the  supplied filename
  227.         specifications.  The program terminates.
  228.  
  229.  
  230.  
  231.       'filename - ERROR: invalid file codes'
  232.  
  233.         An error was detected while attempting to decode a crunched
  234.         file. Either some data bytes are invalid, there are extra
  235.         bytes, or there are bytes missing. The archive is invalid.
  236.  
  237.  
  238.  
  239.   ARCE Command                                          Version 4.0g
  240.   ------------                                        April 13, 1991
  241.  
  242.                         Version history
  243.                         ---------------
  244.  
  245.         1.1 - 1/13/86   -initial release
  246.  
  247.         2.00, 04/08/86  - fine tuning of I/O buffering
  248.  
  249.         2.01-2.05, 4-20 thru 9/9/86
  250.                         - improve unsq, correct disk full message
  251.         2.06, 9/17/86   - release from testing
  252.         2.07, from 9/19 - not released
  253.         2.08, 12/31/86 - added /P, /Q; fixed /R with redirection
  254.         2.09, 1/5/87   - correct closing of output if /P used; require return
  255.                          (enter key) for over-write prompt
  256.                        - add more validity checking of member headers
  257.         2.10, 1/6/87   - correct use out output file specification
  258.         2.11, 1/24/87  - some cosmetics, wrong banner version and date
  259.  
  260.         3.0a, 3/16/87  - added /G for password encryption
  261.                        - added /T for integrity checking only
  262.                        - correct loop in command line parsing
  263.                        - internal optimization
  264.                        - make integrity checking more robust
  265.         3.0c, 3/23/87  - improve extracting with file selection
  266.                        - minor fixes and cosmetic changes
  267.         3.0d, 3/29/87  - correction to unsqueeze
  268.         3.0e, 4/02/87  - correct loop with invalid archives
  269.                        - insure errorlevel non-zero if any errors
  270.                        - correct loop in command line processing
  271.         3.0f, 5/31/87  - correct false 'disk full' error message when
  272.                          using /p (piping) option
  273.                        - correct failure to extract all files from a
  274.                          garbled (/g) archive
  275.  
  276.         3.1a, 9/10/87  - cosmetic changes
  277.         3.1b, 9/16/87  - unsquashing version released
  278.         3.1c, 2/06/88  - lessen memory requirement to 50k
  279.  
  280.         4.0a, 2/06/89  - add subdirectory support via /Z option
  281.         4.0b, 2/28/89  - change meaning of /Z to /5;
  282.                          correct name used for /Z output directories
  283.         4.0c, 3/03/89  - correct mkdir error without /5
  284.         4.0e, 3/17/89  - performance improvements
  285.         4.0f, 5/15/90  - performance improvements
  286.         4.0g, 4/13/91  - add handling of ARC v7 information records
  287. |       4.1a, 4/12/92  - process ARC entries after ARC EOF (h1A00)
  288.  
  289.   ARCE Command                NOTICES                   Version 4.0g
  290.   ------------                                        April 13, 1991
  291.  
  292.  
  293.         ARCE  Copyright 1986-1992 by Vernon D. Buerg and Wayne Chin.
  294.               All rights reserved.
  295.  
  296.         ARCE is free, but it is a copyrighted work and may be distributed only
  297.         pursuant to this license.
  298.  
  299.         Permission is hereby granted to reproduce and disseminate ARCE so long
  300.         as:
  301.  
  302.            (1)  No remuneration of any kind is received in exchange; and
  303.  
  304.            (2)  Distribution is without ANY modification to the contents of
  305.                 ARCE.COM and all accompanying documentation and/or support
  306.                 files, including the copyright notice and this license.
  307.  
  308.         No copy of ARCE may be distributed without including a copy of this
  309.         license.
  310.  
  311.         Any other use is prohibited without express, written permission in
  312.         advance.
  313.  
  314.  
  315.  
  316.         For use by corporations, institutions, for profit or distribution
  317.         with your own products, please contact either SEA or me for licensing
  318.         information.
  319.  
  320.                 System Enhancement Associates
  321.                 21 New Street
  322.                 Wayne, NJ 07470
  323.  
  324.  
  325.                 Vernon D. Buerg
  326.                 139 White Oak Circle
  327.                 Petaluma, CA  94952
  328.  
  329.                 CompuServe: 70007,1212 (Go IBMSYS)
  330.                 Data/BBS:   707-778-8944, VOR 24-hour BBS, 300-2400 bps
  331.                             415-994-2944, VOR South, 300-9600, USR HST 9600
  332.                             707-778-8841, Motherboard, 300-9600, USR HST 19200
  333.                             707-778-8743, Motherboard, 300-9600, 9600 V.32 V.42
  334.                 FAX:        707-778-8728
  335.  
  336.