home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unarj.zip / readme.1st < prev    next >
Text File  |  1996-12-04  |  2KB  |  46 lines

  1. READ_THIS_FIRST ------------------------------------------------------
  2.  
  3. Author of this file: Kerry Flint
  4.                      1:209/705.0@fidonet.org
  5.  
  6. Copyrights of UNARJ: (C) 1990-93, Robert K Jung
  7.  
  8. This archive contains sources for the UNARJ 2.41 ARJ-extractor, found
  9. by anonymous ftp'ing to garbo.uwasa.fi (directory /pc/sources). The
  10. original archive contained also executable file for MS-DOS, which I
  11. have substituted with an OS/2 equivalent. Compiling was done with
  12. CSET/2 1.0 compiler. All the changes made to the original
  13. package are mentioned below. NOTE: the original (garbo-modified)
  14. package is included, because Robert K Jung seems to like it that way
  15. (see `unarj.doc' file).
  16.  
  17. This is a 32 bit version.
  18.  
  19. I've added the option to specify filespecs to the end of the command line
  20. to specify the file(s) to extract along with extraction paths.
  21.  
  22. Format: unarj <command> <archive> [outpath][filespec1] [path][filespec2] ...
  23.  
  24. Outpath:  If specified becomes the default extraction path for all files.
  25.           If not specified the default is the current directory.
  26.  
  27. path:  Overrides the extraction path for the next filespec only.
  28.  
  29. filespec: File(s) to extract.  Wildcards * and ? will be expanded.
  30.  
  31. If nothing is specified after the archive name the default is to extract
  32. all files into the current directory.
  33.  
  34. ****  1/24/94 ****
  35.  
  36. Added Wildcard expansion of the <archive> filespec.  All archives that
  37. match the <archive> filespec will have <command> applied to them.
  38. Valid wildcards are the same as OS/2, * and ?.
  39.  
  40. ****  4/12/97 Viking ****
  41. Thanx Kerry Flint but I make some changes, and bug fixed (see sources)
  42. as extract with full pathname fixed & right detected OS/2 in BC v1.0 for OS/2
  43. added. Sorry for my poor C my native language is Pascal. :)
  44.  
  45. unarj.exe that you will see in archive compiled with 486 instr. on
  46. and packed by LXlite. I think it will be small and very fast.