home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / archiver / unarjst / unarj.doc next >
Text File  |  1991-05-05  |  5KB  |  107 lines

  1.  
  2.      ###########################################################
  3.       ###                                                   ###
  4.        #            UNARJ v2.00 by Robert K. Jung            #
  5.        #                                                     #
  6.        #               Atari ST version 1.00 by              #
  7.        #             Jon Webb, DeltaVision Systems           #
  8.       ###                                                   ###
  9.      ###########################################################
  10.  
  11.           Please  note that this document was written by  Jon 
  12.           Webb,  and not by Robert Jung.  Robert may disagree 
  13.           with  any or all parts of  this  documentation,  in 
  14.           which case I will gladly change it.
  15.  
  16.      UNARJ was ported to Atari ST using the sources supplied with 
  17.      the  PC  version  of ARJ 2.00.  It can be  used  to  extract 
  18.      archives  created  with the ARJ archiver on  the  PC.  These 
  19.      archives have extention .ARJ. To my knowledge there is no ST 
  20.      version of ARJ yet.
  21.  
  22.      In  addition to what the PC version of UNARJ  does,  the  ST 
  23.      version can extract archives which contain full  paths.  You 
  24.      can  also  specify the destination of files  and/or  specify 
  25.      wildcards on the command line.
  26.  
  27.      The UNARJ command line has the following format:
  28.  
  29.           UNARJ archive[.ARJ] [destination][filespec] [-P]
  30.  
  31.      archive:       path  &  name of archive to  extract.  If  no 
  32.                     extension is given, .ARJ is assumed.
  33.      destination:   path  to folder where extracted files  should 
  34.                     be placed.  Default is the current folder. If 
  35.                     the  destination  is NUL the  files  will  be 
  36.                     decompressed but not written to disk. This is 
  37.                     handy for testing archive integrity (CRC  and 
  38.                     such).
  39.      filespec:      name   of  file  to  extract.   May   contain 
  40.                     wildcards.
  41.      -P:            this  switch  will  cause  UNARJ  to   create 
  42.                     folders which are stored in the archive.  The 
  43.                     folders  will  always be created  within  the 
  44.                     destination folder,  or the current folder if 
  45.                     no destination is given.
  46.  
  47.      Examples:
  48.  
  49.           UNARJ games              Extract  all files in  archive 
  50.                                    GAMES.ARJ   to   the   current 
  51.                                    folder. Don't create folders.
  52.           UNARJ games *.doc        Extract  *.DOC  from   archive 
  53.                                    GAMES.ARJ   to   the   current 
  54.                                    folder. Don't create folders.
  55.           UNARJ games \fun         Extract  all files in  archive 
  56.                                    GAMES.ARJ to the folder  \FUN. 
  57.                                    Don't create folders.
  58.           UNARJ games \fun\*.DOC   Extract  *.DOC  from   archive 
  59.                                    GAMES.ARJ to the folder  \FUN. 
  60.                                    Don't create folders.
  61.           UNARJ games -P           Extract all files from archive 
  62.                                    GAMES.ARJ.  Create folders  in 
  63.                                    the  current folder.
  64.           UNARJ games \fun -P      Extract all files from archive 
  65.                                    GAMES.ARJ.  Create folders  in 
  66.                                    the folder \FUN.
  67.           UNARJ games              Test CRC's of files in archive 
  68.                                    GAMES.ARJ.
  69.  
  70.      and so on...
  71.  
  72.      The  original  UNARJ didn't know about Atari  ST's.  I  have 
  73.      defined an OS TYPE of 5 for ST's.
  74.  
  75.      The  utility  AV.TTP  lists a verbose contents  of  an  .ARJ 
  76.      archive.  Simply specify the path and name of the archive on 
  77.      the command line.
  78.  
  79.      Distribution:
  80.  
  81.           This ST version of UNARJ may be distributed freely.  No 
  82.           fee may be charged other than nominal copying costs  or 
  83.           online time.
  84.  
  85.      How to reach me:
  86.  
  87.            J. Webb,
  88.            Valeriaanstraat 197
  89.            3765 EN Soest
  90.            The Netherlands
  91.  
  92.            FidoNet 2:282/301.2.     
  93.  
  94.            QuickBBS ST Leeuwarden
  95.            Holland (0)58-153849
  96.            24 hours a day
  97.            at 300 to 14400 bps, MNP5/V32/HST
  98.  
  99.      Disclaimer:
  100.  
  101.            Neither the author nor DeltaVision Systems can be held 
  102.            responsible  for any damages that might occur  due  to 
  103.            the  use  of this program.  If you turn  your  360  Mb 
  104.            harddisk  into  a C15 cassette  tape,  it's  your  own 
  105.            stupid fault.
  106.  
  107.