home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 2 / romside_best_of_german_only_2.iso / dos / utility / viba / morerose / arjx.doc < prev    next >
Text File  |  1993-08-22  |  8KB  |  190 lines

  1. ============================================================================
  2.     ARJX - (C)opyright 1991-93 by ROSE Softwareentwicklung, Ralph Roth
  3. ============================================================================
  4.  
  5.  
  6.  
  7. Synopsis:
  8. ---------
  9.  
  10.         ■ ARJX - Program to extract 'archives' created with the program ARJ
  11.     v2.x (ARJ is Copyright by Robert K.  Jung).  ARJX was programmed to
  12.     supply an extractor for ARJ archives because distributing ARJ.EXE or
  13.     ARJSFX files requires registration of the ARJ software.  ARJX can be
  14.     freely used to extract your .ARJ archives.
  15.  
  16.         ■ A program (MAKESFX) is supplied to create self-extracting EXE
  17.     files (see below).
  18.  
  19.  
  20.  
  21. Usage:
  22. ------
  23.  
  24.          ╓──────────────────── ARJX ─────────────────────────╖
  25.          ║ Utility to extract archives created with ARJ v2.x ║█
  26.          ╟──────────────────── USAGE ────────────────────────╢█
  27.          ║  ARJX  archive.ext  -  list archive[.arj] [.exe]  ║█
  28.          ║  ARJX  e  archive   -  (E)xtract archive          ║█
  29.          ║  ARJX  l  archive   -  (L)ist archive             ║█
  30.          ║  ARJX  v  archive   -  (V)iew archive w. pathn.   ║█
  31.          ║  ARJX  t  archive   -  (T)est archive w. pathn.   ║█
  32.          ║  ARJX  x  archive   -  e(X)tract with pathnames   ║█
  33.          ║  ARJX  o  archive   -  extract w.p. & (O)verwrite ║█
  34.          ╟────────────────── COPYRIGHT by ───────────────────╢█
  35.          ║  ROSE, Ralph Roth, Softwareentwicklung & Vertrieb ║█
  36.          ║   Finkenweg 24, D 78658 Zimmern o. R. (Germany)   ║█
  37.          ╙───────────────────────────────────────────────────╜█
  38.            ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  39.  
  40.  
  41. Commands:
  42. ---------
  43.  
  44.  
  45.      "e" extract command
  46.  
  47.         This command extracts the contents of the ARJ archive to the
  48.     current directory.  Files in the archive that already exist in the
  49.     current directory will be extracted after confirming.  Wildcards or
  50.     multiple archives are supported!
  51.  
  52.  
  53.      "l" list command
  54.  
  55.         This command lists the contents of the archive to the screen.
  56.     The last field on the display TPMGVX stands for:
  57.  
  58.          T -> text/binary/directory/volume label type
  59.          P -> path information available in "l" listing
  60.          M -> compression method used
  61.          G -> file has been garbled (encrypted)
  62.          V -> archive has been continued to another volume
  63.          X -> this file is an extended portion of a larger file
  64.  
  65.         If you are using wildcards you must use the "l" command!
  66.     Example: To list all files in all archives type: arjx l *.arj
  67.  
  68.  
  69.      "t" test command
  70.  
  71.         This command tests the contents of the archive by extracting the
  72.     files to the NUL device (no data will be written to disk).  The
  73.     compression method will although be shown.  Wildcards are ok!
  74.     Example:    arjx t a:*.arj c:\new\demo
  75.  
  76.  
  77.      "x" extract with pathnames command
  78.  
  79.         This command extracts the contents of the ARJ archive to the
  80.     pathnames stored in the archive.  If only filespecs are stored in the
  81.     archive, then the files will be extracted to the current directory.
  82.     ARJX will now **create** missing directories in the filenames.  Note:
  83.     ARJX can now create directories with are nested.  You can use the "t"
  84.     or "v" command to see the full pathnames stored in the archive.
  85.     Wildcards for archives are ok!  Files in the archive that already exist
  86.     in the directories will be extracted after confirming.
  87.  
  88.  
  89.      "o" extract with pathnames command: overwrites files if they
  90.          already exists
  91.  
  92.         This command extracts the contents of the ARJ archive to the
  93.     pathnames stored in the archive.  Its identical to the "x" command,
  94.     except that existing files will be overwrited!
  95.  
  96.  
  97. MAKESFX:
  98. --------
  99.  
  100.         This program can be used to create a self-extracting .EXE file from
  101.     an .ARJ file using the ARJX program as an self-extractor.  This
  102.     self-extractor (SFX) is about 16000 bytes in size and supports full
  103.     pathname extraction.  The SFX module does NOT support multiple volume
  104.     archives.
  105.  
  106.         The SFX executable module is pre-compressed using LZEXE.  This may
  107.     cause false indications with EXE scanning programs showing that an SFX
  108.     archive is a LZEXE compressed file.  Only the executable header module
  109.     is LZEXE compressed.  The LZEXE header is modified to avoid extraction
  110.     by UNLZEXE type programs.  UNLZEXE may truncate an ARJ self-extractor
  111.     of its archive.
  112.  
  113.         The default SFX command is "x" - extract files with pathnames.  The
  114.     SFX will create absolute or relative directories depending upon whether
  115.     the root directory has been stored in the pathname of the archive.  The
  116.     user extracting the SFX module can specify the "e" command to extract
  117.     files to the current directory.  All commands of the ARJX program are
  118.     supported.  A help screen can be invoked using the "/?" command.
  119.  
  120.  
  121.  
  122. DISTRUBUTION POLICY:
  123. --------------------
  124.  
  125.  
  126.         ARJX, MAKESFX and the self-extracting modules are distributed as
  127.     BANNERWARE.  This means you are free to use this programs without
  128.     paying any license to the author.  BANNERWARE means although, that the
  129.     MAKESFX program, ARJX.EXE and ARJX.DOC may not be sold OR modified in
  130.     any way!  If you 'share' ARJX with others, you ***MUST*** enclose this
  131.     document (ARJX.DOC), ARJX.EXE and the MAKESFX program - thanx a lot!
  132.  
  133.  
  134. Copyright by:
  135. -------------
  136.  
  137.  
  138.               ┌────────────────────────────────┐
  139.               │ ROSE, Ralph Roth               │█
  140.               │ Softwareentwicklung & Vertrieb │█
  141.               │ Finkenweg 24                   │█
  142.               │                                │█
  143.               │ D 78658 Zimmern o. R.          │█
  144.               └────────────────────────────────┘█
  145.                 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  146.  
  147.                     FAX: (+049) 0741 32328
  148.  
  149.  
  150. DISCLAIMER:
  151. -----------
  152.  
  153.  
  154.         This software ARJX is provided on an "as is" basis without warranty
  155.     of any kind, expressed or implied, including but not limited to the
  156.     implied warranties of merchantability and fitness for a particular
  157.     purpose.  The person using the software bears all risk as to the
  158.     quality and performance of the software.  Should the software prove
  159.     defective, the user assumes the entire cost of all necessary repair,
  160.     servicing, or correction.  The author will not be liable for any
  161.     special, incidental, consequential, indirect or similar damages due to
  162.     loss of data or any other reason, even if the author or an agent of the
  163.     author has been advised of the possibility of such damages.
  164.  
  165.  
  166.  
  167. ARJX does NOT support
  168. ---------------------
  169.  
  170.       ■  Password decryption.
  171.       ■  Multiple volumes.
  172.       ■  Backup archives (created by ARJ 2.30 or higher)
  173.       ■  Wildcard selection for files to be extracted
  174.  
  175.  
  176. ARJX supports
  177. -------------
  178.  
  179.       ■  Extracting with path and creating up directories (ARJX x ...)
  180.       ■  Extracting without creating paths.  (ARJX e ...)
  181.       ■  Overwriting warning if the file already exists (ARJX "e" "x") or
  182.          overwriting the file if it already exists (ARJX "o").
  183.       ■  Support of all compression methods (1-4, storing).
  184.       ■  Accepts archives and self-extracting EXE files. (SFX & SFXjr)
  185.       ■  Accepts wildcard (e.g.: xx.a??) and multiple volumes
  186.       ■  Creating SFX files!
  187.  
  188.  
  189. *END*
  190.