home *** CD-ROM | disk | FTP | other *** search
- Jack Grey 06/07/92 Cserve 76040,342
-
- This is a port of Robert Jung's unarj extraction program to OS2 2.0
- using the GNU C compiler. The .cmd files cc.cmd, munarj.cmd, and
- lunarj.cmd are the compilation and link files used. The source environ.c
- was altered to support file date/time stamping. The source unarj.c is
- based on Jung's unarj 2.30 with modifications from S. Dudley's unarj.c
- source of 12/91 to allow command line filelists. It is quite fast;
- in extraction tests with various .ARJ archives vs. S. Dudley's 16 bit
- MSC 6.0 port the 16 bit version took 35 to 55% longer to extract. Source,
- object, and executables have been included.
-
- This program has NOT been tested with HPFS, as I did not have a system
- available for testing. For what it's worth, the GNU compiler may be run
- on a FAT file system by truncating directory and file names to 8 characters
- and making appropriate changes to include file references.
-
- I offer this for use at your own risk; I cannot be liable for problems
- that may occur, but suffice to say I use it myself and have found results
- most satisfactory. Your comments will be appreciated.
-
- Type gnunarj at the command line for usage instructions.
-
- I have included sources, command files, object files and executables in
- the self-extracting archive.
-