home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / a / arj239d.zip / ARJ.DOC < prev    next >
Text File  |  1993-03-06  |  144KB  |  3,795 lines

  1.  
  2.  
  3.      User's Manual for the ARJ archiver program,            February 1993
  4.  
  5.  
  6.  
  7.     ARJ software and manual copyright (c) 1990-93 by Robert K Jung.
  8.     All rights reserved.
  9.  
  10.         ARJ version 2.39d release
  11.  
  12.  
  13.  
  14.      ** IMPORTANT NEWS ****************************************************
  15.  
  16.     Users of ARJ should read the WHATSNEW.DOC and UPDATE.DOC which
  17.     contain information about the latest improvements to ARJ.
  18.  
  19.      **********************************************************************
  20.  
  21.  
  22.  
  23.      TOPICS COVERED IN THIS DOCUMENT
  24.      -------------------------------
  25.  
  26.      INTRODUCTION
  27.      TERMINOLOGY
  28.      MAJOR FEATURES OF ARJ
  29.      ARCHIVER BENCHMARKING
  30.      RELEASE NOTES
  31.      TECHNICAL NOTES
  32.      ARJR AND DEARJ PROGRAMS
  33.      INSTALLATION
  34.      QUICK START TO USING ARJ
  35.      HOW TO CREATE AN EXECUTABLE SELF-EXTRACTING ARJ ARCHIVE
  36.      CONVERTING OTHER ARCHIVE FILES TO ARJ FORMAT
  37.      HOW TO USE ARJ
  38.      ARJ LIMITATIONS
  39.      IMPORTANT DIFFERENCES BETWEEN ARJ AND LHARC:
  40.      IMPORTANT NOTES
  41.      TIPS TO USING ARJ EFFICIENTLY
  42.      USING ARJ WITHIN OTHER PROGRAMS
  43.      ARJMENU PROGRAM
  44.      USING ARJ AS A BACKUP PROGRAM
  45.      BACKUP TYPE ARCHIVES AND BACKUP FILES
  46.      THE FILESPEC "..."
  47.      ARJ ERROR SITUATIONS
  48.      ARJ DOS ERRORLEVELS
  49.      ARJ USER ACTION PROMPTS
  50.      ARJ ENVIRONMENT VARIABLE
  51.      ARJ COMMAND LINE SYNTAX
  52.      ARCHIVE NAME WILDCARDING
  53.      ARJ COMMANDS
  54.      ARJ SWITCH OPTIONS
  55.      ARJ COMMAND OPTIONS
  56.      SAMPLE ARJ COMMANDS
  57.      ARJ_SECURITY ENVELOPE
  58.      KNOWN ARJ ISSUES/PROBLEMS
  59.      ARJ ERROR MESSAGES
  60.      ARJ TECHNICAL SUPPORT
  61.      ARJ AVAILABILITY
  62.      SDN EXTENSION FILES
  63.      DISTRIBUTORS
  64.      ACKNOWLEDGEMENTS
  65.      USAGE AND DISTRIBUTION POLICY
  66.      BRIEF BIOGRAPHY OF ARJ AUTHOR:
  67.      FINAL COMMENTS
  68.  
  69.  
  70.  
  71.      INTRODUCTION:
  72.  
  73.     ARJ is the result of a desire to use my interest in compression
  74.     technology to produce an archiver for personal use on PCs and on
  75.     minicomputers that provides power and excellent flexibility.
  76.  
  77.         I expect that ARJ will continually be improved both in speed,
  78.     compression, and features.
  79.  
  80.     There are plans to port versions of ARJ to other platforms in the
  81.     future pending sufficient time and funding.
  82.  
  83.  
  84.      TERMINOLOGY:
  85.  
  86.     The following terms are used through this manual.
  87.  
  88.     ARCHIVE - This is a file containing one or more files in a
  89.     compressed or non-compressed state and containing file related
  90.     information such as filename and date-time last modified, etc.
  91.  
  92.     ARJ FILE - This is an archive created by ARJ, sometimes called an
  93.     arjive in slang terminology.
  94.  
  95.     BACKUP TYPE ARCHIVE - This is an ARJ archive which has the internal
  96.     backup flag turned on.    This causes all current and future updates
  97.     to the archive to NOT overwrite internal files in the archive when
  98.     adding files with the same names as ones already in the archive.
  99.     The older duplicate files in the archive will be marked as backups.
  100.  
  101.     COMPRESSION - The process of encoding redundant information into
  102.     data requiring less storage space.
  103.  
  104.     COMPRESSION PERCENTAGE/RATIO - The percentage compression reported
  105.     by ARJ is a variation of one of the TWO standard methods of
  106.     expressing compression ratio in the technical literature.  ARJ uses
  107.     the compressed size / original size ratio.  The other method is the
  108.     inverse ratio.    When ARJ reports 96% as the compression ratio, that
  109.     means that the compressed file is 96 percent of the original size
  110.     (very little compression).  Other archivers use their own methods.
  111.     LHARC uses the same ratio as ARJ.
  112.  
  113.     EXTRACTION or UNCOMPRESSION - The processing of recreating the
  114.     exact information that was previously compressed.
  115.  
  116.     SELF-EXTRACTION MODULE (SFX) - This is an archive that is an
  117.     executable file that is capable of extracting self-contained files.
  118.  
  119.     TEXT MODE - In text mode, ARJ inputs the file using the C library
  120.     text mode which translates the carriage return, linefeed control
  121.     characters of MS-DOS to a single linefeed character.  This saves
  122.     space and provides the option for cross platform file extraction.
  123.     On another platform, the host C library would change the single
  124.     linefeed to the host text newline separator sequence.  In addition,
  125.     for platforms such as PRIMOS which set bit 8 in ASCII text
  126.     characters, ARJ sets/resets bit 8 according to the platform
  127.     extracted to.  When extracting a text mode file to the same type
  128.     of platform archived from, ARJ will NOT strip the 8-bit text to
  129.     7-bit text.
  130.  
  131.     VOLUMES - These are ARJ archives that are in sequence and have been
  132.     created by a single ARJ command.  Files in the volumes may span
  133.     volumes in a split format.  These volumes are usable archives.
  134.  
  135.  
  136.      MAJOR FEATURES OF ARJ:
  137.  
  138.     Currently ranks as one of the best in compression in terms of size
  139.     reduction of the currently available archivers including PKZIP
  140.     1.10, PKZIP 2.04, PAK 2.51, ARC 7.0 (ARC PLUS), LHARC 1.13c, LHA
  141.     2.13 and the new ZOO 2.10.  ARJ is particularly effective with
  142.     database files and documents.
  143.  
  144.     Archive and individual file comments with option of inputting
  145.     comments from a file.
  146.  
  147.     ARJ has MS-DOS 3.x international language support for the proper
  148.     casing of filenames and text.
  149.  
  150.     32 bit CRC file integrity check.
  151.  
  152.     DOS volume label support.
  153.  
  154.     Default storing of specified pathnames to allow recovery of a
  155.     directory structure.
  156.  
  157.     Empty directory support.
  158.  
  159.     File generation archive support where ARJ will allow the user to
  160.     keep several versions of the same file in an archive.
  161.  
  162.     Test new archive before overwriting the original archive option.
  163.  
  164.     Archives that can span diskettes.  This allows the user to backup
  165.     a full hard disk drive to multiple floppies.  Recovery of
  166.     individual files is convenient because each diskette archive is an
  167.     individual archive except for the split file portion.  No need to
  168.     use SLICE with ARJ.  In addition, ARJ in disk spanning mode can
  169.     support the use of 3.5 HD diskettes formatted at higher capacities
  170.     than 1.44 MBytes.  Moreover, ARJ can build these disk spanning
  171.     archives on the hard disk drive for later transfer to diskettes.
  172.  
  173.     Archive file re-ordering facility with the option of sorting by
  174.     file size, file extension, CRC value, date-time modified, filename,
  175.     pathname, compression ratio, file attribute and more.
  176.  
  177.     String searching with context display within archive files.
  178.  
  179.     Built-in facility to recover files from broken archives.
  180.  
  181.     Self-extraction feature that is internal to the ARJ runfile.  The
  182.     SFX module is full-featured with a built-in help screen.  ARJ also
  183.     includes a smaller SFXJR module with few features.
  184.  
  185.     Internal string data integrity check in ARJ to resist hacking a la
  186.     LHARC to ICE.
  187.  
  188.     Archive security envelope feature to resist tampering with secured
  189.     archives.  This feature disallows ANY changes to a secured archive.
  190.     Even the archive comments can NOT be changed.
  191.  
  192.     Password option to encrypt archived files.
  193.  
  194.     Text mode data compression option to enable movement of text files
  195.     from one host machine to another.  Text mode also results in
  196.     slightly greater file size reduction on MS-DOS machines.
  197.  
  198.     File extraction to screen in a paged mode to permit browsing
  199.     through an archive.
  200.  
  201.     Specification of the files to be added to or exclude from an
  202.     archive via one or more list files.  In addition, ARJ can generate
  203.     a list file.
  204.  
  205.     Specification of files to be excluded from processing by ARJ.
  206.  
  207.     Sub-directory recursion during compression and extraction.
  208.  
  209.  
  210.      ARCHIVER BENCHMARKING:
  211.  
  212.     This is information for those who plan to publish benchmark test
  213.     results comparing ARJ with other file archivers.
  214.  
  215.     The ARJ -jm compression is intended to demonstrate the best that
  216.     ARJ can do in terms of size reduction.    However, the ARJ -jm1
  217.     compression is almost as good in terms of size reduction.  The ARJ
  218.     -m2 compression is intended to compete with LHA 2.12.  The ARJ -m3
  219.     compression is intended to compete with PKZIP 1.10.
  220.  
  221.     The ARJ -e option is necessary during size benchmarks because ARJ
  222.     by default stores the entire specified pathname in the archive as
  223.     opposed to other archivers which strip path specs.
  224.  
  225.     The very size of the ARJ runfile adds significantly to the
  226.     compression and extraction times when testing smaller archives.
  227.  
  228.  
  229.      RELEASE NOTES:
  230.  
  231.     The use of ARJ in a business, commercial, institutional, or
  232.     government environment requires a license.  However, business,
  233.     commercial, institutional and government users may use ARJ for
  234.     evaluation purposes for a period of 30 days.  See the LICENSE.DOC
  235.     for full details.
  236.  
  237.         The inclusion of any of the ARJ software (ARJ, ARJR, DEARJ,
  238.         ARJSFX, ARJSFXJR, REARJ) with software and/or hardware for
  239.         distribution requires a license.
  240.  
  241.         While evaluating ARJ, you should use the "-jt" (test archive)
  242.         option to verify new ARJ archives of your data.
  243.  
  244.     This version has been tested under DOS 2.11, 3.3, 4.01, and
  245.     DOS 5.0.  It also runs under the DOS windows of Windows 3.x and
  246.     OS/2 2.0.
  247.  
  248.     Here is a suggested command that will test ARJ on all of your files:
  249.  
  250.         ARJ a testvol c:\ "-v360sdel testvol.*" -xtestvol.* -y -jf -jt1 -r
  251.  
  252.  
  253.      TECHNICAL NOTES:
  254.  
  255.         A detailed technical description of the ARJ archive format is
  256.         available in the UNARJ distribution archive.  This archive
  257.         contains a description of the archive header formats as well as C
  258.         source code for an ARJ archive extractor and lister program.  This
  259.         source code has been made portable to several platforms including
  260.         UNIX, NEXT, DOS, and AMIGA.
  261.  
  262.  
  263.      ARJR, DEARJ, and REARJ PROGRAMS:
  264.  
  265.     The new programs ARJR and DEARJ are available to registered and
  266.     licensed users of ARJ.    ARJR is the ARJ program without the help
  267.     screen and SFX modules.  DEARJ is the ARJR program without the
  268.     archive creation/modification functions, the "w" command, and
  269.     the "-jt1" and "-jt2" switches.
  270.  
  271.         There are two versions of REARJ, the shareware version and the
  272.         registered version.  The registered version contains a number of
  273.         additional enhancements including environment variable usage,
  274.         !listfile capability and selection by file date-time.
  275.  
  276.     See the LICENSE.DOC and ORDERFRM.DOC for more information.
  277.  
  278.     UNARJ and DEARJ are NOT the same program.
  279.  
  280.  
  281.      INSTALLATION:
  282.  
  283.         I assume that you have a copy of the self-extracting ARJ module
  284.         named ARJ###.EXE where "###" represents the ARJ version number.
  285.         Typing ARJ### [RETURN] at the DOS command prompt will initiate the
  286.         self-extraction feature.  ARJ### will by default extract its files
  287.         to the current directory.  When ARJ### starts, you will see
  288.         several lines of text describing ARJ and then a line asking if you
  289.         wish to continue extraction.  Entering "yes" or "y" will continue
  290.         the extraction.  If there are any duplicate filenames in the
  291.         current directory, the program will prompt you for overwriting.
  292.         You can enter "yes", "no", or "quit".
  293.  
  294.         To install the ARJ software, simply copy ARJ.EXE, REARJ.EXE,
  295.         REARJ.CFG, and ARJSORT.COM to one of the directories named in the
  296.         DOS PATH statement found in your AUTOEXEC.BAT.  On many PCs, this
  297.         directory may be C:\DOS or C:\BIN.  With MS-DOS 3.0 and above, you
  298.         can use path notation "\BIN\ARJ e archive" to use ARJ.
  299.  
  300.         You may, of course, prefer to use ARJ 1.00 or higher to extract
  301.         the contents of ARJ###.EXE file manually.
  302.  
  303.         Example:  ARJ e ARJ###.EXE \temp\
  304.  
  305.  
  306.      QUICK START TO USING ARJ:
  307.  
  308.     See the document INTRO.DOC.
  309.  
  310.  
  311.      HOW TO CREATE AN EXECUTABLE SELF-EXTRACTING ARJ ARCHIVE
  312.  
  313.     The command "ARJ y -je archive" will create a full featured
  314.     self-extracting archive from an already built archive.
  315.  
  316.     The command "ARJ y -je1 archive" will create a smaller
  317.     self-extracting archive.
  318.  
  319.     Syntax:  ARJ y -je archive    produces archive.exe
  320.  
  321.     Under DOS systems other than 2.11, 3.2, 3.3, 4,0, and 5.0 you may
  322.     have to rename the self-extract module to ARJSFX.EXE to do the
  323.     extraction.
  324.  
  325.     See the "-je" option for more information.
  326.  
  327.  
  328.      CONVERTING OTHER ARCHIVE FILES TO ARJ FORMAT
  329.  
  330.     Included with this software is the program REARJ.  This program can
  331.     be used to individually or collectively convert archive files from
  332.     other formats to the ARJ format.
  333.  
  334.     REARJ *.ZIP *.ARC *.LZH   will convert all ZIP, ARC, and LZH
  335.     archives in the current directory to the ARJ format.  See the
  336.     REARJ.DOC for more information about REARJ.
  337.  
  338.  
  339.      HOW TO USE ARJ:
  340.  
  341.     If you type ARJ [return], you will see a simple help screen.
  342.  
  343.     If you type ARJ -? [return], you will see more detailed help
  344.     information.
  345.  
  346.  
  347.      ARJ LIMITATIONS:
  348.  
  349.     ARJ will accept up to:      64 filenames/wildnames on command line
  350.                    16000 filenames resulting from wildnames
  351.                 8000 filenames/wildnames to exclude
  352.                 8000 ARJ filenames resulting from wildnames
  353.                 2048 character comments
  354.                      (up to 25 lines or 1 file)
  355.  
  356.     For compressing, ARJ requires approximately 300,000 bytes plus the
  357.     memory necessary to store all of the pathnames to be archived when
  358.     using the default compression method (-m1).
  359.  
  360.     For extracting, ARJ requires approximately 175,000 bytes plus.
  361.     The program DEARJ (available to registered users) requires
  362.     approximately 125,000 bytes plus.
  363.  
  364.     There is no limitation on the number of files that can be stored in
  365.     one archive.  However, each add command can only add a maximum of
  366.     16000 files at a time depending upon memory availability.  I expect
  367.     that a normal maximum of 5000 to 10000 filenames can be handled
  368.     without running out of memory during the compress phase.
  369.  
  370.     If you do not have enough memory, you should use the "-l" switch to
  371.     dump the filenames to a list file.  You can then break the list
  372.     file into smaller files and use multiple ARJ commands to archive
  373.     all of the files.
  374.  
  375.     Example:
  376.  
  377.        ARJ a -r -lname.lst archive \*.*
  378.  
  379.        If the above command fails due to lack of memory, split the
  380.        name.lst file into smaller pieces named name1.lst, name2.lst,
  381.        etc.  Then execute:
  382.  
  383.        ARJ a archive !name1.lst
  384.        ARJ a archive !name2.lst
  385.        .
  386.        .
  387.  
  388.     ARJ currently does not see that wildnames like "C:*.*" and "C:\*.*"
  389.     can actually represent the same thing.    ARJ would expand each of
  390.     those two wildnames into a list that could be up to twice as long
  391.     as necessary.
  392.  
  393.     When updating an archive, ARJ creates a temporary file named
  394.     ARJTEMP.$nn in the current directory or work directory.
  395.  
  396.     While ARJ is scanning a wildcard filespec, ARJ will change the name
  397.     of the target archive to ARJTEMP.$nn while the scan is proceeding
  398.     to avoid including the archive itself in an add or move command.
  399.     Also, as a result, you cannot add a file named ARJTEMP.$nn to an
  400.     ARJ archive.  Please note that the name of this temporary file may
  401.     change at a future revision of ARJ.
  402.  
  403.  
  404.      IMPORTANT DIFFERENCES BETWEEN ARJ AND LHARC:
  405.  
  406.     ARJ by default stores the full specified pathname of files
  407.     archived minus any drive letter and root symbol.
  408.  
  409.     The "e" and "x" commands will by default extract all of the files
  410.     in the archive without using date time stamps to select files.    You
  411.     should specify "-u -y" to duplicate LHARC functionality.
  412.  
  413.     The "f" command in ARJ requires the -r switch to be functionally
  414.     identical to the LHARC f command if the original archive was
  415.     created using the -r switch.
  416.  
  417.     ARJ uses the "!" symbol as a prefix character to indicate list
  418.     files.
  419.  
  420.  
  421.      IMPORTANT NOTES:
  422.  
  423.     When using the "-w" working directory switch, ARJ does not check on
  424.     space availability before overwriting the original archive if it
  425.     exists.  Be sure that you have enough disk space for the new
  426.     archive before using the "-w" switch.  If ARJ aborts in this
  427.     situation because of disk space, ARJ will keep the temporary
  428.     archive.
  429.  
  430.     By default, ARJ does not see hidden or system files.  ARJ will
  431.     process system and hidden files when you either specify the "-a"
  432.     switch.
  433.  
  434.     Like LHARC and PKZIP, ARJ requires extra disk space to UPDATE an
  435.     archive file.  ARJ will backup the original archive while it
  436.     creates the new archive, so enough room must be available for both
  437.     archives at the same time.
  438.  
  439.     Unlike PKZIP, ARJ does not require additional work space when
  440.     CREATING a new archive.
  441.  
  442.     Currently, ARJ will not extract overwriting a readonly file unless
  443.     the "-ha" option is specified.
  444.  
  445.  
  446.      TIPS TO USING ARJ EFFICIENTLY
  447.  
  448.     When archiving to diskettes, you should use the "-w" option to set
  449.     a working directory on your RAMDRIVE or hard disk drive to speed up
  450.     building the archive.
  451.  
  452.     You should use the "-jt" option when archiving to diskettes or when
  453.     you really want to be sure that ARJ will be able to extract what
  454.     you have archived.  There are cases where your hardware or memory
  455.     resident software will corrupt your work, so the "-jt" option is
  456.     excellent insurance.  If you have bad sectors on your diskettes and
  457.     verify is turned off, DOS will not tell you about diskette errors
  458.     until it is too late.  These errors are NOT RECOVERABLE.
  459.  
  460.     Using the "-js" option saves time by not compressing archives.
  461.  
  462.     You should use the "-e" option whenever you do not need to store
  463.     pathnames in an archive that you are creating.    This will save
  464.     space.
  465.  
  466.     Convert an ARJ archive into a self-extracting archive with a
  467.     command like the following:  ARJ y archive -je
  468.  
  469.     To capture a comment from an ARJ archive, use the following
  470.     command:  ARJ e archive ... -zcomment.txt  (the "..." is
  471.     significant).
  472.  
  473.     ARJ has several compression methods that provide size/time
  474.     tradeoffs.  Method 4 "-m4" is about twice as fast as method 1.    The
  475.     "-jm1" and "-jm" options modify the "-m1" and "-m2" options to
  476.     provide even greater compression at a cost in time.
  477.  
  478.  
  479.      USING ARJ WITHIN OTHER PROGRAMS
  480.  
  481.     Since ARJ uses over 300,000 bytes of memory during compression, it
  482.     is difficult to use ARJ in a large application program unless that
  483.     program swaps itself out of memory when it executes DOS commands
  484.     like ARJ.  However, there is at least one shareware program
  485.     available that will automatically swap your large application
  486.     program out of memory whenever it shells out to DOS to execute a
  487.     command.  The program SHROOM by Davis Augustine should be able
  488.     solve this memory problem for you.  The latest version as of
  489.     03/11/92 is named SHROM19C.ZIP on Channel One BBS.  According to
  490.     the SHROOM documentation, you can reach the author at:
  491.  
  492.         CompuServe id 72230,3053
  493.  
  494.         Davis Augustine
  495.         P.O. Box 390178
  496.         Cambridge, MA 02139
  497.  
  498.     This is not an endorsement of the product SHROOM.
  499.  
  500.     The easiest way I have found to use this product is to type:
  501.     SHROOM COMMAND.COM
  502.  
  503.     SHROOM -v COMMAND.COM will let you see SHROOM in action when you
  504.     shell out to execute a DOS command.
  505.  
  506.  
  507.      ARJMENU PROGRAM
  508.  
  509.     A new program called ARJMENU by Michael McCombs will be released
  510.     shortly.  As far as I know, it is the only menu-driven interface
  511.     program that supports ALL of the features of ARJ.  This program is
  512.     aimed at users who hate command line interfaces.  ARJMENU allows
  513.     the user to pick and choose ARJ options.  The user does not have to
  514.     remember the ARJ switch syntax.  The newest version of the program
  515.     supports ARJ version 2.30.  You can reach the author at:
  516.  
  517.         Internet/ARPANet: mccombs@sumax.seattleu.edu
  518.  
  519.         Michael McCombs
  520.         517 Ninth Ave. #310
  521.         Seattle, WA. 98104
  522.  
  523.  
  524.      ARJ HELP HYPERTEXT PROGRAM
  525.  
  526.     ARJ-Help is an electronic book (brand named Window Book (TM)) that
  527.     allows the user to easily discover how to use ARJ.  It runs under
  528.     DOS, and can be used as either a stand-alone program or as a TSR
  529.     "popup".  It is very fast and has a rich set of features which
  530.     include full-text search, hypertext links, a table of contents that
  531.     can be reorganized to your needs, a complete index, and much more.
  532.         The current version can be found on some BBSes as ARJHLP23.EXE.
  533.  
  534.         Window Book, Inc.
  535.         PO Box 390697
  536.         Cambridge, Massachusetts 02139
  537.         USA
  538.  
  539.         TEL:   617-661-9515 or 800-524-0380.
  540.         FAX:   617-354-3961
  541.  
  542.  
  543.      ARCHIVER UTILITIES THAT SUPPORT THE ARJ FORMAT
  544.  
  545.     The following are some other utilities that facilitate the use of
  546.     ARJ.  This list is not all inclusive or is it meant as a personal
  547.     recommendation.
  548.  
  549.     ARJMENU 1.x    - ARJ shell
  550.     SHEZ 8.x    - Archiver shell
  551.     ARCMASTER 6.x    - Archiver shell
  552.     ZGEN 1.x    - Archiver shell
  553.     ACZAR 1.x    - Archiver shell
  554.     ARJVIEW     - ARJ shell
  555.     AVIEW        - BBS archive viewer
  556.  
  557.  
  558.      USING ARJ AS A BACKUP PROGRAM
  559.  
  560.     ARJ can be used as a substitute for a backup program.  However, it
  561.     does not have the diskette critical error handling or data recovery
  562.     facilities of a FASTBACK, etc.    So you should be sure of the
  563.     reliability of your diskettes.    The most common cause of failure
  564.     is bad diskettes.  You should let ARJ test the archives ON the
  565.     diskettes.  Testing the archives before copying them to diskettes
  566.     is not enough.    Critical data should always be backed up two or
  567.     more times.  Please keep in mind that damage to compressed data
  568.     is many times more serious than damage to uncompressed data.
  569.  
  570.     WARNING:  You should never update multiple volume ARJ archives
  571.     especially backup archives.  Use a separate set of diskettes to
  572.     an incremental backup.
  573.  
  574.     The following partial command lines illustrate a full backup
  575.     command, an incremental backup command, and a restore command.    The
  576.     only parts missing are the names of the files to backup/restore.
  577.  
  578.         ARJ a A:backup -r -vvas -a1 -b2 -js -jt -jiC:\backup.inx -wC:\ -m3
  579.  
  580.         ARJ a A:backup -r -vvas -a1 -b1 -js -jt -jiC:\backup.inx -wC:\ -m3
  581.  
  582.     ARJ x A:backup -vv -y
  583.  
  584.     You should familiarize yourself with the above switches so that you
  585.     can modify the above command lines as needed.
  586.  
  587.     If you have a RAMDRIVE large enough, you should change the "-w"
  588.     option to point to the RAMDRIVE.
  589.  
  590.     If you have enough free hard disk space, you can build all of the
  591.     diskette volumes on the hard disk for later copying to diskette.
  592.     In this case, you will need to change the name of the archive to
  593.     "C:backup" or similar.    The "-vvas" option should be changed to
  594.     "-v360", "-v720" or whatever is appropriate for your diskette size.
  595.     Please note that 360, 720, 1200, and 1440 are abbreviations for the
  596.     standard diskette sizes.  Other sizes will require your entering
  597.     the entire number.  Another change is to add the option "-y" which
  598.     will turn off the "Ok to proceed ..." prompt.  Lastly, if the "-w"
  599.     option is pointing to the hard disk, you should remove the "-w"
  600.     option entirely.
  601.  
  602.     ARJ a C:backup -r -v360  <other options>   -m3 -y
  603.  
  604.     ***IMPORTANT*** Only a maximum of 100 volumes can be built on disk
  605.     at one time because of the volume suffix rolling over at *.A99 to
  606.     *.A00 when using default archive naming.  However, if you specify
  607.     the starting archive name with a suffix of ".000" or ".001", ARJ
  608.     will create up to 1000 or 999 uniquely named volumes.
  609.  
  610.     ARJ a C:backup.000 -r ...........
  611.  
  612.     Both backup commands will pause for a "system command".  You can
  613.     execute DOS commands at this point.  This is a suitable place to do
  614.     a "dir a:" to make sure that your disk is formatted and has enough
  615.     free space on it.  You may need to execute "format a:" or
  616.     "del a:\".  A very useful command might be "QDR A:".  QDR is a
  617.     utility from Vernon Buerg.  You will need to type "exit" to allow
  618.     ARJ to continue.
  619.  
  620.     If the backup fails after completing one or diskettes, you can
  621.     restart at the next archive after the last successful volume.
  622.  
  623.     There are two methods to do this restart.  If you have specified an
  624.     index file with the "-ji" option during the failed backup, you can
  625.     restart by retyping the EXACT SAME command line as before and
  626.     adding the "-jn" option.  This will cause ARJ to scan the
  627.     previously written index file for the proper restart information.
  628.     ARJ will automatically set the correct volume name.
  629.  
  630.     Example:  ARJ a a:backup c:\ -r -vvas -jiINDEX.FIL
  631.           ARJ a a:backup c:\ -r -vvas -jiINDEX.FIL -jn
  632.  
  633.     The second method is more complicated.    Refer to the "-jn" and
  634.     "-jx" descriptions for more details.  For example, if the above
  635.     full backup command failed during diskette two, on filename
  636.         "DOS\MODE.COM" which was started at byte 125.  This would be the
  637.     correct command:
  638.  
  639.     ARJ a A:backup.A01 -r -vvas -a1 <other> -m4 -jx125 -jnDOS\MODE.COM
  640.  
  641.     The most error prone step is determining the correct "-jn" option.
  642.     A common error concerns the use of the root directory symbol "\"
  643.     with the "-jn" option.    Verify the presence or absence of the root
  644.     symbol "\" in the backup index file.
  645.  
  646.     If the restore fails after one or more diskettes, simply retype the
  647.     same command as before but add the right ".Ann" suffix to the
  648.     archive name.  If ARJ has aborted because of a disk full on a file
  649.     split between volumes, you will have to restart at the first volume
  650.     that contains that file.
  651.  
  652.  
  653.      BACKUP TYPE ARCHIVES AND BACKUP FILES
  654.  
  655.         New to ARJ 2.30 and ARJ archives is the concept of "backup" type
  656.     archives.  Normally, when adding duplicate files to an ARJ archive,
  657.     ARJ will overwrite the existing file.  However, at ARJ 2.30 with a
  658.     backup type archive, ARJ will keep the existing file by marking it
  659.     as a backup and inserting the new file.  This will make ARJ
  660.     archives larger than normal.  It is possible to have more than one
  661.     duplicate backup file.    You can make an archive a backup type by
  662.     using the "-jb" option during the add or by typing "ARJ y archive
  663.     -jb".  Any further additions of already existing files will result
  664.     in more files marked as backups.  You may reset that backup flag by
  665.     specifying the "-jb1" option as in "ARJ y archive -jb1".
  666.  
  667.     This feature is useful when backing up frequently modified files.
  668.     One archive can have several days worth of backups.
  669.  
  670.     The existence of backup files or the backup archive flag is
  671.     indicated when executing the "l" or "v" commands.  There will be a
  672.     message at the end of the of the display.  The backup files
  673.     themselves can be displayed by using the "-jg" or "-jg1" options
  674.     with the "l" or "v" commands.
  675.  
  676.     To extract a specific backup file, you have several options.  You
  677.     can execute "ARJ e archive filename -jg -q" and enter "yes" on the
  678.     specific instance that you wanted extracted.  You can specify the
  679.     exact modification date-time that you want as in "ARJ e archive
  680.     filename -jg -o910101120000 -ob910101130000".  You can specify the
  681.     sequence number of the file in the archive.  To extract the fifth
  682.     file in the archive, type "ARJ e archive 5 -jg -#".  The sequence
  683.     number is available in the "v" command display.  Or you can extract
  684.     all occurrences of the file with "ARJ e archive filename -jg -jo".
  685.     Duplicates will be renamed with numeric file extensions (.000).
  686.  
  687.     The "ARJ k archive *.*" command can be used to purge an archive of
  688.     all backup files.
  689.  
  690.     You can unmark backup files with "ARJ y archive -jb2".    You can
  691.     unmark specific files such as the fifth file in the archive with
  692.     "ARJ y archive -# -jb2 5".
  693.  
  694.     You should not use the "-e" option when adding files to a backup
  695.     type archive because ARJ will not have the ability to distinguish
  696.     between files with the same filespec and different pathspecs.  You
  697.     could end up with duplicate files in the archive as opposed to one
  698.     recent file and several backup files.
  699.  
  700.  
  701.      THE FILESPEC "..."
  702.  
  703.     Several times in this document and the UPDATE.DOC file, there is
  704.         mention of the filespec "...".  This filespec is chosen so as to
  705.     not match any existing filename.  ARJ will NOT generate an error or
  706.     warning for not matching "..." specifically.
  707.  
  708.  
  709.      ARJ ERROR SITUATIONS:
  710.  
  711.     ADD:
  712.  
  713.     If a user specified file is not found during an add, ARJ will
  714.     continue processing, and will keep the archive and terminate with
  715.     an error condition.
  716.  
  717.     In a disk full condition or any other file i/o error, ARJ will
  718.     promptly terminate with an error condition and delete the temporary
  719.     archive file unless the user has specified the "-jk" switch.
  720.  
  721.  
  722.     MOVE:
  723.  
  724.     ARJ will only delete files that have been successfully added to the
  725.     archive.  If you have specified the "-jt" (test) switch, ARJ will
  726.     abort on any error.  If you specify the "-jk" switch, ARJ will not
  727.     delete the temporary archive upon an abort.
  728.  
  729.  
  730.     EXTRACT:
  731.  
  732.     In a disk full condition or any other file i/o error, ARJ will
  733.     promptly terminate with an error condition and delete the current
  734.     output file.
  735.  
  736.  
  737.     CRC ERRORS OR BAD FILE DATA:
  738.  
  739.     In the case where an ARJ archive has been corrupted ARJ will report
  740.     a CRC error or a Bad file data error.  These corruptions can be the
  741.     result of an unreliable diskette, a computer memory problem, a file
  742.     transfer glitch, or incompatible CACHING software.  Most of these
  743.     errors are the result of file transfer glitches and bad diskettes.
  744.     A few are the result of an incompatible interaction with SUPER
  745.     PCKWIK 3.3 advanced diskette support or Windows 3.0.
  746.  
  747.  
  748.     CRITICAL ERROR HANDLER:
  749.  
  750.     By ARJ sets up an interactive critical error handler to handle
  751.     DOS critical errors like "sector not found" and "drive not ready".
  752.     When a critical error occurs, ARJ will prompt the user with the
  753.     message "Retry Y/N?".  The user may retry the failed operation by
  754.     pressing "Y".  Pressing "N" will fail the operation or abort to
  755.     DOS depending upon the version of DOS.    The user can press Control
  756.     BREAK to abort to DOS.
  757.  
  758.  
  759.      ARJ DOS ERRORLEVELS:
  760.  
  761.     0 ->   success
  762.     1 ->   warning (specified file to add to archive not found,
  763.             specified file to list, extract, etc., not found,
  764.             or answering negatively to "OK to proceed to next
  765.             volume..." prompt)
  766.     2 ->   fatal error
  767.     3 ->   CRC error (header or file CRC error)
  768.     4 ->   ARJ-SECURITY error or attempt to update an ARJ-SECURED archive
  769.     5 ->   disk full or write error
  770.     6 ->   can't open archive or file
  771.     7 ->   simple user error (bad parameters)
  772.     8 ->   not enough memory
  773.     9 ->   not an ARJ archive
  774.  
  775.  
  776.      ARJ USER ACTION PROMPTS:
  777.  
  778.     ARJ prompts the user for action at certain times.  There are
  779.     several types of prompts.  One is for yes/no permission, another is
  780.     for a new filename, another is for archive comments, and one other
  781.     is for search strings.    The yes/no prompts will also accept "quit"
  782.     for program termination and "always" to bypass further user
  783.     prompts.
  784.  
  785.     Since ARJ uses STDIN for user input, be careful about typing ahead
  786.     anticipating prompts.  ARJ may prompt you for an unexpected action
  787.     and use your earlier input.
  788.  
  789.     The "-jy" option lets you change the prompting modes to single
  790.     character query mode.  See the section on "-jy" for more
  791.     information.
  792.  
  793.  
  794.      ARJ ENVIRONMENT VARIABLE:
  795.  
  796.     ARJ will first look for an environment variable named ARJ_SW and
  797.     use its value as switch options for ARJ.  If ARJ finds such an
  798.     environment variable, it will display a message to that effect.
  799.  
  800.     You can inhibit ARJ from using this environment variable by using
  801.     the "-+" option.  You can also set the name of the environment
  802.     variable with the "-+" option as in ARJ a -+ARJ_SW2 archive.
  803.  
  804.     SET ARJ_SW=<switches>
  805.  
  806.     Example:  SET ARJ_SW=-w\temp -k -e
  807.  
  808.     Do NOT add any blanks after the variable name ARJ_SW.  As in LHARC,
  809.     command line switches can be selected to override ARJ_SW settings.
  810.  
  811.     ARJ will allow you to use a different switch character "-" or "/"
  812.     in ARJ_SW and in the command line except when using the "-ju"
  813.     (unix) option.
  814.  
  815.     If the ARJ_SW environment variable specifies a filename (text not
  816.     beginning with a switch character), ARJ will open that filename and
  817.     scan it looking for a line of text that begins in column 1 with the
  818.     same letter as the ARJ command being executed.    The following text
  819.     is processed as the ARJ_SW switches.  This allows each ARJ command
  820.     to have its own switch settings.  In addition, ARJ will also look
  821.     for the "+" (plus) symbol in column 1 to use as a miscellaneous
  822.     switch string.    This string will be added to any command switch
  823.     string found if any.  If no command switch string is found, ARJ
  824.     will use the miscellaneous switch string as the ARJ_SW switch
  825.     settings.  NOTE that the "+" switch settings will NOT be used
  826.     if the "+" string occurs below the command switch string.
  827.  
  828.     SET ARJ_SW=C:\ARJ\ARJ.CFG
  829.  
  830.     C:\ARJ\ARJ.CFG contains:
  831.     a -jm1 -jt -i1
  832.     c -zcomment.txt
  833.     + -jv
  834.     l -jp
  835.     e -i1
  836.  
  837.     AND is equivalent to:
  838.     a -jm1 -jt -i1
  839.     c -zcomment.txt
  840.     l -jp -jv
  841.     e -i1 -jv
  842.     f -jv
  843.     v -jv
  844.     all other commands
  845.     .
  846.     .
  847.     .
  848.  
  849.     In the above example, any ARJ "a" commands will use "-jm1 -jt -i1"
  850.     as the ARJ_SW switch options.
  851.  
  852.     The ARJ_SW variable or the ARJ_SW configuration file switch
  853.     settings may NOT have quoted switches such as "-vasformat a:".
  854.  
  855.  
  856.      ARJ COMMAND LINE SYNTAX:
  857.  
  858.     ARJ <command> [-<switch>[-|+|<option>]...] <archive_name>[.ARJ]
  859.     [<base_directory_name>\] [<!list_name>|<path_name>|<wild_name>...]
  860.  
  861.     Commands and switches can be entered in upper or lower case.
  862.     Switches can be placed anywhere after the command ARJ.
  863.  
  864.     ARJ supports the use of either "-" or "/" as the switch option
  865.     character.  The first occurrence of either "-" or "/" that ARJ
  866.     encounters in the ARJ_SW variable will determine the switch symbol
  867.     for processing ARJ_SW.    The first occurrence of either "-" or "/"
  868.     that ARJ encounters in the command line will determine the switch
  869.     symbol for processing the command line except when the "-ju" (unix)
  870.     option has been specified in ARJ_SW.  You may NOT mix and match
  871.     switch symbols.  Throughout this document, the symbol "/" may be
  872.     substituted for "-" in switch usage.
  873.  
  874.     Examples:  ARJ a A:archive *.* /va /r     is correct
  875.            ARJ a A:archive *.* /va -r     IS INCORRECT USAGE!
  876.  
  877.     Switches specified on the command line will either toggle or
  878.     override switches specified with the ARJ_SW environment variable.
  879.     Switch usage is identical to that of LHARC.
  880.  
  881.     "-s+"         turns on switch "s".
  882.     "-s-"         turns off switch "s".
  883.     "-s"         toggles the state of switch "s".
  884.     "-sname"     provides the name argument for switch "-s".
  885.     "--"         skip processing of any more switch options.
  886.  
  887.     Switch options CAN be combined to save command line length.
  888.     However, some switch options take optional string arguments and
  889.     therefore, must be the last option in a combined argument token
  890.     string because ARJ accepts the rest of the argument token as the
  891.     optional argument.  You can combine "-r" and "-i" to make "-ri".
  892.     You can combine "-wd:\" and "-i" with "-iwd:\", because the switch
  893.     option taking the string argument is last.  Please note that
  894.     switches that ONLY accept the "+", "-", "0", "1", "2" modifiers can
  895.     be combined in any order.  The following switches must be last in a
  896.     combined switch argument:  -g, -l, -m, -o, -t, -v, -w, -x, -z, -!,
  897.     -$, -jc, -jd, -jh, -ji, -jn, -jp, -js, -jw, -jx, -jy, -jz.
  898.  
  899.     WARNING:  The "j" in "-jX" option switches is a SHIFT symbol.
  900.     Therefore, a combined "-jatv" is a combination of "-ja", "-jt", and
  901.     "-jv", since the "j" shifts the meaning of subsequent symbols in
  902.     the argument token string.  The use of more than ONE "j" shift
  903.     symbol per argument token string is NOT supported for future
  904.     versions.
  905.  
  906.     Examples:  -rijvta   <=>  -r -i -jv -jt -ja
  907.            -i1kwd:\  <=>  -i1 -k -wd:\
  908.  
  909.     ARJ will accept an ending "-" on most switches such as "-w-".  The
  910.     "-x" switch option is one exception.  The one caveat is that for
  911.     switches that support an optional argument string such as "-wd:\",
  912.     that switch option must NOT be followed by a concatenated switch
  913.     option such as "-w-r".    An argument token string such is "-rikw-"
  914.     is acceptable because the "-w" option is the last one.  One special
  915.     switch combination is the "-jyyr" combination.    You can turn off
  916.     the "y" and "r" modifiers with "-jyyr-".
  917.  
  918.     The switch option "--" tells ARJ that there are no more switch
  919.     options to process in the current command line.  This is useful
  920.     when you need to enter filenames beginning with "-".
  921.  
  922.     Example:  ARJ a archive -- -testfile
  923.  
  924.     The standard ARJ file suffix is ".ARJ".  Subsequent multiple volume
  925.     archives end in ".A01", ".A02", etc, up to .A99, .A00, .A01.  It is
  926.     possible to have multiple volumes start at ".001" and go up to
  927.     ".999".
  928.  
  929.     The ARJ command must be the first non-switch argument after "ARJ".
  930.     The ARJ archive name must be the first filename on the command
  931.     line.  The base directory, if any, must be the second filename
  932.     argument.  The switches and other filenames can be in any order.
  933.     The base directory name should end with "\" (backslash) or ":"
  934.     (colon).  However, ARJ will still accept directory names without
  935.     the "\" character if the directory already exists.  This feature
  936.     is limited to the add type and extract type commands.
  937.  
  938.     Wild_names follow MS-DOS convention.  "*.*" means all files.
  939.     "*.DOC" means all files with an extension of ".DOC".  "?B*.*"
  940.     means all files with a second character of "B".
  941.  
  942.     The default for <wild_name> for all commands except for "d" is
  943.     "*.*".
  944.  
  945.     For the add, move, freshen and update commands, filename matching
  946.     in the archive requires an exact path match depending upon the "-e"
  947.     option.  For non-update commands, specified filenames with paths
  948.     will force a full pathname match.
  949.  
  950.     You can supply one or more filenames for files containing lists of
  951.     files to be added to an archive.  The filenames must be listed one
  952.     per line with no leading or trailing blanks.  The list filename(s)
  953.     must be prefixed with "!".  If you want to archive a filename
  954.     beginning with !, you must use the "-!" option to set a new list
  955.     file character.
  956.  
  957.     You can exclude filenames/wildnames from the list of filenames to
  958.     be processed by ARJ.
  959.  
  960.     Example:  ARJ a software *.* -x*.exe -x*.obj   adds all files
  961.     in the current directory except .EXE and .OBJ files.
  962.  
  963.  
  964.      ARCHIVE NAME WILDCARDING:
  965.  
  966.     You can specify a wildcard for the archive name such as "*.ARJ" for
  967.     all ARJ commands except for the add commands (a, f, j, m, u).  If
  968.     you also specify the "-r" switch,  ARJ will search subdirectories
  969.     for ARJ archives (*.ARJ) also.
  970.  
  971.     Example:  ARJ l -r *         will list all of your *.ARJ files.
  972.           ARJ c *.arj -zbbs.cmt  will comment all of your archives.
  973.  
  974.  
  975.      ARJ COMMANDS:
  976.  
  977.     a: Add files to archive
  978.  
  979.        This is the basic command to add disk files to an ARJ archive.
  980.        You can specify 0 to 64 filename arguments (one can be a
  981.        destination directory).  The arguments can be wildnames.  If
  982.        you specify the "-r" switch (recurse subdirectories), ARJ
  983.        will add all of the files in all of the subdirectories that
  984.        match the specified wildname.
  985.  
  986.        Example:  ARJ a archive subdir\*.*
  987.              Archive all files in directory "subdir".
  988.  
  989.        For maximum compression, use the "-jm" switch option.
  990.  
  991.     b: execute Batch or DOS command
  992.  
  993.        The ARJ b command allows a user to execute a DOS command on
  994.        selected files in an archive.  The ARJ b command will prompt for a
  995.        DOS command string to execute per selected file.  By default ARJ
  996.        will extract the selected files to the filename ARJTEMP.$$$.  This
  997.        filename can be changed with the "-jw" option.  The base directory
  998.        option is ignored by the ARJ b command.  The output file will be
  999.        deleted by ARJ after the DOS command is executed.
  1000.  
  1001.        Examples:  ARJ b archive
  1002.               ARJ b archive file.exe -jwtemp\tempfile
  1003.  
  1004.        This option can substitute for a simple extract and run command
  1005.        where the file to be extracted is an executable.  You would specify
  1006.        a temporary executable name as the output name and use that name as
  1007.        the DOS command to be executed.
  1008.  
  1009.        Example:  ARJ b archive file.exe -jwTEMP.EXE
  1010.              TEMP arguments
  1011.  
  1012.        You can supply the DOS command string on the command line with
  1013.        the "-jq" option.  Switch options which have embedded blanks
  1014.        must be enclosed by double quote marks.
  1015.  
  1016.        Examples:  ARJ b archive file.exe -jwTEMP.EXE -jqTEMP
  1017.               ARJ b archive *.c "-jqgrep text ARJTEMP.$$$"
  1018.  
  1019.     c: Comment archive files
  1020.  
  1021.        This command allows you to comment the header and individual
  1022.        files.  ARJ will prompt you for each comment.  The user will be
  1023.        prompted for up to 25 lines for each comment.  A line containing
  1024.        only a [return] will terminate the comment.
  1025.  
  1026.        The user can choose to input comment data from a file by entering
  1027.        the comment filename preceded by an "!" as in "!archive.txt"
  1028.        starting in column 1 of the first comment line.  This file is
  1029.        read as a text file.  The lines in the text can be up to 2048
  1030.        bytes long.    Only the first 2048 bytes of the file will be
  1031.        accepted by ARJ.
  1032.  
  1033.        To erase a comment from an archive, type [space] [return] on the
  1034.        first comment line and [return] on the second comment line.
  1035.  
  1036.        To strip archive or file comments from an archive, you can use
  1037.        the NUL file feature of MS-DOS.
  1038.  
  1039.        Examples:  ARJ c archive -zNUL       strips archive comment
  1040.               ARJ c archive name -jzNUL    strips comment for "name"
  1041.               ARJ c archive -jzNUL       strips all file comments
  1042.               ARJ c archive -zNUL -jzNUL   strips all comments
  1043.  
  1044.        To add only the archive comment and not file comments, use the
  1045.        following command:
  1046.  
  1047.        ARJ c archive -z
  1048.  
  1049.        To add only the archive comment at the command line, use the
  1050.        following command:
  1051.  
  1052.        ARJ c archive -zcomment.txt
  1053.  
  1054.        You may also comment an archive with the "a", "f", "m", "u"
  1055.        commands.
  1056.  
  1057.        ARJ a -zcomment.txt archive *.txt
  1058.  
  1059.     d: Delete files from archive
  1060.  
  1061.        This command allows you to delete files from the archive.  When
  1062.        wildcard selection is not suitable, you can use the "-q" switch
  1063.        to set ARJ to prompt you for deletion for each file selected.
  1064.        These deleted files are physically removed from the archive.
  1065.  
  1066.        Example:  ARJ d archive *.c
  1067.              Delete all files in archive ending in ".c".
  1068.  
  1069.              ARJ d -q archive *.c
  1070.              Prompt before deleting each file ending in ".c".
  1071.  
  1072.        Currently, ARJ never deletes the archive even when it is empty.
  1073.  
  1074.     e: Extract files from archive
  1075.  
  1076.        This command will extract one or more files from the archive to
  1077.        the current directory or base directory if specified.  ARJ will
  1078.        prompt the user before overwriting existing files unless the
  1079.        user specifies the "-y" switch.  If the user gives a "no"
  1080.        answer, ARJ will prompt for a new filename.    If the user enters
  1081.        a single [return] instead of a filename, ARJ will skip the
  1082.        current file extraction.
  1083.  
  1084.        Example:  ARJ e archive soft\ *.c
  1085.              Extract all files ending in ".c" to subdirectory
  1086.              "soft".
  1087.  
  1088.        When extracting a file located on multiple volumes, ARJ may
  1089.        prompt the user with an "Append? " prompt.  This will usually
  1090.        occur with files split across volumes.  You will also need to
  1091.        specify the "-v" switch to set ARJ to continue to the next
  1092.        volume of a series of volumes.  When extracting from one of a
  1093.        series of multiple volumes on a diskette, it is easier to use
  1094.        the wildcard "*.*" to specify the archive as in:
  1095.  
  1096.        ARJ e archive A:*.* filespecs
  1097.  
  1098.        If you wish to extract only a portion of an archive and that
  1099.        portion is a directory containing directories, you should use
  1100.        the "-p1" switch.  See the "-p" switch for more information.
  1101.  
  1102.        The ARJ e and ARJ x commands now accept the "-d" option to
  1103.        provide an extract and delete option.  This feature requires
  1104.        that you specify the files to extract and delete.  ARJ will NOT
  1105.        default to "*.*" for this option.  This option actually uses
  1106.        more disk space than a simple extraction because of the
  1107.        temporary archive that is created during the extraction process.
  1108.  
  1109.        ARJ e archive -d file1 file2
  1110.  
  1111.        If ARJ encounters a disk full during extraction, ARJ will abort
  1112.        with an error.  You can bypass the abort by using the "-jd"
  1113.        option.  Refer to the description of "-jd" for more information.
  1114.  
  1115.        If ARJ encounters a CRC or Bad file data error during
  1116.        extraction, ARJ will delete the corrupted extracted file unless
  1117.        the "-jr" option is used.
  1118.  
  1119.     f: Freshen files in archive
  1120.  
  1121.        Update matching files in the archive that are OLDER than the
  1122.        selected disk files.
  1123.  
  1124.        Example:  arj f archive *.c *.h
  1125.  
  1126.        In freshening archives, you should use the same filename
  1127.        specifications that you used to create the archive.
  1128.  
  1129.        Example:  arj a archive \temp\ *.* -r
  1130.              arj f archive \temp\ *.* -r
  1131.  
  1132.        If no files or comments have been added to the archive, ARJ
  1133.        will not rewrite the archive at ARJ 2.20 and above.
  1134.  
  1135.     g: Garble files in archive
  1136.  
  1137.        The ARJ "g" command allows a user to garble an already built ARJ
  1138.        archive.  Please note that only ungarbled files will be garbled
  1139.        by the ARJ "g" command.
  1140.  
  1141.        Example:  ARJ g archive -gdinosaur
  1142.  
  1143.     i: check Integrity of ARJ.EXE
  1144.  
  1145.        The "i" command allows the user to check the integrity of the
  1146.        ARJ.EXE program.  ARJ will report CRC ERROR! if the tested ARJ
  1147.        program does not pass its integrity check.  This indicates that
  1148.        the program is probably corrupted.  Please note that the "i"
  1149.        command should not be used on a compressed ARJ executable
  1150.        (DIETed, LZEXEd, etc.), since the "i" command will then ALWAYS
  1151.        report a CRC error.    If the program name is not specified, then
  1152.        ARJ will check the current program being executed.
  1153.  
  1154.        Syntax:  ARJ i ARJ.EXE
  1155.             ARJ i         at DOS 3.0 and up
  1156.  
  1157.     j: Join archives to archive
  1158.  
  1159.        The "j" command allows the user to merge several ARJ archives.
  1160.  
  1161.        Syntax:  ARJ j archive archive1.arj archive2.arj
  1162.             ARJ j archive *.arj -r
  1163.  
  1164.        Some switches NOT supported by the "j" command are:    -o, -ob,
  1165.        -f, -u, -c, -v.  Note that there is no error message displayed
  1166.        by ARJ when using an unsupported switch with the "j" command.
  1167.  
  1168.        The "-d" option IS supported by the "j" command.
  1169.  
  1170.        Note that switches that do work like "-x" select the archives to
  1171.        be merged and NOT the contents of the archives.
  1172.  
  1173.        This command can be used to convert an SFX module to a regular
  1174.        ARJ archive.
  1175.  
  1176.        Example:  ARJ j new_name arjsfx.exe
  1177.  
  1178.     k: pacK bacKup files in archive
  1179.  
  1180.        The ARJ k command works similar to the ARJ d command except that
  1181.        the ARJ k command only deletes files marked as backups.  The ARJ
  1182.        k command requires a wildname or filespec as a selection option.
  1183.  
  1184.        Examples:  ARJ k archive *.*
  1185.               ARJ k archive *.doc -q
  1186.  
  1187.     l: List contents of archive
  1188.  
  1189.        List contents of archive to standard output.  The display can be
  1190.        paused after each screenful with the "-jp" switch.  The files
  1191.        are listed in stored order.    There are no sort options
  1192.        currently.
  1193.  
  1194.        The last field on the display BTPMGVX stands for:
  1195.            B -> file has been marked as a backup
  1196.            T -> text/binary/directory type
  1197.            P -> path information available in "V" listing
  1198.            M -> compression method used
  1199.            G -> file has been garbled (encrypted)
  1200.            V -> archive has been continued to another volume
  1201.            X -> this file is an extended portion of a larger file
  1202.  
  1203.        Example:  arj l archive *.c *.h
  1204.  
  1205.        A "+" sign preceding the date-time field indicates that the date
  1206.        is a 21st century date (20nn).
  1207.  
  1208.        For text mode compression, the original file size reported by
  1209.        the "l" and "v" commands is the actual number of bytes input.
  1210.        This is usually the MS-DOS file size minus the number of
  1211.        carriage returns in the file, since C text mode strips a file of
  1212.        carriage returns.
  1213.  
  1214.        When ARJ has detected a set backup flag in an archive, there
  1215.        will be a message "[Backups ON]".  When ARJ has detected any
  1216.        backup files in an archive, there will be a message
  1217.        "[Backups found]".
  1218.  
  1219.        To indicate that files are marked as backups, ARJ will display
  1220.        a "*" in the column right after the file attributes.
  1221.  
  1222.        The "-jg" option is needed to set the "l" and "v" commands to
  1223.        display the names of backup files.
  1224.  
  1225.        Example:  ARJ l archive -jg
  1226.  
  1227.     m: Move files to archive
  1228.  
  1229.        This command is similar to specifying the "a" command with the
  1230.        "-d" switch.  The "m" commands adds the selected files to the
  1231.        archive.  If the adds are successful, then the added files are
  1232.        deleted.  The move command does not ask permission before
  1233.        deleting the files.    Use the "ARJ a -d" command for that
  1234.        feature.
  1235.  
  1236.        Example:  ARJ m archive soft\*.*
  1237.  
  1238.        The "m" command when used with "-f" and "-u" will delete any
  1239.        successfully added files as well as any files that are already
  1240.        up to date in the archive.  It is STRONGLY suggested that you
  1241.        always use the "-jt" option with move commands to set ARJ to
  1242.        verify the archive before deleting the input files.
  1243.  
  1244.        At ARJ 2.30, ARJ will also attempt to delete any directories
  1245.        that are added to the archive.  Directories can ONLY be selected
  1246.        by using the "-a1" option.  Directories with UNSELECTED files
  1247.        will not be deleted.
  1248.  
  1249.        Example:  ARJ m archive -a1 soft\*.* soft   deletes soft
  1250.              ARJ m archive -a1 soft\*.*        doesn't delete soft
  1251.  
  1252.     n: reName files in archive
  1253.  
  1254.        This command allows you to change the names of the files stored
  1255.        in an ARJ archive.  ARJ will prompt for the new name of each
  1256.        selected file.  You can skip changing the name of a particular
  1257.        file by entering a blank line.
  1258.  
  1259.        Example:  ARJ n archive *.c
  1260.  
  1261.        In the above example, ARJ prompts for new names for all *.c
  1262.        files.
  1263.  
  1264.     o: Order files in archive
  1265.  
  1266.        This command allows you to re-order the files within the
  1267.        archive.  You may specify the order of files on the command line
  1268.        or you can use one or more list files.  Any files in the archive
  1269.        that are not specified on the command line or in a list file
  1270.        will be placed at the end of the archive in the same relative
  1271.        order that they were originally.  No wildcard names can be used
  1272.        as order specifications.  The filenames in the list file must be
  1273.        entered one per line.
  1274.  
  1275.        Example:  ARJ o archive file1 file2 file3
  1276.  
  1277.        In the above example, the files "file1", "file2", and "file3"
  1278.        will be ordered first in the archive.  Any remaining files will
  1279.        follow those.
  1280.  
  1281.        Example:  ARJ o archive !list
  1282.  
  1283.        In the above example, the archive will be ordered according to
  1284.        the order of the names in the file "list".
  1285.  
  1286.        IMPORTANT:  For the "o"rder command, the list file option has
  1287.        one special feature.  If the list file is named ARJSORT.$$$, ARJ
  1288.        will expect the file to have been built with the ARJ v -jv1
  1289.        command.  This ARJSORT.$$$ list file may be specified with a
  1290.        pathspec.  See the ARJSORT.BAT batch file for an example of this
  1291.        special feature.
  1292.  
  1293.        To facilitate building list files, the "v" command in ARJ will
  1294.        produce special outputs with the "-jv" switch and the "-jv1"
  1295.        switch.
  1296.  
  1297.        The "-jv" switch will display only the pathnames stored within
  1298.        the archive.  No other listing data is displayed.  This output
  1299.        can be re-directed to a file for manual sorting into a list
  1300.        file.
  1301.  
  1302.        The "-jv1" switch will display the standard verbose display with
  1303.        a few modifications.  No sequential number field will be
  1304.        displayed.  No comment field will be displayed.  The pathname is
  1305.        appended to the archive file description data instead of being
  1306.        on a separate line.    Displayed just before the pathname field
  1307.        are the file extension and filename.  These fields are available
  1308.        so that the user can sort the text lines by date-time, file
  1309.        extension, CRC value, etc.  Text editors like Qedit and SLED
  1310.        allow the user to sort text lines via an embedded text field.
  1311.  
  1312.        At ARJ 2.20 and above, you cannot "o"rder a multiple volume
  1313.        archive and should not.
  1314.  
  1315.     p: Print files to standard output
  1316.  
  1317.        Output files to standard output.  This function works such that
  1318.        the output file will contain only the file data extracted.  This
  1319.        is important for UNIX-like usage.
  1320.  
  1321.        Example:  ARJ p archive manual.doc > output.fil
  1322.  
  1323.        In the above example, output.fil will be an exact copy of
  1324.        manual.doc.    There will be no extraneous header information in
  1325.        output.fil.    All extraction phase information is written to the
  1326.        STDERR device, which is normally the display screen.
  1327.  
  1328.        Example:  ARJ p archive manual.doc > LPT1
  1329.  
  1330.        In the above example, the standard output is redirected to the
  1331.        printer device.  This does not involve any intermediate disk
  1332.        files.  However, when redirecting to the printer, ARJ will
  1333.        translate binary files to text, causing possible loss of data.
  1334.        The ARJ command "ARJ e archive manual.doc -jwLPT1" will output a
  1335.        binary file to the printer without loss of data.
  1336.  
  1337.            ARJ sets the file date-time stamp of the output stream.  File
  1338.            viewing as in ARJ p archive name | LIST /s will display the
  1339.            correct file date and time.
  1340.  
  1341.        The "-jp" option can be used to pause the screen output as in the
  1342.        "s" command.  The "-jv" option will allow the display of IBM
  1343.        graphics characters with the "-jp" option.
  1344.  
  1345.        NOTE:  Because of a problem using fwrite() and STDOUT, errors
  1346.        occurring during redirection to serial and printer ports may not
  1347.        be detected.  Errors during redirection to disk files will be
  1348.        detected.
  1349.  
  1350.     r: Remove paths from filenames
  1351.  
  1352.        This command sets ARJ to remove the path component from the
  1353.        specified filenames stored in the archive.  The default is all
  1354.        filenames stored in the archive.  This command is useful if you
  1355.        forgot to specify "-e" to exclude paths.
  1356.  
  1357.     s: Sample files to screen with pause
  1358.  
  1359.        This command is similar to the "p" command except that one
  1360.        screenful of data is displayed to the user and a user action is
  1361.        then requested.  The action prompt can be suppressed with the
  1362.        "-y" switch.
  1363.  
  1364.        The "s" command filters the text to output by truncating at 79
  1365.        characters per line and displaying '?' for control characters.
  1366.        The "-jv" option will allow the display of IBM graphics
  1367.        characters.
  1368.  
  1369.     t: Test integrity of archive
  1370.  
  1371.        Test the contents of the selected files for the correct CRC
  1372.        value.  ARJ uses a 32 bit CRC to validate the contents of the
  1373.        files.  The use of 32 bit CRCs is many times better than the
  1374.        use of 16 bit CRCs for the detection of errors.
  1375.  
  1376.        Use this command to fully test the security envelope on an
  1377.        ARJ-SECURED archive.
  1378.  
  1379.     u: Update files to archive
  1380.  
  1381.        Update older files in the archive and add files that are new to
  1382.        the archive.
  1383.  
  1384.        Example:  arj u software
  1385.  
  1386.     v: Verbosely list contents of archive
  1387.  
  1388.        This command lists the full pathname and comments of the archive
  1389.        files as well as the same information as the "l" command.
  1390.  
  1391.        The "v" command now displays a sequence number preceding the
  1392.        pathname.  This number can be used with the "-#" option to
  1393.        access specific files within an archive.
  1394.  
  1395.        Example:  ARJ v archive -jg
  1396.              ARJ x archive -# 5 10
  1397.  
  1398.        Use the "-jp" switch to pause the output after each screen.
  1399.  
  1400.        The "-jv" switch will display only the pathnames to the screen.
  1401.  
  1402.        The "-jv1" switch will display the archive data in a manner
  1403.        suitable for sorting on various fields for use with the "o"
  1404.        command.
  1405.  
  1406.     w: Where are text strings in archive
  1407.  
  1408.        This command allows the user to search for text strings within
  1409.        archives.
  1410.  
  1411.        ARJ will prompt the user whether to ignore case when searching.
  1412.        This search option take MS-DOS code pages into account so that
  1413.        casing of accented/umlauted characters will be done correctly.
  1414.  
  1415.        ARJ will also prompt the user for the number of lines of context
  1416.        of a match to display.  If a number greater than zero is chosen,
  1417.        ARJ will display the matched string and the surrounding context
  1418.        with all of the non-printable characters including newlines
  1419.        replaced by question marks.    The context lines displayed will be
  1420.        78 characters in length.  When the display context option is
  1421.        chosen, ARJ will inhibit the progress indicator.  If the "-jv"
  1422.        is set, IBM graphics characters (128 to 255) will be displayed.
  1423.  
  1424.        Then, this command will prompt the user for up to 20 text strings
  1425.        to search for within the archive.  A count of all matches will be
  1426.        displayed after each individual file is scanned.
  1427.  
  1428.        Search strings are limited to 79 characters.
  1429.  
  1430.        Matches that span archive volumes will not be detected by
  1431.        this string search.
  1432.  
  1433.        You can search multiple ARJ archives with a command like:
  1434.  
  1435.        ARJ w \docs\*.arj
  1436.  
  1437.        You may page pause the display with the "-jp" option.
  1438.  
  1439.        The "-jq" option can be used to supply the necessary parameters
  1440.        to the ARJ w command.
  1441.  
  1442.        The option string will be parsed as follows:
  1443.        1) the first character must be either "+" or "-" representing
  1444.           yes or no,
  1445.        2) the next character(s) represents the number of lines of
  1446.           context to display,
  1447.        3) the next character represents a non-digit separator,
  1448.        4) the next characters represent the search text.
  1449.  
  1450.        Examples:  ARJ w archive -jq+3+total    caseless search
  1451.                            display 3 context lines
  1452.                            search for "total"
  1453.               ARJ w archive "-jq-2-to be"  case sensitive search
  1454.                            display 2 context lines
  1455.                            search for "to be"
  1456.  
  1457.     x: eXtract files with full pathname
  1458.  
  1459.        This command extracts one or more files from the archive to
  1460.        their full paths in the current directory or to the base
  1461.        directory if specified.  ARJ normally stores pathnames as if
  1462.        they were children of the target directory.    Any drive or root
  1463.        directory specifications are stripped before extracting unless
  1464.        the "-jf" switch is specified with the "x" command.
  1465.  
  1466.        Example:  arj x archive *.c
  1467.  
  1468.        If you wish to extract only a portion of an archive and that
  1469.        portion is a directory containing directories, you should use
  1470.        the "-p1" switch.  See the "-p" switch for more information.
  1471.  
  1472.        The ARJ e and ARJ x commands now accept the "-d" option to
  1473.        provide an extract and delete option.  This feature requires
  1474.        that you specify the files to extract and delete.  ARJ will NOT
  1475.        default to "*.*" for this option.
  1476.  
  1477.        Refer to the description of the "e" command for more
  1478.        information about extraction.
  1479.  
  1480.     y: copY archive with new options
  1481.  
  1482.        The ARJ y command provides a easy interface to the -je and
  1483.        -je1 options as well as to the -jb, -jb1, and -jb2 options.
  1484.  
  1485.        Examples:  ARJ y archive -je1  convert an archive to an SFX
  1486.               ARJ y archive -jb   make an archive a backup type
  1487.               ARJ y archive -jb1  reset the backup flag
  1488.               ARJ y archive -jb2  unmark all backup files
  1489.  
  1490.  
  1491.      ARJ SWITCH OPTIONS:
  1492.  
  1493.     ?: Display full help screens
  1494.  
  1495.        The command "ARJ -?" displays several screens of help
  1496.        information with page pauses.  The command "ARJ -? -jp" displays
  1497.        the help screens without page pauses.  You can also redirect the
  1498.        output to a file as in:
  1499.  
  1500.        ARJ -? > help.txt
  1501.  
  1502.        ARJ may not detect network file redirection and will pause per
  1503.        screenful.
  1504.  
  1505.     -: skip any more switch options
  1506.  
  1507.        The switch option "--" will cause ARJ to stop looking for any
  1508.        more switch options on the command line.  This is useful for
  1509.        entering filenames beginning with "-".
  1510.  
  1511.        Example:  ARJ a archive -- -file
  1512.  
  1513.     +: inhibit ARJ_SW usage
  1514.  
  1515.        The switch option "-+" will inhibit ARJ from using the value of
  1516.        the ARJ_SW variable in ARJ switch processing.
  1517.  
  1518.        Example:  ARJ a archive -+ *.*
  1519.  
  1520.        The "-+" option can now be used to specify an environment variable
  1521.        name to use in place of the default "ARJ_SW".  This option can only
  1522.        be used on the command line.
  1523.  
  1524.        Example:  ARJ a archive -+ARJ_SW2
  1525.  
  1526.     &: install critical error handler
  1527.  
  1528.        By default, ARJ sets up a default interactive critical error
  1529.        handler to handle errors like "sector not found" and "drive not
  1530.        ready".  The user has the option of retrying the failed
  1531.        operation.  The user user can press Control BREAK to abort to
  1532.        DOS.
  1533.  
  1534.        The "-&" option sets ARJ to install a non-interactive critical
  1535.        error handler.  This is designed for unattended ARJ use.  This
  1536.        handler will intercept errors that produce the "Abort, Retry ..."
  1537.        error messages like bad sector errors and file sharing
  1538.        violations.    It can be specified on the command line or via the
  1539.        environment variable.  Please note that if you specify "-&" on
  1540.        the command line, the handler is installed immediately before any
  1541.        files are processed.  If you specify "-&" in the environment, ARJ
  1542.        will not install the handler until all switches are processed.
  1543.  
  1544.     !: set list char
  1545.  
  1546.        This option allows the user to set the character used for list
  1547.        files.  The option "-!" with no specified character toggles
  1548.        (turns off) the current list file character (default "!").
  1549.  
  1550.        Syntax:  ARJ a archive -!@ @list.fil
  1551.             ARJ a archive -! !.bat
  1552.  
  1553.        The first example above sets the list file character to the one
  1554.        used by LHA and PKZIP.
  1555.  
  1556.     $: add/extract volume label
  1557.  
  1558.        This option allows the user to store or extract DOS volume
  1559.        labels in ARJ archives.  It is possible to have multiple labels
  1560.        in one archive.  At ARJ 2.10 and above, you can only add or
  1561.        extract volumes labels at DOS 2.0 and above.  The "-$" option
  1562.        may be specified with or without a drive specification.  The
  1563.        drive can be specified by appending the letter and optionally
  1564.        the ":" to "-$".  If none is specified, ARJ assumes the current
  1565.        drive unless a specified target base directory has a drive
  1566.        specification.
  1567.  
  1568.        WARNING:  Currently, ARJ allows more than one volume label and
  1569.        duplicate volume labels in the same archive.  You can delete one
  1570.        or more duplicate labels with the "ARJ d -q archive label"
  1571.        command.  ARJ will query you on each occurrence of "label".
  1572.        This "faulty" mechanism allows a file and label of the same name
  1573.        to be added to an archive.  The capability of having duplicate
  1574.        labels in the same archive MAY NOT be present in future versions
  1575.        of ARJ.
  1576.  
  1577.        The SFX and SFXJR modules DO NOT support volume label extraction!
  1578.  
  1579.        On the list screen, volume labels will be indicated by the "V"
  1580.        under the "T" column.
  1581.  
  1582.        Syntax:  ARJ a archive -$           add all files and the label
  1583.                            of the current drive.
  1584.             ARJ a archive ... -$B      add only the label of drive B
  1585.             ARJ a archive ... -$B:     add only the label of drive B
  1586.             ARJ u archive ... -$B:     add only the label of drive B
  1587.  
  1588.        To extract volume labels, you must select the label by setting
  1589.        "-$" and specifying a matching wildname/filename.
  1590.  
  1591.        Syntax:  ARJ e archive doslabel -$  extract the label named
  1592.                            doslabel to the current drive.
  1593.             ARJ e archive -$D:           extract all files to the
  1594.                            current drive and extract the
  1595.                            label to drive D:.
  1596.             ARJ e archive label B:\ -$ extract all files to B:\ and
  1597.                            the label to drive B.
  1598.  
  1599.        ARJ will display all labels over 8 characters with a "." in it
  1600.        like a normal DOS filename.    However, ARJ will not restore this
  1601.        extra "." when extracting.  ARJ will only create standard
  1602.        uppercase DOS volume labels.
  1603.  
  1604.        Volume labels created by utilities other than standard DOS
  1605.        commands like LABEL and FORMAT may cause label access problems
  1606.        for ARJ.  For example, Norton's VL.EXE can create labels with
  1607.        lowercase letters.  You will need to use LABEL.COM to delete
  1608.        these labels in order to let ARJ set a new label.  Programs that
  1609.        delete unusual labels must do absolute writes to disk or use a
  1610.        wildcard ("*.*") delete of files with the label attribute in the
  1611.        root directory.  A single bit corruption in the program can
  1612.        result in the deletion of ALL files in the root.  ARJ currently
  1613.        chooses not to take that risk.
  1614.  
  1615.     #: select files by order number
  1616.  
  1617.        The "-#" option allows the user to select files from an archive
  1618.        by their order number in the archive.  For example, the number 1
  1619.        selects the first file in the archive.  This option is useful in
  1620.        selecting files where there are duplicates in the archive.  It
  1621.        is also useful for batch type utilities that need to extract
  1622.        files sequentially from an archive for processing.  Archive menu
  1623.        programs should find this option very useful in processing
  1624.        archives with duplicate filenames.
  1625.  
  1626.        You can specify a series of files with the n1-n8 type syntax.
  1627.        No embedded spaces are allowed.
  1628.  
  1629.        ARJ e archive -# 1 4 12-25 40-100
  1630.  
  1631.        NOTE that the order number starts from 1 for each individual
  1632.        archive including multiple volume archives.    In other words, the
  1633.        first file in archive.a04 is number 1.
  1634.  
  1635.        Do NOT mix filenames with the numbers other than the base
  1636.        directory.
  1637.  
  1638.        Example:  ARJ e -# archive basedir\ 1 3 5 20 21
  1639.  
  1640.     a: allow any file Attribute
  1641.  
  1642.        By default ARJ will not select system or hidden files via
  1643.        wildcarding unless the "-a" option is specified.
  1644.  
  1645.        The "-a1" switch sets ARJ to add any directories in the selected
  1646.            set of matching filespecs to the archive being built.  This
  1647.        switch also selects hidden and system files as in the "-a"
  1648.        switch.  Even empty directories will be added.  The "l" command
  1649.        will display such directories with a "D" under the "T" (file
  1650.        type) header.
  1651.  
  1652.        Older releases of ARJ will skip over empty directory entries.
  1653.        The ARJSFX and ARJSFXJR modules CAN process empty directory
  1654.        entries.
  1655.  
  1656.        This option is useful for saving software directories with
  1657.        needed empty directories.
  1658.  
  1659.     b: Backup changed files
  1660.  
  1661.        The "-b" switch will select only files that have the archive bit
  1662.        set.
  1663.  
  1664.        If you specify the "-b1" option, files with the archive bit set
  1665.        will be selected and the archive bits of all archived files will
  1666.        be reset after a successful archive has been built.
  1667.  
  1668.        Example:  arj a a:backup1 c:\*.* -b1 -r -va     simulates BACKUP
  1669.        command.
  1670.  
  1671.        The "-b2" switch does NOT select files.  It causes ARJ to reset
  1672.        the archive bits of added files.  If the "-f" or "-u" option has
  1673.        been selected, ARJ will reset the archive bits of files that are
  1674.        already duplicated in the archive.
  1675.  
  1676.        Example:  arj a e:archive c:\*.* -b2 -r    archives all files on
  1677.        the C drive and resets all archive bits.
  1678.  
  1679.        The "-b3" switch is used to reset the archive bits of files
  1680.        being extracted.  It is useful for setting the archive state so
  1681.        that a subsequent incremental backup will not backup these
  1682.        extracted files.
  1683.  
  1684.     c: skip time-stamp Check
  1685.  
  1686.        Normally with the "u" and "f" commands, ARJ will only update
  1687.        files to an archive which are newer.  The "-c" switch will set
  1688.        ARJ to update the archive regardless of the date-time modified
  1689.        time stamps.
  1690.  
  1691.        When extracting files from an archive with the "-y" and "-f"
  1692.        switches set, ARJ would normally skip extracting older files.
  1693.        The "-c" switch will set ARJ to extract these older files.
  1694.  
  1695.     d: with Delete (move)
  1696.  
  1697.        This switch provides the standard MOVE command.  Successfully
  1698.        added files will be deleted.  When used with the "-f" or "-u"
  1699.        option, ARJ will also delete files that are already duplicated
  1700.        in the archive.  ARJ will prompt the user before deleting the
  1701.        files unless the "-y" switch is specified.  Also, you can use
  1702.        the "m" command which does not prompt before deleting the files.
  1703.        At ARJ 2.30, when using the "-a1" to specify the selection of
  1704.        directories, ARJ will also delete the selected directories.
  1705.  
  1706.        ARJ a archive filename -d -y       is equivalent to
  1707.  
  1708.        ARJ m archive filename          and
  1709.  
  1710.        ARJ a archive filename
  1711.        delete filename
  1712.  
  1713.        The ARJ e and ARJ x commands now accept the "-d" option to
  1714.        provide an extract and delete option.  This feature requires
  1715.        that you specify the files to extract and delete.
  1716.  
  1717.        ARJ e archive -d file1 file2
  1718.  
  1719.     e: Exclude paths from filenames
  1720.  
  1721.        By default ARJ always stores the pathname of the archived file.
  1722.        This switch will set ARJ to store only the filename component.
  1723.  
  1724.        The "-e1" switch option sets ARJ to NOT store the base directory
  1725.        name with the filenames in the archive.
  1726.  
  1727.        Example:  ARJ a archive C:\SOFTWARE\ARJ\ *.* -r -e1
  1728.  
  1729.        In the above example, ARJ will NOT store the C:\SOFTWARE\ARJ\ as
  1730.        part of the filenames.
  1731.  
  1732.        When updating files within an archive, ARJ uses the full
  1733.        pathname to match against the full name of the selected files.
  1734.        The "-e" and "-e1" option affect this exact matching.  If "-e"
  1735.        is specified, only the filespecs of the selected files will be
  1736.        matched against the full pathname of the files in the archive.
  1737.        If "-e1" is specified, the full pathname minus the base
  1738.        directory of the selected files is used to match against the
  1739.        full pathname of the files in the archive.
  1740.  
  1741.        In other words, ARJ will only update a file within an archive if
  1742.        the name of the new file as stored in the archive would be
  1743.        identical to the name of the original file stored in the
  1744.        archive.
  1745.  
  1746.     f: Freshen existing files
  1747.  
  1748.        This switch used with the "e" or "x" commands sets ARJ to only
  1749.        extract newer files from the archive.
  1750.  
  1751.        This switch used with the "m" command sets ARJ to update only
  1752.        input files with newer dates than the ones in the archive.
  1753.        After the archive has been updated, all updated selected files
  1754.        and all up to date selected files will be deleted.
  1755.  
  1756.        The ARJ m -f command is very similar to the LHARC m command.
  1757.  
  1758.     g: Garble with password
  1759.  
  1760.        This switch followed by a password "-gpassword" will encrypt or
  1761.        decrypt an archived file.  During a "l" or "v" command, a
  1762.        garbled file will display an "G" after the method number.
  1763.  
  1764.        Example:  ARJ e archive -gpassword
  1765.  
  1766.        If the "-g" option is followed by a question mark "?", ARJ will
  1767.        prompt the user for the password without displaying the password
  1768.        input.  The backspace key can be used to erase characters.
  1769.  
  1770.        Example:  ARJ a archive -g?
  1771.  
  1772.        Using the wrong password during extraction will result in a
  1773.        "Bad file data" or "CRC error" error message.
  1774.  
  1775.     i: with no progress Indicator
  1776.  
  1777.        Do not display the percentage progress indicator.  The progress
  1778.        indicator appears during the add, extract, search, and test
  1779.        operations.
  1780.  
  1781.        The "-i1" option provides a bar type graphical progress
  1782.        indicator for the compression, extraction, and testing type
  1783.        commands of ARJ.  This provides an alternative to the simple
  1784.        numeric increasing percentage progress indicator.
  1785.  
  1786.        The "-i2" option provides a combined percentage and bar progress
  1787.        display.
  1788.  
  1789.     j: selects alternate set of switch characters.
  1790.  
  1791.        This switch toggles the set of switch characters.  The toggle is
  1792.        reset at end at of each separate switch sequence back to the
  1793.        main set of switch characters.
  1794.  
  1795.        For example, "-ja" is not the same function as "-a".  However,
  1796.        "-jja" is the same as "-a" because of the double toggle.  Also,
  1797.        "-jaje" is NOT the same as "-ja -je".  The switch sequence
  1798.        "-jae" is the same as "-ja -je".
  1799.  
  1800.     k: Keep a .BAK of ARJ archive
  1801.  
  1802.        Create a ".BAK" of the original archive file during an update.
  1803.        The original archive will be suffixed with ".BAK".  Any existing
  1804.        ".BAK" file will be overwritten.
  1805.  
  1806.        This has no relation to "backup type" ARJ archives.
  1807.  
  1808.     l: create List_name file
  1809.  
  1810.        This switch will set ARJ to dump to the filename specified after
  1811.        the "-l" switch all of the filenames to be processed by this ARJ
  1812.        command.  For add type commands, this list contains all files
  1813.        that matched the file wildnames given on the command line.  For
  1814.        other commands, the file will contain only the original
  1815.        filenames and/or wildcard names.  Other options do NOT affect
  1816.        the output of filenames to this list file.  To get an index file
  1817.        for backup purposes, use the "-ji" option.
  1818.  
  1819.        This list file can be used as a listfile on the command line.
  1820.  
  1821.        Example:  ARJ a -lname.lst archive *.exe
  1822.  
  1823.        This example will create a file named "name.lst" with all *.exe
  1824.        files.
  1825.  
  1826.     m: with Method 0, 1, 2, 3, 4
  1827.  
  1828.        Method 0 = storing    (no compression)
  1829.        Method 1 = best compression for general use
  1830.                 (default compression method)
  1831.                 (requires 300,000 plus bytes memory)
  1832.        Method 2 = slightly less compression and faster
  1833.                 (requires 282,000 plus bytes memory)
  1834.        Method 3 = less compression and less memory and faster
  1835.                 (requires 250,000 plus bytes memory)
  1836.        Method 4 = fastest compression
  1837.                 (requires 235,000 plus bytes memory)
  1838.  
  1839.        Example:  ARJ a archive *.exe -m2
  1840.  
  1841.        The "-jm" option will usually improve the size reduction of
  1842.        methods 1 and 2 at the cost of speed and memory.  The behavior
  1843.        of "-jm" with -m3 and -m4 is UNDEFINED.
  1844.  
  1845.        Method 4 uses a different decoder than 1 to 3.  Method 4 is
  1846.        almost twice as fast as method 1.
  1847.  
  1848.        During extraction, ARJ uses less memory than during compression.
  1849.        See the section on ARJ LIMITATIONS for more memory usage
  1850.        information.
  1851.  
  1852.     n: only New files (not exist)
  1853.  
  1854.        With the "e" or "x" commands, extract files that do not exist in
  1855.        the target directory.
  1856.  
  1857.        WIth the "a" or "m" commands, archive files that do not exist in
  1858.        the target archive.
  1859.  
  1860.     o: On or after date YYMMDDHHMMSS
  1861.  
  1862.        The switch "-o" by itself means select files modified today.  If
  1863.        "-o" is followed by a date and optionally a time, ARJ will only
  1864.        select files modified on or after that date-time.
  1865.  
  1866.        Example:  ARJ a test -o9001021700    means select files modified
  1867.        on or after Jan 2, 1990, 5:00 PM.
  1868.  
  1869.        Years less than "80" will be considered as 21st century years.
  1870.  
  1871.        There is no option for using other date-time formats.
  1872.  
  1873.        The switch "-ob" selects files modified before today.  If "-ob"
  1874.        is followed by a date and optionally a time, ARJ will only
  1875.        select files modified before that date-time.
  1876.  
  1877.        ARJ now accepts the use of "-o" and "-ob" options simultaneously
  1878.        to specify a range of selected dates.  This is useful for
  1879.        selecting files on a specific date.
  1880.  
  1881.        Example:  ARJ a archive *.* -o910101 -ob910102
  1882.  
  1883.        The "-o" option and/or the "-ob" option will default to today's
  1884.        date at midnight (0000 hrs) when specified without dates.
  1885.  
  1886.        The "-od" switch sets ARJ to select files no older than the
  1887.        specified number of days.  The days are calculated from
  1888.        midnight.
  1889.  
  1890.        Examples:  ARJ a archive -od0    select files modified today
  1891.               ARJ a archive -od1    select files modified yesterday
  1892.                         and today
  1893.  
  1894.     p: match using full Pathnames
  1895.  
  1896.        When "-p" is specified, ARJ looks for an exact pathname match.
  1897.        This can be modified by the "-e" option.
  1898.  
  1899.        For non-update commands and specified filenames with paths, ARJ
  1900.        will match the full path with or without the "-p" switch.
  1901.  
  1902.        To match directory paths that contain subdirectories, you should
  1903.        use the "-p1" switch.  This switch sets ARJ to match only the
  1904.        initial portion of the pathnames against the wildnames
  1905.        specified.  For example, if your archive contains the TURBOC++
  1906.        directory named TC and you wish to extract the INCLUDE
  1907.        subdirectory along with the subdirectory INCLUDE\SYS, you can
  1908.        use the following command:
  1909.  
  1910.        ARJ e archive TC\INCLUDE\*.* -p1
  1911.  
  1912.        If you wanted to extract all of the INCLUDE\S*.* files including
  1913.        the contents of the SYS subdirectory, you can use the following
  1914.        command:
  1915.  
  1916.        ARJ e archive TC\INCLUDE\S*.* -p1
  1917.  
  1918.     q: Query on each file
  1919.  
  1920.        This switch causes ARJ to prompt the user prior to acting upon
  1921.        each archived file for all but the "j", "l", "t", "v", and "w"
  1922.        commands.  This allows you to selectively delete, add, etc.
  1923.  
  1924.     r: Recurse subdirectories
  1925.  
  1926.        This switch will set ARJ to recurse any wildcards specified on
  1927.        the command line including ARJ archive filenames by traversing
  1928.        all subdirectories scanning for matches.
  1929.  
  1930.        ARJ will also recurse non-wildcard filenames as in:
  1931.        ARJ a archive FILE.BBS -r
  1932.  
  1933.     s: set archive time-Stamp
  1934.  
  1935.        This switch causes ARJ to set the date-time stamp of the archive
  1936.        to that of the newest file in the archive.
  1937.  
  1938.        This option will also work with non-update commands as in:
  1939.        ARJ l archive -s ...
  1940.  
  1941.        The "-s1" switch is used to keep the old archive date-time
  1942.        stamp.  The new archive will have the same timestamp as the
  1943.        original archive.
  1944.  
  1945.        The "-s2" switch is like the "-s" switch except that it only
  1946.        works for archive modification commands.  This makes it more
  1947.        suitable for use in the ARJ_SW environment variable.
  1948.  
  1949.     t: set file Type
  1950.  
  1951.        This switch causes ARJ to open and read the file to be archived
  1952.        in binary or text mode.  The default is binary mode (-t0).  To
  1953.        archive in text mode, use the -t1 switch.  The "-t" switch is
  1954.        equivalent to "-t0".
  1955.  
  1956.        If you specify the switch "-t0", ARJ will always use the binary
  1957.        mode even for freshening text mode files already in the archive.
  1958.  
  1959.        The file type "text" is only needed for future cross platform
  1960.        transfers of ARJ archives.  It enables ARJ to extract text files
  1961.        to the host file system with the text newline sequence that is
  1962.        correct for that operating system.
  1963.  
  1964.        However, this mode may produce slightly better size reduction.
  1965.        The "-t1" option combined with "-jh65000" can produce some of
  1966.        the best size reduction numbers.  Extraction of files compressed
  1967.        in text mode is slower than the extraction of binary files.
  1968.  
  1969.        You should NOT use the "-t1" switch while archiving in multiple
  1970.        volume mode.
  1971.  
  1972.        DO NOT use the text mode on non-text files!!!  On non-text files
  1973.        ARJ will prematurely stop input if it finds an embedded EOF
  1974.        character (CTL Z).  This will produce a LOSS of data on binary
  1975.        files.  As of ARJ 2.30 and UNARJ 2.30, ARJ will extract text
  1976.        mode data in 8-bit format when extracted to the original type of
  1977.        platform.  Only when the text file is extracted to a different
  1978.        type of platform will the 8-bit text be stripped to 7-bit text.
  1979.  
  1980.        In "-t1" text mode, ARJ will look at the first 4096 bytes of the
  1981.        input file looking for non-text characters.    In "-t1g" text with
  1982.        graphics mode, ARJ will look at the first 4096 bytes of the
  1983.        input file looking for too many byte values over hex 7F.  If ARJ
  1984.        finds either condition it will automatically backtrack and
  1985.        switch to "-t0" (default) binary mode for that particular file.
  1986.        In addition at the end of compressing the input file, if ARJ
  1987.        finds that the input file size is not greater than 80 percent of
  1988.        the binary file size (size on disk), ARJ will backtrack and
  1989.        re-archive that file in binary mode.  This should help avoid the
  1990.        problem of accidentally compressing executable files with the
  1991.        "-t1" option which results in lost data.  These tests are not
  1992.        foolproof.
  1993.  
  1994.        The original file size reported by the "l" and "v" commands is
  1995.        the actual number of bytes input during text mode compression.
  1996.        This is usually the MS-DOS file size minus the number of
  1997.        carriage returns in the file, since C text mode strips a file of
  1998.        carriage returns.  There can be problems with the filesize
  1999.        because compressing in TEXT mode can be LOSSY (unnecessary
  2000.        characters may be lost).  This can cause problems for some
  2001.        archive conversion programs that check filesizes.
  2002.  
  2003.        The "-t" option has been modified to allow setting file type by
  2004.        suffix similar to "-js" option.  If you want to set the file type
  2005.        to text mode for .ASM and .C files, you would specify the option
  2006.        "-t1.asm.c".
  2007.  
  2008.        ARJ a archive *.* -t1.asm.c.h.doc
  2009.        ARJ a archive *.* -t1g.txt.doc
  2010.  
  2011.        If you to specify the binary file type by suffix, you must specify
  2012.        the default file type to text and then specify the type by suffix,
  2013.        because the default file type is normally binary.
  2014.  
  2015.        ARJ a archive *.* -t1 -t0.com.exe.obj
  2016.  
  2017.        Because of the way ARJ checks all files to be archived in text
  2018.        mode, some true text files will not pass the test.  In this
  2019.        case, you can specify the "f" modifier to force text mode.  This
  2020.        modifier can be combined with the "-t1." suffix option.  The "f"
  2021.        modifier must follow the "g" modifier if any.
  2022.  
  2023.        ARJ a archive *.bat -t1f
  2024.        ARJ a archive *.txt -t1gf
  2025.        ARJ a archive *.* -t1f.bat.asm.doc
  2026.  
  2027.        One trick that you can do with the -t1 option is to convert UNIX
  2028.        text files to MS-DOS text files.  If you have extracted the
  2029.        files out of the ZOO 2.10 archive and need to convert the
  2030.        linefeeds to carriage return/linefeed, you can use the following
  2031.        commands:
  2032.  
  2033.        ARJ a archive *.* -m0 -t1
  2034.        ARJ e archive *.* -y
  2035.  
  2036.     u: Update files (new and newer)
  2037.  
  2038.        This switch used with the "e" and "x" commands causes ARJ to
  2039.        extract newer and non-existing files.
  2040.  
  2041.        This switch used with the "m" command causes ARJ to update only
  2042.        input files with newer dates than the ones in the archive and
  2043.        add new files to the archive.  After the archive has been
  2044.        updated, all added files and updated selected files and all up
  2045.        to date selected files will be deleted.
  2046.  
  2047.     v: enable multiple Volumes
  2048.  
  2049.        This switch is required to put ARJ into multiple volume mode.
  2050.  
  2051.        This switch allows the creation of multiple volumes in the ADD
  2052.        mode.  The command "arj a a:arjvol \*.* -b -r -v360000" allows a
  2053.        user to backup up all files changed since the last backup to
  2054.        multiple floppy disks.  ARJ will pause between volumes to allow
  2055.        changing disks.  Subsequent volumes will be suffixed .A01, .A02,
  2056.        .A03, ... , .A99, .A00, .A01, etc.  You can start the volume
  2057.        series at .A01 by specifying the full name of the starting
  2058.        archive as "name.A01".
  2059.  
  2060.        After the pause to change diskettes, ARJ will check to make sure
  2061.        that the diskette has been changed.    However, this check is
  2062.            limited to 3 retries for the same volume.
  2063.  
  2064.        ARJ normally only creates volumes numbered up to .A99 for one
  2065.        hundred uniquely named volumes.  Then the numbers roll over to
  2066.        .A00.  When the archive name ends in .000, ARJ will create
  2067.        volumes numbered up to .999 for one thousand uniquely named
  2068.        volumes.  You can also start the series at .001.
  2069.  
  2070.        Example:  ARJ a -v720 -y -r archive.000 d:\
  2071.  
  2072.        Archived files can be split across volumes.    ARJ will try to
  2073.        fill each volume to within 200 to 1000 bytes of specified
  2074.        maximum size.
  2075.  
  2076.        The modifier "w" specifies to ARJ that files are NOT to be split
  2077.        across volumes except for one case.    That case is where the
  2078.        archived file would not fit in ONE whole volume.  This feature
  2079.        does not optimize the use of space in these type of volumes.
  2080.        With this feature, it is possible to have a volume of only 100
  2081.        or less bytes.
  2082.  
  2083.        An advantage to "w" type volumes is that updating of these
  2084.        volumes is supported for the "f"reshen command and other
  2085.        commands that do not add new files to the archive.  You can add
  2086.        files to these volumes only if you do NOT limit the volume size.
  2087.  
  2088.        The command "arj x a:arjvol -v" would restore files starting
  2089.        from arjvol.arj.  You must specify the entire ARJ volume name
  2090.        including the .Ann suffix when starting from the middle of a
  2091.        series of volumes or when the series starts with ".A01" or
  2092.        ".000", etc.
  2093.  
  2094.        You can suppress the next volume prompt with the "-jyv" option.
  2095.        When the multiple volume ARJ files to be used are located on
  2096.        drives with removable media (diskette drives, etc.), ARJ will
  2097.        ALWAYS PROMPT for the next diskette even with the "-y" option
  2098.            specified.  At DOS versions before 3.0, only drives A and B are
  2099.        considered removable.
  2100.  
  2101.        ARJ x a:arjvol -v -jyco
  2102.  
  2103.        The above example extracts in multiple volume mode and
  2104.        suppresses prompting for permission to create directories and to
  2105.        overwrite existing files.  ARJ will assume yes in these cases.
  2106.  
  2107.        Because of the splitting process, archived split files with a
  2108.        size of zero bytes are possible.  This is not an error.
  2109.  
  2110.        If you comment your archives with long comments, you should take
  2111.        that into account when specifying volume size.  You should
  2112.        specify a smaller volume size during the "a" command before
  2113.        adding the comments.
  2114.  
  2115.        The "-v" switch will accept the abbreviations 360, 720, 1200,
  2116.        and 1440.  These will be translated to 362,000, 730,000,
  2117.        1,213,000, and 1,457,000 bytes, respectively.  Please note that
  2118.        if the available disk space is less than the requested amount,
  2119.        ARJ will prompt the user for permission to continue.
  2120.  
  2121.        You can use the "K" modifier as a shortcut for "000".  For
  2122.        example, 100K means 100000.    "K" does NOT mean 1024.
  2123.  
  2124.        The "-vv" switch turns on the next volume beep option.  When you
  2125.        select this option, ARJ will sound a beep prior to the next
  2126.        volume.
  2127.  
  2128.        The "-va" switch sets the disk space auto-detect option.  ARJ
  2129.        will check for the disk space available on the target directory
  2130.        and try to use all or most of it.  This option is aimed at
  2131.        diskette usage.  Please note that this switch option detects
  2132.        free disk space.  It does not detect formatted disk space.
  2133.        If the space available is less than 10,000 bytes, ARJ will
  2134.        prompt the user for permission to continue.    Please note that
  2135.        ARJ can support the use of diskettes formatted at higher than
  2136.        normal capacities such as 3.5 inch HD diskettes formatted at
  2137.        1.6 MB.
  2138.  
  2139.        Examples:  ARJ a A:backup -b -va
  2140.               ARJ a backup -v360
  2141.  
  2142.        The "r" modifier allows the reservation of disk space on the
  2143.        first volume.  The number after the "r" specifies the space to
  2144.            reserve.  This is useful for software installation volumes.
  2145.  
  2146.        Example:  ARJ a install -v360r50K   make first volume 50000
  2147.                            bytes smaller than 360K.
  2148.  
  2149.        The switch modifier "s" can be used to make ARJ execute one
  2150.        specified system command prior to each volume or make ARJ pause
  2151.        for manual execution of system commands.  This is useful for
  2152.        purging target diskettes before ARJ writes to them.
  2153.  
  2154.        The switch modifier "z" is identical to the "s" modifier except
  2155.        that the system command is NOT echoed to the screen.
  2156.  
  2157.        Optionally, after the "s" modifier, you can specify a system
  2158.        command or batch file name.    ARJ will automatically execute the
  2159.        command or batch file before each volume.  If the command has
  2160.        embedded blanks, then the entire switch option must be
  2161.        surrounded by double quotes.  The system command is executed
  2162.        before ARJ executes the auto-detect space option.
  2163.  
  2164.        Examples:  ARJ a A:backup -vas
  2165.               ARJ a A:backup -vvas
  2166.               ARJ a A:backup -v360s
  2167.               ARJ a A:backup -vvw360s
  2168.               ARJ a A:backup -vaspurge.bat
  2169.               ARJ a A:backup -v360sdelete.bat
  2170.               ARJ a A:backup "-vasFORMAT A:"
  2171.               ARJ a A:backup "-vasDIR C:\ "
  2172.  
  2173.        Note that the last example has a space before the last double
  2174.        quote mark.    If the last space is missing, the internal command
  2175.        line parser will make the double quote mark part of the DIR
  2176.        command.
  2177.  
  2178.        The "-v" switch now accepts its modifiers in any order.  The "s"
  2179.        and "z" modifiers must be last because any succeeding text is
  2180.        considered the system command to execute.
  2181.  
  2182.        Examples:  ARJ a volume -vavw    beep, autosize, whole files
  2183.               ARJ a volume -vavsDIR    beep, autosize, execute DIR
  2184.  
  2185.        Volume archives can be used as stand-alone archives for non-update
  2186.        commands save for the files that are split across volumes.
  2187.  
  2188.        It is recommended that the "-jt" (test archive) option be used
  2189.        with the "-v" switch to ensure perfectly built volumes as it is
  2190.        tedious to retest volumes after they are built.
  2191.  
  2192.        During ARJ operation in non-update commands, ARJ will not abort
  2193.        when it cannot open the correct sequential ARJ volume archive.
  2194.        It will report the open error and proceed to the "Ok to process
  2195.        the next volume?" prompt.  At this point it is possible to swap
  2196.        diskettes to put the correct volume in place.  This feature is
  2197.        disabled if the "next volume" prompt has been disabled.
  2198.  
  2199.        For those who have enough free hard disk space, the -v option
  2200.        can be used to make backing up the hard disk fairly easy.  ARJ
  2201.        can be set to create multiple floppy sized volumes on the hard
  2202.        disk for later copy to diskettes.  So even if ARJ is slow, you
  2203.        can fire up an ARJ backup and some time later, you can quickly
  2204.        copy the volumes to floppies.  Below are sample backup commands:
  2205.  
  2206.        arj a backup *.* -b2 -r -v360 -y -jt -js    full backup
  2207.        arj a backup *.* -b1 -r -v360 -y -jt -js    incremental backup
  2208.  
  2209.        See the "-jn" and "-jx" options to see how to recover from an
  2210.        abort in the middle of a backup type operation.
  2211.  
  2212.        *****************************************************************
  2213.  
  2214.        WARNING:  Updating multiple volume archives with the "-v" switch
  2215.        set is NOT supported or recommended.  By default, ARJ will not
  2216.        allow the updating of multiple volume archives.  You can specify
  2217.        the "-hu" option to bypass this protection.
  2218.  
  2219.        Example:  ARJ c archive -hu -zcomment.txt
  2220.  
  2221.        *****************************************************************
  2222.  
  2223.        TIP:
  2224.  
  2225.        To pre-determine the number of diskettes required to archive a
  2226.        set of data, you can take advantage of the "s" option of the
  2227.        "-v" switch.  The "s" option lets you execute a DOS command
  2228.        prior to each volume.  You can specify a command that deletes
  2229.        the previously created archive volume.  This lets you use the
  2230.        same floppy diskette/hard disk space to build the multiple
  2231.        volumes.
  2232.  
  2233.        Example:  ARJ a -r "-vasdel a:volume.a??" -y a:volume c:\*.*
  2234.  
  2235.     w: assign Work directory
  2236.  
  2237.        This switch option is HIGHLY recommended if you are archiving
  2238.        directly to diskettes or if you have a sufficient RAMDISK space.
  2239.  
  2240.        By default, ARJ builds a new ARJ archive file in the same
  2241.        directory as the old archive file.  By specifying the "-w"
  2242.        switch, you can specify the working directory where the
  2243.        temporary archive file will be built.  After the temporary
  2244.        archive file is built, it is copied over the original one and
  2245.        deleted.
  2246.  
  2247.        Normally ARJ requires enough disk space for the original archive
  2248.        and the new temporary archive.  Specifying the "-w" switch
  2249.        allows you to move some of that disk space requirement to
  2250.        another directory.
  2251.  
  2252.        When using the "-w" switch while archiving to multiple volumes,
  2253.        ARJ will check the available disk space in the work directory.
  2254.        If there is not enough space, ARJ will prompt for permission to
  2255.        continue.  This prompt can be suppressed with the "-y" and
  2256.        "-jyk" switches.
  2257.  
  2258.        If the copy of the temporary archive on top of the original
  2259.        archive fails because of an I/O error, you will have to manually
  2260.        do the copy.  ARJ will not delete the temporary archive in this
  2261.        error situation.  If you CTL BREAK during the copy process, ARJ
  2262.        will delete both the temporary archive and the original archive
  2263.        files.
  2264.  
  2265.        Example:  ARJ a -we:\temp\ archive *.c
  2266.  
  2267.        For speed reasons, you should always use the "-w" option when
  2268.        creating or modifying archives on diskettes.  You should specify
  2269.        a work directory on your hard disk or ramdrive.
  2270.  
  2271.        Example:  ARJ a -we:\ b:archive *.c
  2272.  
  2273.     x: Exclude filenames
  2274.  
  2275.        This switch is used to exclude filenames or wildnames from the
  2276.        list of filenames to be processed.
  2277.  
  2278.        Example:  ARJ a archive soft\*.* -r -x*.exe -x*.obj -xtest
  2279.  
  2280.        This example will archive all files in the soft directory and
  2281.        subdirectories with the exception of any files named "test"
  2282.        or ending in ".exe" and ".obj".
  2283.  
  2284.        You can also specify an exclude file list by preceding the
  2285.        filename with the list character "!".  The exclude file list
  2286.        must contain a list of filenames/wildnames one per line with no
  2287.        leading or trailing blanks.
  2288.  
  2289.        Example:  ARJ a archive soft\*.* -r -x!exclude.lst
  2290.  
  2291.        You can specify a pathname to exclude as in:
  2292.  
  2293.        ARJ a archive \dir\*.* -r -x\dir\*.*
  2294.  
  2295.        In the above example, ARJ will exclude all files in \dir
  2296.        but not the subdirectories in \dir.
  2297.  
  2298.        The "-x" option also allows you to exclude an entire path
  2299.        including subdirectories from being selected for processing.
  2300.  
  2301.        Syntax:  ARJ a archive C:\*.* -xC:\TEMP\
  2302.  
  2303.        The "\" after C:\TEMP indicates to ARJ that everything below
  2304.        C:\TEMP\ is to be excluded.
  2305.  
  2306.        Note that the exclude directory option requires that the
  2307.        directory be specified in the same relative path that the
  2308.        selected files use.
  2309.  
  2310.        Example:
  2311.  
  2312.        arj a archive \temp\*.* -x\temp\firstdir    is correct usage
  2313.        arj a archive \temp\*.* -xC:\temp\firstdir    is NOT correct because
  2314.                             of the C:
  2315.  
  2316.        The "-x" switch also works for non-update commands like
  2317.        "e"xtract and "l"ist.
  2318.  
  2319.        Examples:
  2320.  
  2321.        arj e archive -x*.exe       extract all files except *.exe files
  2322.        arj l archive -x*.exe -x*.obj   list all files except *.exe and *.obj
  2323.  
  2324.        A maximum of 8000 filenames or wildnames can be excluded.
  2325.  
  2326.        Note that the "-x" option is unaffected by the "-p" option.
  2327.  
  2328.     y: assume Yes on all queries
  2329.  
  2330.        Use this switch for batch type uses of ARJ.    This switch
  2331.        disables most of the normal user queries during ARJ execution.
  2332.        Use this switch to suppress overwrite queries in the "e" and "x"
  2333.        commands, to suppress the make new directory query in the "e"
  2334.        and "x" commands, to suppress the new filename prompt when an
  2335.        open file operation fails in the "e" and "x" commands, to
  2336.        suppress the pause during the "s" command and to suppress the
  2337.        next volume pause using the "-v" option to create volumes on the
  2338.        hard disk.
  2339.  
  2340.        The "-y" switch will NOT suppress the "-v" next volume prompt
  2341.        when the archive is located on a drive with removable media
  2342.        such as a diskette drive.
  2343.  
  2344.        Use this option with due caution, especially during extraction
  2345.        as this sets ARJ to overwrite files.  However, the "-n" option
  2346.        can be used to avoid any overwriting.
  2347.  
  2348.        As an alternative, you can use the "-jy" option which lets you
  2349.        suppress individual types of user queries.
  2350.  
  2351.     z: supply file for archive comment
  2352.  
  2353.        The "-z" switch has been provided to facilitate batch commenting
  2354.        of ARJ archives with the "c" command.  When the "-z" option has
  2355.        been specified with or without a comment file, ARJ will only
  2356.        process the archive header comment and will skip any file
  2357.        commenting unless the "-jz" switch has been specified.
  2358.  
  2359.        A comment file containing only a single blank can be used to
  2360.        erase comments from ARJ archives.
  2361.  
  2362.        Syntax:  arj c archive -z
  2363.             arj c archive -zcomment.txt
  2364.             arj a archive -zcomment.txt
  2365.  
  2366.        The "-z" option also allows one to dump the ARJ archive header
  2367.        comment to a file.  This will only extract the main archive
  2368.        comment and not the individual file comments.
  2369.  
  2370.        Syntax:  arj e archive ... -zcomment.txt  dumps only the comment
  2371.             arj x archive -zcomment.txt      dumps comment and files
  2372.  
  2373.        ja: show ANSI comments
  2374.  
  2375.        Display any ANSI escape sequences unaltered.  By default, escape
  2376.        characters in comments are not displayed.  Not displaying ANSI
  2377.        command is the default because of ANSI BOMBS.  Using ANSI
  2378.        commands, it is possible to redefine the keyboard of users using
  2379.        certain ANSI drivers.  For example, a key could be redefined to
  2380.        "echo y | del \*.*".
  2381.  
  2382.       ja1: inhibit the display of the archive comment
  2383.  
  2384.        The "-ja1" switch will suppress the display of the archive
  2385.        comment.
  2386.  
  2387.        jb: set archive Backup type
  2388.  
  2389.        If you modify an archive with the "-jb", ARJ sets the backup
  2390.        flag in the archive.  On adding, updating, or moving files to an
  2391.        backup type archive where a duplicate filename exist, ARJ marks
  2392.        the original file as a backup and inserts a copy of the
  2393.        duplicate filename.    The backup flag will stay set until reset
  2394.        with the "-jb1" option.
  2395.  
  2396.        These backup files take up space in the archive.  They can be
  2397.        purged with the ARJ k command.
  2398.  
  2399.        Examples:  ARJ a -jb archive dir\file1
  2400.               ARJ e -jb archive dir\file2
  2401.               ARJ k archive *.c
  2402.               ARJ y -jb archive       just sets the backup flag
  2403.  
  2404.        Normally, backup files will not be selected by ARJ commands.  In
  2405.        other words, an ARJ l archive command will not display backup
  2406.        files.  However, the "-jg" option will include backup files in
  2407.        the selection process.  For example, ARJ l archive -jg will
  2408.        display all files including backup files.
  2409.  
  2410.        This option is especially useful for backing up files.  You can
  2411.        maintain several generations of the same file in the same
  2412.        archive.
  2413.  
  2414.       jb1: reset Backup type archive
  2415.  
  2416.        This switch allows you to reset the backup flag in a backup type
  2417.        archive.  Addition of files to such an archive will no longer
  2418.        result in files being marked as backups.  However, this option
  2419.        does not remove already existing backup files.
  2420.  
  2421.        Example:  ARJ y archive -jb1
  2422.              ARJ a archive filename -jb1
  2423.  
  2424.       jb2: unmark backup file
  2425.  
  2426.        The "-jb2" option is used with the "y" command to unmark files
  2427.        marked as backups.  Note that this may produce duplicate files
  2428.        in the archive.
  2429.  
  2430.        Example:  ARJ y archive -jb2        unmark all backup files
  2431.              ARJ y archive *.doc -jb2  unmark all *.doc files
  2432.              ARJ y archive -# -jb2 5   unmark the 5th file
  2433.  
  2434.       jb3: mark as backup file
  2435.  
  2436.        The "-jb3" option is used with the "y" command to mark files as
  2437.        backups.
  2438.  
  2439.        Example:  ARJ y archive -jb3        mark all files as backups
  2440.              ARJ y archive *.doc -jb3  mark all *.doc files
  2441.              ARJ y archive -# -jb3 5   mark the 5th file
  2442.  
  2443.        jc: exit after Count of files
  2444.  
  2445.        The "-jc" option sets ARJ to exit early from an archive scan
  2446.        when the specified number of files have been extracted, listed,
  2447.        printed, etc.  If no number has been specified, ARJ will set
  2448.        that number to the number of filename arguments.
  2449.  
  2450.        Examples:  ARJ e -jc archive file1 file2 file3
  2451.               ARJ e -jc5 archive *.bat
  2452.  
  2453.        Note that "*.*" is considered a count of ONE argument.
  2454.  
  2455.        This option does NOT WORK when modifying an archive.
  2456.  
  2457.        jd: ensure free Disk space
  2458.  
  2459.        In extraction mode, this option causes ARJ to always ensure that
  2460.        it will leave the user specified amount of disk space available.
  2461.        ARJ will skip files that would exceed the disk space available
  2462.        limit.  Files that are skipped will each count as an error.    The
  2463.        default free space is zero bytes.
  2464.  
  2465.        Example:  ARJ e archive basedir\ *.doc -jd100K
  2466.  
  2467.        In the above example, ARJ will not extract any files that will
  2468.        cause the disk free space to be less than 100,000 bytes.  The
  2469.        "K" is a synonym for "000".    For example, 100K means 100000.
  2470.  
  2471.        In "l"ist or "v"erbose list mode, this option sets an error
  2472.        check at the end of the listing screen based upon the total of
  2473.        the original sizes of the files selected.  If the total size
  2474.        would exceed the user specified free space limit, ARJ will
  2475.        report an error at the end of the listing screen.
  2476.  
  2477.        Example:  ARJ l archive *.doc -jd10000
  2478.  
  2479.        In this example, ARJ will report an error if the current
  2480.        available disk space minus the total of the *.doc files is less
  2481.        than the specified minimum of 10,000 bytes.
  2482.  
  2483.        Example:  ARJ e archive *.* -jd0
  2484.  
  2485.        In this example, ARJ will skip extraction of any files that
  2486.        would result in a disk full error.
  2487.  
  2488.        je: create self-Extracting archive
  2489.  
  2490.        This option causes ARJ to create a self-extracting .EXE file
  2491.        instead of an .ARJ file.  This ARJSFX self-extractor is about
  2492.        15000 bytes in size and supports full pathname extraction.  The
  2493.        "-je1" switch creates a smaller self-extracting .EXE file.  The
  2494.        ARJSFXJR module is about 5800 bytes in size.  Both modules
  2495.        supports display of the archive comment.  The ARJSFX module
  2496.        also provides a query to continue the extraction.
  2497.  
  2498.        The SFX modules do NOT support multiple volume archives.  That
  2499.        would serve little purpose because you would have to distribute
  2500.        multiple files anyway.  In this case, DEARJ (available to
  2501.        registered users) would serve adequately.  DEARJ supports all of
  2502.        ARJ extraction functionality including multiple volume archives.
  2503.  
  2504.        Please note that including the SFX modules, DEARJ, or ARJ as
  2505.        part of a hardware and/or software package ALWAYS REQUIRES an
  2506.        ARJ distribution license.
  2507.  
  2508.        At ARJ 2.10, the SFX executable modules are pre-compressed using
  2509.        LZEXE.  This may cause false indications with EXE scanning
  2510.        programs showing that an ARJ SFX archive is a LZEXE compressed
  2511.        file.  Only the executable header module is LZEXE compressed.
  2512.        The actual archive is ARJ compressed, of course.  The LZEXE
  2513.        header is modified to avoid extraction by UNLZEXE type programs.
  2514.        UNLZEXE may truncate an ARJ self-extractor of its archive.
  2515.  
  2516.        Both SFX modules have an identification string located in the
  2517.        first 1000 characters of the executable.  The identification
  2518.        string is "aRJsfX" without the quotes and in the exact case.
  2519.  
  2520.        The current commands ARJSFX supports are:
  2521.  
  2522.        Usage: ARJSFX [-command] [-switch(s)] [directory\] [file(s)]
  2523.  
  2524.        Commands:
  2525.        e: Extract files           v: Verbosely list contents
  2526.        l: List contents           x: eXtract files with pathname (default)
  2527.        t: Test contents
  2528.  
  2529.        Switches:
  2530.        a: show ANSI comments       n: only New files
  2531.        c: skip time stamp Check    p: match with Pathname
  2532.        f: Freshen existing files   s: Skip security check
  2533.        g: unGarble with password   u: Update files
  2534.        i: no progress Indicator    y: assume Yes on queries
  2535.  
  2536.        NOTE!!!  ARJSFX uses the "-" character before all commands and
  2537.        switches.  This is to allow extraction of files named e, l, etc.
  2538.  
  2539.        The default ARJSFX command is "-x" extract files with pathnames.
  2540.        At ARJSFX startup, the self-extracting archive will display any
  2541.        archive header comment followed by a query to "Continue
  2542.        extraction?".  This query can be suppressed by specifying the
  2543.        "-e", "-x" or "-y" options on the command line.
  2544.  
  2545.        When extracting pathnames, ARJSFX will prompt for permission to
  2546.        create new directories unless the "-y" option is specified.
  2547.        ARJSFX will create absolute or relative directories depending
  2548.        upon whether the root directory has been stored in the pathname
  2549.        in the archive.  Saving the root is done using the "-jf" option.
  2550.  
  2551.        To avoid extracting to paths, the archive creator should use the
  2552.        "-e" option to exclude path specs.  The user extracting the SFX
  2553.        module can specify the "-e" command to extract to the current
  2554.        directory.
  2555.  
  2556.        ARJSFX does not support compression method 4.
  2557.  
  2558.        The ARJSFX module supports the ARJ-SECURITY envelope feature by
  2559.        itself.  The ARJ-SECURITY feature is only available as a
  2560.        licensed option.  It is intended as a feature for software
  2561.        developers.    The "-s" option allows the user to skip the testing
  2562.        of the ARJ-SECURITY envelope.
  2563.  
  2564.        ARJ will create a self-extracting module without an intermediate
  2565.        archive file.
  2566.  
  2567.        Example:  ARJ a software *.* -je
  2568.  
  2569.        If you want to make a self-extracting module from an ARJ
  2570.        archive, use the "y" command.
  2571.  
  2572.        Example:  ARJ y software -je
  2573.  
  2574.        IMPORTANT:  When executing an ARJSFX module on a system with the
  2575.        CONSOLE device set to RAW mode, the ARJSFX module will abort on
  2576.        user input to avoid hanging the system.  Use of the "-y" switch
  2577.        on the command line will avoid the problem.
  2578.  
  2579.        Example:  ARJ230 -y
  2580.  
  2581.        The ARJSFXJR module created with the "-je1" switch is a
  2582.        stripped-down version of ARJSFX.  ARJSFXJR does not support method
  2583.        4 or text mode "-t1" or garbled "-g" archives.  An ARJSFXJR
  2584.        module containing files with pathnames will extract to the paths.
  2585.        ARJSFXJR will automatically create directories as needed to build
  2586.        the paths.
  2587.  
  2588.        Example:  ARJ y software -je1
  2589.  
  2590.        The current commands ARJSFXJR supports are:
  2591.  
  2592.        Usage: ARJSFXJR [-switch(es)] [drive:][directory\]
  2593.  
  2594.        Switches:
  2595.        n: set ARJSFXJR to NOT count as an error the skipping of files
  2596.        o: set ARJSFXJR to overwrite existing files
  2597.  
  2598.        You can specify a target_directory or drive or both.  However,
  2599.        you must specify the ending "\" or ":" symbol.
  2600.  
  2601.        ARJSFXJR -o C:\SOFT\  -> self-extract into directory "C:\SOFT\"
  2602.                     in overwrite mode.
  2603.  
  2604.        Both the ARJSFX and ARJSFXJR modules will by default extract to
  2605.        relative/absolute path specs if the archive contains
  2606.        relative/absolute path specs.
  2607.  
  2608.        More examples:
  2609.  
  2610.        Build an SFX module with absolute pathnames for extraction to
  2611.        the absolute pathnames:
  2612.  
  2613.        ARJ a -r -je -jf DISTRIB \product\*.*
  2614.  
  2615.        The user need only type "DISTRIB -y" to automatically recreate
  2616.        the "product" directory on the current drive.
  2617.  
  2618.        Build an SFX module with relative pathnames for extraction to
  2619.        relative pathnames:
  2620.  
  2621.        ARJ a -r -je DISTRIB \product\*.*
  2622.  
  2623.        The user need only type "DISTRIB -y" to automatically recreate
  2624.        the "product" subdirectory in the current directory.  The user
  2625.        can recreate the "product" subdirectory in another directory by
  2626.        typing the command "DISTRIB -y directory_name\".
  2627.  
  2628.        Build an SFX module with relative pathnames for extraction to
  2629.        relative pathnames excluding the base directory:
  2630.  
  2631.        ARJ a -r -e1 -je DISTRIB \product\    *.*
  2632.  
  2633.        The user need only type "DISTRIB -y" to automatically recreate
  2634.        the files and subdirectories of the "product" directory in the
  2635.        current directory.
  2636.  
  2637.        Build an SFXJR module with filenames (no path specs).
  2638.  
  2639.        ARJ a -e -je1 DISTRIB \product\*.*
  2640.  
  2641.        The user need only type "DISTRIB" to automatically extract the
  2642.        entire contents of "DISTRIB.EXE" to the current directory.
  2643.  
  2644.        jf: store/use Full specified path
  2645.  
  2646.        Normally, ARJ will strip all pathnames of drive letter and root
  2647.        symbol.  This switch disables this action.  When extracting with
  2648.        the "x" command from an archive that was built with this switch,
  2649.        ARJ will normally strip any drive letter and root symbol, unless
  2650.        the "-jf" option is specified again.
  2651.  
  2652.        The "-jf1" option will strip only the drive spec and NOT the
  2653.        root symbol.  You can use either the "-jf" or "-jf1" option
  2654.        during extraction to force use of the root directory.
  2655.  
  2656.        jg: select backup files
  2657.  
  2658.        The "-jg" switch allows the user to include the selection of
  2659.        archive files that are marked as backups by the "-jb" option.
  2660.        Normally, backup files will not be processed by any commands
  2661.        except for the "k" and "y" commands.
  2662.  
  2663.        Examples:  ARJ l -jg archive
  2664.               ARJ e -jg -q archive name.c
  2665.               ARJ d -jg archive *.*
  2666.  
  2667.        jh: set Huffman buffer size
  2668.  
  2669.        ARJ has a default static Huffman buffer size of 16384 bytes.
  2670.        This buffer size is better for compressing executable files.
  2671.  
  2672.        The buffer size in ARJ 0.15 and earlier was set to 65500 bytes.
  2673.        That size is better for large text files.  You may specify a
  2674.        buffer size from 2048 to 65535 bytes.
  2675.  
  2676.        Example:  ARJ a archive *.txt -jh65500
  2677.  
  2678.        If you specify a Huffman buffer size, ARJ will use that size for
  2679.        all types of files specified by the archive command.
  2680.  
  2681.        ji: set Index filename
  2682.  
  2683.        The "-ji" switch is used to create an index file containing the
  2684.        filenames archived or meeting certain criteria.  This is
  2685.        especially helpful when using ARJ to do multiple floppy type
  2686.        archives.  This file SHOULD NOT be created on the floppy
  2687.        diskette if the floppy diskette is changed during the archival
  2688.        process.
  2689.  
  2690.        If the index file already exists, ARJ will append data to it.
  2691.  
  2692.        The index file contains three types of text lines.  The first
  2693.        type is the volume name record.  It contains the date, time,
  2694.        starting file position, and the archive name.  The second type
  2695.        is the filename record.  It contains only the filename.  The
  2696.        third type only occurs during archival with testing "-jt".  It
  2697.        is a line containing "Testing " and the archive name.
  2698.  
  2699.        This information is also useful for restarting "-v" multiple
  2700.        volume archives.  You need the filename and the starting file
  2701.        position.
  2702.  
  2703.        The "-ji" switch will log the following events:
  2704.  
  2705.        a, f, m, u - Log actual filenames added to archive and if testing
  2706.             is enabled, the actual filenames that failed testing.
  2707.        d          - Log archived filenames deleted.
  2708.        e, x       - Log archived filenames successfully extracted.
  2709.             Extracted files with CRC errors are NOT logged.
  2710.        j          - Log archived filenames added to archive.
  2711.        l, v       - Log archived filenames listed.
  2712.        t          - Log archived filenames that failed testing.
  2713.        w          - Log archived filenames that contain string matches.
  2714.  
  2715.        This logging function is especially helpful when testing and
  2716.        searching archives.
  2717.  
  2718.        The "-hi" option will set ARJ to write more details to the index
  2719.        file.
  2720.  
  2721.        jk: Keep temp archive on error
  2722.  
  2723.        When the "-jk" switch has been specified, ARJ will keep the
  2724.        temporary archive during an aborted archive build/update.
  2725.        During a failed build, ARJ will modify the temporary archive to
  2726.        make it usable by removing the broken portion.
  2727.  
  2728.        jl: display only filespecs
  2729.  
  2730.        The "-jl" option sets ARJ to display only the filespec of a
  2731.        filename during the progress displays.  This will simplify the
  2732.        display output.
  2733.  
  2734.        jm: set Maximum compression
  2735.  
  2736.        The "-jm" switch sets the maximum compression mode.    This mode
  2737.        is used with method 1 "-m1" to increase its compression.  This
  2738.        may increase compression time significantly.
  2739.  
  2740.        You can get a 1 to 5 percent improvement in compression with
  2741.        ARJ -m1 -jm.
  2742.  
  2743.        The "-jm1" option provides slightly less compression than "-jm"
  2744.        at a faster speed.  This can range from slightly faster to much
  2745.        faster.
  2746.  
  2747.        Use of "-jm" with "-m2", "-m3", or "-m4" is NOT SUPPORTED.
  2748.  
  2749.        jn: set restart Name
  2750.  
  2751.        The "-jn" switch is used to restart interrupted multiple volume
  2752.        archives in conjunction with the "-jx" switch.  All selected
  2753.        files are skipped up to but not including the named file.
  2754.  
  2755.        Example:  ARJ a volume -v360 -r -jn\BIN\TREE.COM -jx1230
  2756.  
  2757.        In the above example, all files scanned up to \BIN\TREE.COM are
  2758.        skipped.  Archiving will start at file position 1230 of file
  2759.        \BIN\TREE.COM.
  2760.  
  2761.        IMPORTANT!!!  The exact name of the starting file must be
  2762.        specified according to the wildnames/filespecs specified.  This
  2763.        name is the same as displayed by the Adding filename display and
  2764.        the same as written to the "-ji" index file.  Please note that
  2765.        \DOS\TREE.COM is not considered the same as DOS\TREE.COM with
  2766.        this option.
  2767.  
  2768.            New at ARJ 2.39 is the feature where ARJ will automatically scan
  2769.        the previously written index file ("-ji") to get the restart
  2770.        information needed.    You only need append "-jn" to the previous
  2771.        backup command line.  This option will not work without the
  2772.        index file.    ARJ will automatically set the correct volume name.
  2773.  
  2774.        Example:  ARJ a a:backup c:\*.* -r -vvas -jiINDEX.FIL
  2775.              ARJ a a:backup c:\*.* -r -vvas -jiINDEX.FIL -jn
  2776.  
  2777.        jo: query when updating an archive file
  2778.  
  2779.        The "-jo" option has two flavors.
  2780.  
  2781.        The "-jo" switch is used to query the user when using the ARJ
  2782.        "a" or "m" commands to add files to an archive.  Before ARJ
  2783.        overwrites an existing internal archive file when using "-jo",
  2784.        ARJ will query the user with "Update <filename>? ".    Without
  2785.        this option, ARJ will overwrite the internal archive file
  2786.        without querying.
  2787.  
  2788.        jo: extract to unique Output names
  2789.  
  2790.        The "-jo" switch during extraction allows automated handling of
  2791.        duplicate filenames.
  2792.  
  2793.        On extraction with the "-jo" switch where the output file
  2794.        already exists in the target directory, ARJ will attempt to
  2795.        generate a unique filename by changing the file extension to a 3
  2796.        digit number from .000 to .999.  If ARJ cannot generate a unique
  2797.        name, it will skip extracting the file.
  2798.  
  2799.        jp: Pause after each screenful
  2800.  
  2801.        This switch will cause ARJ to pause after listing each screenful
  2802.        of data for the "l", "p", "v", "w" commands.  Press the ENTER
  2803.        key to continue the listing.  You can also enter "quit" to exit
  2804.        ARJ.
  2805.  
  2806.        In one special case, "ARJ -? -jp", the use of the -jp switch
  2807.        toggles page pauses off, because by default in help mode,
  2808.        pausing is on.
  2809.  
  2810.        You can specify the page size with the "-jp" option as in
  2811.        "-jp50".  This also turns on the pause mode.  If you wish to use
  2812.        this in ARJ_SW, it is suggested that you use "-jp50 -jp-" to set
  2813.        the page size and to turn off the pause mode.
  2814.  
  2815.        jq: set string parameter
  2816.  
  2817.        The "-jq" option is used to supply additional parameters to the ARJ
  2818.        w and ARJ b commands.  If the parameters contain blanks, then the
  2819.        entire "-jq" option must be enclosed by two double quote marks.
  2820.  
  2821.        See the "w" and "b" commands for the correct "-jq" syntax.
  2822.  
  2823.        jr: Recover broken archive files
  2824.  
  2825.        This switch is used to access headers and files in an archive
  2826.        that has been corrupted either with bad data or missing data.
  2827.        This switch lets ARJ find the next valid header for listing,
  2828.        extraction or testing.  ARJ will continue to look for headers
  2829.        until it finds the end of archive marker.  If the archive is
  2830.        damaged, ARJ may display a message stating that it encountered
  2831.        the end of file unexpectedly.
  2832.  
  2833.        This switch also will allow extraction of files with CRC or
  2834.        Bad file data errors.  Normally, ARJ will delete such extracted
  2835.        files.
  2836.  
  2837.        If file header data has been corrupted, ARJ will be unable to
  2838.        recover any file data associated with that header.  As of ARJ
  2839.        2.30, "Bad file data" errors will not abort the recovery
  2840.        process.
  2841.  
  2842.        Example:  ARJ e archive -jr
  2843.  
  2844.            The "-jr1" version of this switch allows processing of damaged
  2845.            ARJ archives that have an end of archive mark in the middle of
  2846.            the archive.  However, the use of this switch will always cause
  2847.            ARJ to display an "unpexpected end of file" error message and to
  2848.            return a non-zero errorlevel.
  2849.  
  2850.        js: Store archives by suffix
  2851.  
  2852.        This switch is used to set ARJ to store and not compress files
  2853.        with the following extensions: .ARJ, .ZIP, .LZH, .PAK, .ARC.
  2854.  
  2855.        The file extensions can be specified as follows:
  2856.  
  2857.        ARJ a archive -js.zoo.ice.gif
  2858.  
  2859.        The above command will store files with extensions ending in
  2860.        .ZOO, .ICE, and .GIF.  This overrides the defaults.
  2861.  
  2862.        You can use the environment variable ARJ_SW to set up your own
  2863.        defaults as follows:
  2864.  
  2865.        set arj_sw = -js.arj.zip.lzh -js-
  2866.  
  2867.        The "-js-" turns off the option by default so that when you
  2868.        specify the "-js" switch on the command line, ARJ will already
  2869.        know what extensions you want to store.
  2870.  
  2871.        jt: Test temporary archive
  2872.  
  2873.        The "-jt" switch can used to set ARJ to execute an archive
  2874.        integrity check on an intermediate temporary archive before
  2875.        overwriting any pre-existing original archive.  If any error
  2876.        occurs, ARJ will not overwrite the original archive.  When used
  2877.        with the "-w" switch option, ARJ will also test the final
  2878.        archive file as well as the temporary archive before deleting
  2879.        any input files.
  2880.  
  2881.        Example:  ARJ m archive *.c -jt
  2882.  
  2883.        The "-jt" switch can be used with extract type commands to set
  2884.        ARJ to verify the archive before doing any extraction of files.
  2885.        If the archive fails verification, the extraction is NOT
  2886.        attempted.  This is useful for handling MAIL packets where
  2887.        archive corruption due to a bad file transfer is a fairly
  2888.        frequent event.
  2889.  
  2890.        Example:  ARJ e archive -jt
  2891.  
  2892.        The "-jt1" switch allows an actual file contents comparison in
  2893.        addition to the normal file CRC calculation check.  This option
  2894.        can also be used with the ARJ t (test) command.
  2895.  
  2896.        When used with the ARJ t command, ARJ "-jt1" will use the
  2897.        base_directory option and the filename stored in the archive to
  2898.        locate the original file.
  2899.  
  2900.        When used with the ARJ add/move/update type commands, ARJ will
  2901.        use only the filename stored in the archive to locate the
  2902.        original file.  Therefore, the "-jt1" option does NOT work with
  2903.        the "-e" option or when the original filename has a drive letter
  2904.        or root directory in it and you did not specify "-jf".
  2905.  
  2906.        Examples:  ARJ t -jt1 archive dir\
  2907.               ARJ a -jt1 archive e:\temp\*.*  -jf
  2908.  
  2909.        The "-jt2" switch allows the same features as "-jt1" except that
  2910.        the file compares are only done for the newly added/updated
  2911.        files.  This avoids the situation where the some of original
  2912.        input files are missing or have changed.  NOTE that a problem
  2913.        can occur with the "f" and "u" commands when files in the
  2914.        archive are NEWER than the files being added.  ARJ will
  2915.        considered the file up-to-date and added and will do a file
  2916.        compare.
  2917.  
  2918.        Example:  ARJ u -jt2 archive dir\
  2919.  
  2920.        ju: translate UNIX style paths
  2921.  
  2922.        This switch causes ARJ to translate any subsequently encountered
  2923.        pathnames to MS-DOS style from UNIX style.  This switch also
  2924.        causes translation of filenames entered as a result of ARJ
  2925.        prompts such as in comment filenames.
  2926.  
  2927.        Example:  ARJ a archive -ju /soft/*.c
  2928.  
  2929.        jv: set Verbose display
  2930.  
  2931.        This switch sets ARJ to display more information during the
  2932.        "t"est, "l"ist, and "ex"tract commands.
  2933.  
  2934.        Example:  ARJ t archive -jv
  2935.  
  2936.        The "-jv" switch causes the "v" command to display only the
  2937.        pathnames to the screen.
  2938.  
  2939.        The "-jv1" switch causes the "v" command to display the archive
  2940.        data in manner suitable for sorting on various fields.
  2941.  
  2942.        The "-jv" switch will set the "p", "s", and "w" commands to
  2943.        display IBM graphics characters (128 to 255).
  2944.  
  2945.        jw: set extract output filename
  2946.  
  2947.        The "-jw" option allows you to specify the name of the
  2948.        extraction output file.  You should only select one file to
  2949.        extract when using this option.
  2950.  
  2951.        This is similar but not exactly the same as using the "p"
  2952.        command with DOS output redirection.  Using DOS redirection would
  2953.        cause all of the output of the extraction to be put into the
  2954.        output file.  Using "-jw" would set ARJ to prompt for
  2955.        overwrite permission per each file extracted to the output file.
  2956.  
  2957.        This option may be needed when trying to output binary data to
  2958.        a printer.
  2959.  
  2960.        Example:  ARJ e archive printer.dat -jwLPT1
  2961.  
  2962.        jx: start at eXtended position
  2963.  
  2964.        This switch is used to continue a file onto a new archive
  2965.        manually.  This switch is normally for use when a multiple
  2966.        volume "a" command has aborted.
  2967.  
  2968.        Example:  ARJ a arjvol.a01 manual.doc -jx100000
  2969.  
  2970.        This example archives manual.doc starting from file byte
  2971.        position 100000 and on.
  2972.  
  2973.        In extraction mode, this sets ARJ to extract a file to an output
  2974.        file at a specified starting position.
  2975.  
  2976.        Example:  ARJ e -jx2000000 archive file1
  2977.  
  2978.        This example extracts the file "file1" to file1 starting at
  2979.        position 2000000 or at the end of the file.
  2980.  
  2981.        This is similar to using the command "ARJ p archive >> output".
  2982.        To duplicate this redirection with ARJ would require the following:
  2983.  
  2984.        ARJ e -jx2000K -jwoutput archive
  2985.  
  2986.        NOTE that the -jx option is NOT functional when adding a file to
  2987.        an archive that already contains one or more files.
  2988.  
  2989.        jy: suppress queries assuming YES
  2990.  
  2991.        This switch is used to suppress individual ARJ user prompts.
  2992.  
  2993.        Syntax:  ARJ e archive -jy<flags>
  2994.  
  2995.        where <flags> is one or more of the following characters: a, c,
  2996.        d, k, n, o, s, v.  For each flag selected, ARJ will act as if
  2997.        you had answered YES to the suppressed question.
  2998.  
  2999.        A - skip append query during a multi-volume extraction
  3000.        C - skip create directory query
  3001.        D - skip delete files query
  3002.        K - skip disk space availability query
  3003.        N - skip new filename prompt
  3004.        O - skip overwriting existing file query
  3005.        R - erase all typeahead before prompting
  3006.        S - skip scanned enough text query
  3007.        V - skip ok to proceed to next volume query
  3008.        Y - accept single character Y/N/A/Q inputs
  3009.  
  3010.        Example:  ARJ x volume -v -jyaco
  3011.              suppress append, create, and overwrite prompts.
  3012.  
  3013.        ARJ will allow you to specify individual "jy" options in
  3014.        separate switch strings as in "-jyy -jyr".  You may inhibit a
  3015.        switch as in "-jyr-".  As with other switches, the "jy" switches
  3016.        toggle as in "-jyr -jyr".
  3017.  
  3018.        jz: supply file for file comment
  3019.  
  3020.        The "-jz" switch has been provided to facilitate batch
  3021.        commenting of one or more files within an ARJ archive.  Only one
  3022.        comment file can be specified.  That file will be used to
  3023.        comment each file specified on the command line.
  3024.  
  3025.        A comment file containing only a single blank can be used to
  3026.        erase comments from ARJ archives.
  3027.  
  3028.        Syntax:  ARJ c archive file1 -jzcomment.txt
  3029.             ARJ c archive file1 -zheader.cmt -jzfile.cmt
  3030.  
  3031.        ha: ignore readonly Attribute
  3032.  
  3033.        The "-ha" switch sets ARJ to reset the attributes of a file to be
  3034.        overwritten or a file to be deleted.  This allows the overwrite or
  3035.        delete operation to proceed.
  3036.  
  3037.        A slight performance degradation may result from using this option.
  3038.  
  3039.        Examples:  ARJ e archive -ha
  3040.               ARJ m archive -ha dir\*.*
  3041.  
  3042.        hc: execute DOS Command at ARJ start
  3043.  
  3044.        The "-hc" switch sets ARJ to execute a DOS command at the start
  3045.        of the execution of ARJ immediately after the command line
  3046.        switch options have been processed, but before the wildcard
  3047.        search is started.  This can be used to clear the screen to hide
  3048.        the command line or to provide a pause option to allow swapping
  3049.        diskettes.
  3050.  
  3051.        Examples:  ARJ a -hcCLS archive -gpassword
  3052.               ARJ a -hcPAUSE archive *.*
  3053.  
  3054.  
  3055.        he: skip test of security Envelope
  3056.  
  3057.        The "-he" switch sets ARJ to skip the verification step when
  3058.        accessing an ARJ-SECURED ARJ archive.  If an ARJ archive has
  3059.        a damaged ARJ-SECURITY envelope, you will have to use the "-he"
  3060.        option to extract the archive.
  3061.  
  3062.  
  3063.       he1: set error on security Envelopes
  3064.  
  3065.        The "-he1" switch sets ARJ to abort with an error code of 4 when
  3066.        processing a possibly ARJ-SECURED archive.  This is useful as a
  3067.        REARJ.CFG option for ARJ.  This will prevent REARJ from
  3068.        converting an ARJ-SECURED archive to the same or another format.
  3069.  
  3070.        Examples:  ARJ l secured.arj -he1
  3071.  
  3072.  
  3073.        hi: full detail display in Index files
  3074.  
  3075.        The "-hi" switch when used with the "-ji" switch sets ARJ to
  3076.        include the file date-time stamp, the original file size, the
  3077.        compressed file size, the compression ratio, and the filename in
  3078.        the index file.
  3079.  
  3080.        Example:  ARJ a a:backup c:\*.* -r -va -jiINDEX -hi
  3081.  
  3082.  
  3083.        hs: disable file Sharing
  3084.  
  3085.        The "-hs" switch sets ARJ to disable its file sharing feature.
  3086.        This may be necessary for some unusual applications.
  3087.  
  3088.  
  3089.        hu: allow the Updating of multiple volume archives
  3090.  
  3091.        The "-hu" switch sets ARJ to allow the updating of multiple volume
  3092.        archives.  At this version, by default, ARJ does not allow
  3093.        updating of multiple volume archives because of the possibility of
  3094.        losing data.
  3095.  
  3096.        Example:  ARJ c archive -hu -zcomment.txt
  3097.  
  3098.  
  3099.        hw: modify search filename display
  3100.  
  3101.        The "-hw" switch sets the ARJ w command to display the
  3102.        "Searching ..." filenames messages in a scroll saving format.
  3103.        Filenames of files that do not contain string matches will be
  3104.        overwritten on the screen.
  3105.  
  3106.        The "-hw1" switch sets the ARJ w command to ONLY display the
  3107.        "Searching ..." filenames messages for files that contain string
  3108.        messages.
  3109.  
  3110.        hx: specify archive file extensions
  3111.  
  3112.        The "-hx" switch allows the user to specify what the default
  3113.        file extension or extensions that are to be used by ARJ to
  3114.        access archive names that are not specified with file
  3115.        extensions.    ARJ will assume that the first extension specified
  3116.        will be the main default extension.
  3117.  
  3118.        Examples:  ARJ a archive *.* -hx.SDN   assumes default .SDN
  3119.                           file extension
  3120.               ARJ l archive -hx.SDN.ARJ   looks for archive.SDN and
  3121.                           if not found, then looks
  3122.                           for archive.ARJ
  3123.  
  3124.  
  3125.      ARJ COMMAND OPTIONS:
  3126.  
  3127.     Some of the following options have variations such as -s as in
  3128.     -s, -s1, -s2.
  3129.  
  3130.     The following options work for ALL ARJ commands.
  3131.  
  3132.     !names.lst
  3133.     -o
  3134.     -ob
  3135.     -od
  3136.     --
  3137.     -+
  3138.     -&
  3139.     -!
  3140.     -i
  3141.     -l
  3142.     -r   this affects wildcarded archive names, too.
  3143.     -s
  3144.     -x
  3145.     -y
  3146.     -ja
  3147.     -jl
  3148.     -jt
  3149.     -ju
  3150.     -jy
  3151.     -hc
  3152.     -he
  3153.     -he1
  3154.     -hs
  3155.     -hx
  3156.  
  3157.     The following options work for all ARJ commands that modify
  3158.     ARJ archives.
  3159.  
  3160.     -k
  3161.     -s
  3162.     -w
  3163.     -z
  3164.     -jb
  3165.     -je
  3166.     -jk
  3167.     -jz
  3168.     -hu
  3169.  
  3170.  
  3171.     In addition the following options work for ARJ a, f, m, u commands.
  3172.  
  3173.     -a
  3174.     -b
  3175.     -m
  3176.     -r
  3177.     -t
  3178.     -jh
  3179.     -ji
  3180.     -jm
  3181.     -jn
  3182.     -js
  3183.     -hi
  3184.  
  3185.  
  3186.     The following options work for ARJ y command.
  3187.  
  3188.     -jb
  3189.     -je
  3190.  
  3191.  
  3192.     The following options work for ALL but the ARJ a, f, m, u commands.
  3193.  
  3194.     The name of the archive can be a wildspec.
  3195.     -#
  3196.     -d
  3197.     -e
  3198.     -p
  3199.     -jg
  3200.     -jr
  3201.  
  3202.  
  3203.     The following options work for the ARJ a, f, m, u, e, x
  3204.     commands.
  3205.  
  3206.     -$
  3207.     -c
  3208.     -f
  3209.     -g
  3210.     -n
  3211.     -u
  3212.     -jf
  3213.     -ji
  3214.     -jx
  3215.     -hi
  3216.  
  3217.  
  3218.     The following options work for the ARJ e, x commands.
  3219.  
  3220.     -d
  3221.     -jc
  3222.     -jw
  3223.  
  3224.  
  3225.     The following options work for the ARJ l, v commands
  3226.  
  3227.     -n
  3228.     -jp
  3229.  
  3230.  
  3231.     The following options have limited use.
  3232.  
  3233.     -q   - works for all commands except j, l, n, o, t, v, w, y
  3234.     -v   - works for l, v, w commands
  3235.     -jc  - works for e, x, l, v commands
  3236.     -jp  - works for l, v, w commands
  3237.     -jq  - works for b, w, commands
  3238.     -jv  - works for most commands
  3239.     -hw  - works for w command
  3240.  
  3241.  
  3242.      SAMPLE ARJ COMMANDS:
  3243.  
  3244.     a: Add files to archive
  3245.  
  3246.        ARJ a archive
  3247.        ARJ a archive -n
  3248.        ARJ a archive -f
  3249.        ARJ a archive -jt
  3250.        ARJ a archive -jt1
  3251.        ARJ a archive -jt2
  3252.        ARJ a archive -q
  3253.        ARJ a archive -r
  3254.        ARJ a archive dir\ -o
  3255.        ARJ a archive dir\
  3256.        ARJ a archive dir\ *.doc *.exe
  3257.        ARJ a archive !names.lst
  3258.        ARJ a archive -- -name-.txt
  3259.        ARJ a archive name1 name2 name3
  3260.        ARJ a a:archive -we:\ -vas c:\ -r -b2
  3261.        ARJ a a:archive.001 -we:\ -vvw360 c:\ -r -b1
  3262.        ARJ a archive -vw360 c:\ -r -y
  3263.        ARJ a archive c:\ *.* -r -jt1 -jf
  3264.  
  3265.  
  3266.     b: execute Batch or DOS command
  3267.  
  3268.        ARJ b archive name.txt
  3269.        ARJ b archive -jwOUT.NAM
  3270.        ARJ b archive SHEZ.EXE -jwSHEZ.EXE
  3271.        ARJ b archive *.exe -jwTEMP.EXE "-jqTEMP -help"
  3272.  
  3273.  
  3274.     c: Comment archive files
  3275.  
  3276.        ARJ c archive
  3277.        ARJ c archive -z
  3278.        ARJ c archive -zcomment.txt
  3279.        ARJ c archive -zNUL
  3280.        ARJ c archive file1 -jzcomment.txt
  3281.        ARJ c archive *.doc -jzNUL
  3282.  
  3283.  
  3284.     d: Delete files from archive
  3285.  
  3286.        ARJ d archive *.doc
  3287.        ARJ d archive *.* -jg
  3288.        ARJ d archive *.* -n
  3289.        ARJ d archive *.* -y
  3290.        ARJ d archive !names.lst
  3291.  
  3292.  
  3293.     e: Extract files from archive
  3294.  
  3295.        ARJ e archive *.doc
  3296.        ARJ e archive *.doc -d
  3297.        ARJ e archive -jd50000
  3298.        ARJ e archive -jo
  3299.        ARJ e archive -c
  3300.        ARJ e archive dir\ *.doc -jt
  3301.        ARJ e archive *.doc -y
  3302.        ARJ e archive -# 10 15 20-40
  3303.  
  3304.  
  3305.     f: Freshen files in archive
  3306.  
  3307.        ARJ f archive
  3308.        ARJ f archive -r
  3309.        ARJ f archive dir\ -r
  3310.        ARJ f archive dir\ *.doc -r
  3311.        ARJ f archive dir\ -r -jt2
  3312.  
  3313.  
  3314.     g: Garble files in archive
  3315.  
  3316.        ARJ g archive -gpassword
  3317.        ARJ g archive *.doc -gpassword
  3318.        ARJ g archive -g?
  3319.  
  3320.  
  3321.     i: check Integrity of ARJ.EXE
  3322.  
  3323.        ARJ i
  3324.        ARJ i c:\bin\arj.exe
  3325.  
  3326.  
  3327.     j: Join archives to archive
  3328.  
  3329.        ARJ j archive name1.arj name2.arj name3.arj
  3330.        ARJ j archive *.arj
  3331.        ARJ j archive arjsfx.exe
  3332.        ARJ j archive *.arj -o911201
  3333.        ARJ j archive *.arj -r
  3334.  
  3335.  
  3336.     k: pacK bacKup files in archive
  3337.  
  3338.        ARJ k archive *.*
  3339.        ARJ k archive *.* -y
  3340.        ARJ k archive *.doc -n
  3341.  
  3342.  
  3343.     l: List contents of archive
  3344.  
  3345.        ARJ l archive
  3346.        ARJ l archive *.doc
  3347.        ARJ l archive -o911201
  3348.        ARJ l archive -o911201 -ob911231
  3349.        ARJ l archive -n
  3350.        ARJ l archive -jg
  3351.        ARJ l archive -jp
  3352.  
  3353.  
  3354.     m: Move files to archive
  3355.  
  3356.        ARJ m archive
  3357.        ARJ m archive *.doc
  3358.        ARJ m archive dir\ *.doc
  3359.        ARJ m archive dir\ *.doc -o
  3360.        ARJ m a:archive.001 dir\ -r -vvwas -jt2
  3361.  
  3362.  
  3363.     n: reName files in archive
  3364.  
  3365.        ARJ n archive
  3366.        ARJ n archive *.doc
  3367.        ARJ n archive !names.lst
  3368.        ARJ n archive -o911201
  3369.  
  3370.  
  3371.     o: Order files in archive
  3372.  
  3373.        ARJ o archive !names.lst
  3374.        ARJ o archive *.bat *.exe *.doc
  3375.        ARJ o archive file1 file2 file3
  3376.  
  3377.  
  3378.     p: Print files to standard output
  3379.  
  3380.        ARJ p archive
  3381.        ARJ p archive -jp
  3382.        ARJ p archive *.doc
  3383.        ARJ p archive -o911201
  3384.        ARJ p archive name.txt > PRN
  3385.  
  3386.  
  3387.     r: Remove paths from filenames
  3388.  
  3389.        ARJ r archive
  3390.        ARJ r archive *.doc
  3391.        ARJ r archive -o911201 -ob911231
  3392.  
  3393.  
  3394.     s: Sample files to screen with pause
  3395.  
  3396.        ARJ s archive
  3397.        ARJ s archive *.doc -y
  3398.        ARJ s *.arj -y -r
  3399.  
  3400.  
  3401.     t: Test integrity of archive
  3402.  
  3403.        ARJ t archive
  3404.        ARJ t archive *.exe
  3405.        ARJ t archive !names.lst
  3406.        ARJ t archive -jt1
  3407.  
  3408.  
  3409.     u: Update files to archive
  3410.  
  3411.        ARJ u archive *.doc
  3412.        ARJ u archive *.doc -jo
  3413.  
  3414.  
  3415.     v: Verbosely list contents of archive
  3416.  
  3417.        ARJ v archive
  3418.        ARJ v archive *.doc
  3419.        ARJ v archive -jv
  3420.        ARJ v archive -jv1
  3421.        ARJ v archive -jp
  3422.        ARJ v archive -jg
  3423.  
  3424.  
  3425.     w: Where are text strings in archive
  3426.  
  3427.        ARJ w archive
  3428.        ARJ w archive -hw
  3429.        ARJ w archive -jp
  3430.        ARJ w *.arj -jp
  3431.        ARJ w *.arj *.doc
  3432.        ARJ w *.arj *.txt -jq+5+string
  3433.        ARJ w archive "-jq-3-to be or not"
  3434.  
  3435.  
  3436.     x: eXtract files with full pathname
  3437.  
  3438.        ARJ x archive *.doc
  3439.        ARJ x archive *.doc -d
  3440.        ARJ x archive -jd50000
  3441.        ARJ x archive -jo
  3442.        ARJ x archive -c
  3443.        ARJ x archive dir\ *.doc
  3444.        ARJ x archive -jf
  3445.        ARJ x archive *.doc -jyc
  3446.  
  3447.  
  3448.     y: copY archive with new options
  3449.  
  3450.        ARJ y archive -je
  3451.        ARJ y archive -je1
  3452.        ARJ y archive -jb
  3453.        ARJ y archive -jb1
  3454.        ARJ y archive -jb2
  3455.        ARJ y archive *.bat -jb2
  3456.  
  3457.  
  3458.      ARJ_SECURITY ENVELOPE:
  3459.  
  3460.     The ARJ-SECURITY ENVELOPE feature provides a facility similar to
  3461.     other archivers.  This feature disallows any type of modification,
  3462.     even commenting, to an ARJ-SECURED archive by ARJ.  Moreover, there
  3463.     are additional internal checks to determine if the ARJ-SECURED
  3464.     archive has been modified in any way.  This EXTRA cost feature is
  3465.     intended for use by software developers who distribute their
  3466.     software in archived format and is only available for a special
  3467.     fee.  However, there can be no guarantee that this mechanism cannot
  3468.     be defeated.
  3469.  
  3470.     When accessing an ARJ-SECURED archive, ARJ will display a message
  3471.     indicating that ARJ is verifying the security envelope.  If the
  3472.     envelope is damaged, a message will be displayed indicating so.
  3473.         If the envelope is intact, then the ARJ-SECURITY signature of the
  3474.     user locking the archive will be displayed.
  3475.  
  3476.     If the security envelope has been tampered with or the archive has
  3477.     suffered data corruption, ARJ will display a message stating that
  3478.     the security envelope has been damaged.  The most likely causes are
  3479.     that the file was corrupted in transmission or that the archive was
  3480.     tampered with.
  3481.  
  3482.  
  3483.      KNOWN ARJ ISSUES/PROBLEMS:
  3484.  
  3485.     Under MS-DOS 4.01, ARJ may not extract LARGE (greater than 32MB)
  3486.     files from multiple volume archives properly.  The "dir" reported
  3487.     size may be incorrect.    A simple "CHKDSK /f" will correct the size.
  3488.     This problem is due to a BUG in MS-DOS 4.01.  Microsoft Corp has
  3489.     fixes available for several DOS 4.01 bugs including this one.
  3490.  
  3491.     Due to the inner workings of Turbo C++, ARJ may run out of memory
  3492.     if your computer is configured with thousands of bytes of
  3493.     environment variables.
  3494.  
  3495.     When using a working directory, ARJ does not check for disk space
  3496.     before overwriting the original archive.  Be sure you have enough
  3497.     space before updating an archive using the "-w" switch.
  3498.  
  3499.     Because of a bug with extended archive header processing, you
  3500.     should convert to ARJ 2.10 and above as soon as practical.  This
  3501.     bug is NOT a current problem because no version of ARJ supports the
  3502.     use of the extended header.
  3503.  
  3504.     If you have garbled (-g) ARJ archives that were created by ARJ 2.21
  3505.     and the garbled files were stored (-m0) by ARJ, you may need to
  3506.     refer to ARJ 2.30 to extract those files without getting a CRC
  3507.     error.
  3508.  
  3509.     TSRs that activate via HOT KEYS may be inhibited by ARJ during
  3510.     user keyboard input.  This is a "feature" of the Turbo C++ getc()
  3511.     function.  A partial workaround is to use the ARJ "-jyry" option
  3512.     to go to single key query mode.
  3513.  
  3514.     A similar problem occurs with HYPERDISK and staged writes.
  3515.     HYPERDISK's timer delay appears to be inhibited during ARJ user
  3516.     keyboard input such as during "Ok to ... volume/diskette?".  This
  3517.     causes an error when you swap to the next diskette.  The workaround
  3518.     is to use the ARJ "-jyry" option to go to single key query mode.
  3519.  
  3520.     There is a reported problem using ARJ and floppy disk drives when
  3521.     using the disk cache program SUPER PCKWIK 3.30 with advanced
  3522.     diskette support (/D+).  The system may occasionally hang when ARJ
  3523.     attempts to read/write the diskette.  You may also get CRC or
  3524.     Bad file data errors.  Disabling the SUPER PCKWIK option with /D-
  3525.     appears to remove this problem.  Other programs have similar
  3526.     problems with this feature of SUPER PCKWIK.
  3527.  
  3528.  
  3529.      ARJ ERROR MESSAGES:
  3530.  
  3531.     See the document ERRORS.DOC.
  3532.  
  3533.  
  3534.      ARJ TECHNICAL SUPPORT:
  3535.  
  3536.     I have received many useful suggestions from users all over the
  3537.     world.    Many of those suggestions are in this version or will be
  3538.     incorporated in later versions of ARJ.
  3539.  
  3540.     I will try to resolve software problems with ARJ as they are made
  3541.     known to me.  Please notify me of any ARJ problems by mail, email
  3542.     or via the ARJ support BBSes mentioned below.  I will strive to
  3543.     make ARJ a robust, stable and useful product.
  3544.  
  3545.     I will try to support unregistered users during their evaluation
  3546.     period, but I reserve the right to limit support to any
  3547.     unregistered user if requests become excessive.  Registered users
  3548.     will be eligible to receive technical support by telephone.
  3549.  
  3550.     ********************************************************************
  3551.  
  3552.     To ensure a reply when using the postal system, UNREGISTERED users
  3553.     should enclose a stamped self-addressed envelope with your
  3554.     correspondence.  Foreign UNREGISTERED corresponders should include
  3555.     currency or postal coupons instead of stamps.  Otherwise, your
  3556.     correspondence may go unanswered.  This does not apply to ARJ
  3557.     business correspondence.
  3558.  
  3559.     Your financial support is needed for the ARJ archiver and format to
  3560.     succeed.
  3561.  
  3562.     ********************************************************************
  3563.  
  3564.  
  3565.      ARJ AVAILABILITY:
  3566.  
  3567.     The latest version of ARJ can be obtained from the following
  3568.     sources:
  3569.  
  3570.     ARJ SUPPORT BBSes:  See ARJ_BBS.DOC
  3571.  
  3572.     ARJ is available from a number of other BBSes, but I can only vouch
  3573.         for the integrity of the archive if the ARJ###.EXE verifies its
  3574.     ARJ-SECURITY envelope as valid.  If no security envelope exists,
  3575.     then the data has been re-archived and there is no assurance of
  3576.     data integrity.
  3577.  
  3578.     If none of the above sources are suitable, you may order a copy of
  3579.     the latest version of ARJ directly from the author.
  3580.  
  3581.     Send a check or money order for five dollars (US) to cover the
  3582.     costs of shipping and handling for U.S. delivery.  For foreign
  3583.     delivery, send ten dollars (US) to cover shipping and handling.
  3584.     Please specify diskette size (3.5 or 5.25 inch);  otherwise, a 3.5
  3585.     inch diskette will be shipped.    Please allow a few weeks for
  3586.     delivery, longer for foreign deliveries.
  3587.  
  3588.     Robert Jung, 2606 Village Road West, Norwood, Massachusetts 02062
  3589.  
  3590.  
  3591.     SDN EXTENSION FILES
  3592.  
  3593.     SDN International(sm) is a FidoNet hobby organization which makes
  3594.     available for distribution author-direct shareware files to FidoNet
  3595.     capable bulletin board systems world wide.  ARJ has been chosen by
  3596.     SDN sysops' consensus as its official compression utility.
  3597.  
  3598.     Program files distributed via SDN have a copyright ".SDN"
  3599.     extension.  Files distributed by SDN after February 1993 can be
  3600.     decompressed by ARJ.  Files dated earlier can be decompressed if
  3601.     the compression utility SDN previously used is on PATH.
  3602.  
  3603.     SDN files are security sealed with thier own exclusive security
  3604.     seal, FSecure, created by Pacesoft.  This security may be verified
  3605.     using the FileTest utility available at the SDN Project AuthorLine
  3606.     BBS 203-634-0370 or at most SDN participating BBS sites.
  3607.  
  3608.     Shareware authors wishing to distribute shareware by release
  3609.     through SDN may contact the same SDN Project AuthorLine BBS.
  3610.  
  3611.  
  3612.      DISTRIBUTORS:
  3613.  
  3614.     The following are authorized distributors for ARJ.  They provide
  3615.     local registration and technical support for ARJ.  Other
  3616.     distributors only provide the evaluation version of ARJ.
  3617.  
  3618.  
  3619.     In Australia:
  3620.  
  3621.     Christian Kraus          Work Phone: 61-2-564-2545
  3622.     Online-Tronics                Fax: 61-2-560-5755
  3623.     Postal Address:            BBS Name: Ontron Australia BBS
  3624.     P.O. Box 112             Data Phone: 61-2-564-2172
  3625.     Westgate NSW 2048                 (300-14400 V.32BIS)
  3626.     Sydney, Australia
  3627.  
  3628.     Real Address:
  3629.     1st Floor
  3630.     45-49 Crystal Street
  3631.     Petersham NSW 2049
  3632.  
  3633.  
  3634.     In Brazil:
  3635.  
  3636.     Paulo Cesar Breim            Tel: 889-8366
  3637.     CANAL VIP BBS                Fax: 889-8365
  3638.     Av. Bernardino deCampos 48 Cj.21    BBS: 889-7222
  3639.     Sao Paulo   SP      Brazil           X.25: 0724 111320430
  3640.     CEP: 04004-050
  3641.  
  3642.  
  3643.     In Denmark:
  3644.  
  3645.     Jens Rex                Tel: (+45) 53 61 90 42
  3646.     Prof. Shareware             Fax: (+45) 53 61 93 91
  3647.         Benloese Skel 4 G                CompuServe: 100065,1744
  3648.     DK 4100 Ringsted
  3649.     Denmark
  3650.  
  3651.  
  3652.     In Germany:
  3653.  
  3654.     C.A.T. Kommunikations-System        Tel: +49-6192-41360
  3655.     Systemberatung A. Dunkel             +49-6192-940110
  3656.     Koenigsberger Strasse 41        Fax: +49-6192-496949
  3657.     D 6239 Kriftel, Germany        Internet: arj@cat.de
  3658.                          SubNet: arj@cat.sub.org
  3659.                         FidoNet: 2:241/6010
  3660.                         Mailbox: (06192) 42054 (2400 Baud)
  3661.                              (06192) 42057 (19200 PEP)
  3662.                         NUA: 45619270055
  3663.  
  3664.  
  3665.     In the Netherlands:
  3666.  
  3667.     HaSa Software Applications        Tel: (+31) 50-183233
  3668.     P.O. Box 1144                Fax: (+31) 50-188117
  3669.     9701 BC Groningen            BBS: (+31) 50-125697
  3670.     The Netherlands                  (+31) 50-144783
  3671.  
  3672.  
  3673.     In the United Kingdom:
  3674.  
  3675.     Alan Stocker                Tel: 0223 208288
  3676.     Precision Software Publishing        Fax: 0223 208089
  3677.     3, Valley Court Offices,        BBS: 0223 208094
  3678.     Lower Road, Croydon, Nr. Royston,
  3679.         Hertfordshire SG8 0HF            CompuServe: 70007,5562
  3680.     United Kingdom                     100034,2353
  3681.  
  3682.  
  3683.     In the United States:
  3684.  
  3685.         Robert K Jung                    CompuServe: 72077,445
  3686.     2606 Village Road West           Internet: robjung@world.std.com
  3687.     Norwood, Massachusetts 02062
  3688.  
  3689.  
  3690.      ACKNOWLEDGEMENTS:
  3691.  
  3692.     LHARC is the name of an archiver by Haruyasu Yoshizaki.
  3693.     PKZIP and ZIP are trademarks of PKWare, Inc.
  3694.     PAK is the trademark of NoGate Consulting.
  3695.  
  3696.     I wish to express my gratitude to Haruyasu Yoshizaki (Yoshi) for
  3697.     developing LHARC and distributing its source code.  LHARC gave me
  3698.     the impetus to start studying data compression.  I also wish to
  3699.     thank Haruhiko Okumura for providing additional ideas.    His AR001
  3700.     and AR002 program provided the basic design for the early versions
  3701.     of ARJ.
  3702.  
  3703.     I also wish to thank Fabrice BELLARD for LZEXE which is used to
  3704.     squish the ARJ SFX modules.
  3705.  
  3706.     And my thanks also go to Paul Kocher who contributed the design of
  3707.     the new ARJ SECURITY envelope mechanism.
  3708.  
  3709.     I wish to thank those who have contributed significantly to the
  3710.     development of ARJ.  Those include:
  3711.  
  3712.     Soeren Pingel Dalsgaard
  3713.     Axel Dunkel
  3714.     Jonathan Forbes
  3715.     Ron Freimuth
  3716.     Brian Godette
  3717.     Robb Hufalt
  3718.     Arkady Kleyner
  3719.     Michael Lawler
  3720.     Ken Levitt
  3721.     Eberhard Mattes
  3722.     Mike McCombs
  3723.     Alexander Pruss
  3724.     Joseph Teller
  3725.  
  3726.     And to the many others who have helped, provided messages of
  3727.     support, or provided financial support, THANKS!!!  Because of
  3728.     you, I am able to provide FULL-TIME support to ARJ!
  3729.  
  3730.     I wish to thank my wife, Susan, and my son, Timothy, for putting up
  3731.     with this ARJ obsession.  Their encouragement and support has been
  3732.     invaluable.
  3733.  
  3734.     But my greatest thanks goes to Almighty God for His inspiration and
  3735.     great salvation.  For apart from Him, ARJ could not have been done.
  3736.     John 15:5
  3737.  
  3738.  
  3739.      USAGE AND DISTRIBUTION POLICY:
  3740.  
  3741.     See LICENSE.DOC file for license policy.
  3742.  
  3743.  
  3744.      BRIEF BIOGRAPHY OF THE AUTHOR OF ARJ:
  3745.  
  3746.     Robert Jung grew up in Catonsville and Baltimore, Maryland.  He
  3747.     graduated from the University of Maryland in 1970.  After a short
  3748.     stint in the U.S. Army, he taught chemistry for six years.  From
  3749.     teaching he entered the computer programming profession where he was
  3750.     employed as a programmer analyst, a network analyst, and a senior
  3751.     software engineer.  In late 1990, he developed the ARJ archive
  3752.     format and program to meet a personal need in archiving.  In
  3753.         February of 1991, he released ARJ 1.00 as a shareware product.  The
  3754.     author currently supports ARJ full-time and resides in Norwood,
  3755.     Massachusetts with his wife, Susan, and son, Timothy.
  3756.  
  3757.      FINAL COMMENTS:
  3758.  
  3759.     I do hope that you find this program as useful as I have.  I would
  3760.     appreciate any suggestions to improve this archiver.
  3761.  
  3762.     You can reach me at:
  3763.  
  3764.     Robert Jung at Channel One BBS        (617) 354-8873
  3765.     Join the mailbox conference with "j mailbox" to send email to me.
  3766.  
  3767.     Robert Jung at Bay State BBS        (617) 598-6646
  3768.  
  3769.     Robert Jung at FIDONET address:  1:16/390.7
  3770.  
  3771.     Robert Jung in the ARJ echo conference available from the Fidonet
  3772.     echo backbone.
  3773.  
  3774.     Robert Jung in the RIME/RELAYNET ARJ conference.  The national
  3775.     number of the ARJ conference is 275.
  3776.  
  3777.     Robert Jung in the GT POWER ARJ echo conference.
  3778.  
  3779.     ARJ users are encouraged to use the above echoes to submit
  3780.     questions, problems, and new features requests.
  3781.  
  3782.     Robert Jung in the COMPRESS (ILINK), LHARC (SMARTNET), or ARCHIVERS
  3783.     (RIME/RELAYNET) echo conferences.
  3784.  
  3785.     2606 Village Road West
  3786.     Norwood, Massachusetts 02062
  3787.  
  3788.     Internet address:  robjung@world.std.com
  3789.  
  3790.     CompuServe userid: 72077,445
  3791.  
  3792.  
  3793.       End of document
  3794.  
  3795.