home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / packery / unrar / readme < prev    next >
Text File  |  1977-12-31  |  2KB  |  54 lines

  1.  
  2.  ******    *****   ******
  3.  **   **  **   **  **   **       unRAR utility version 1.01
  4.  ******   *******  ******        ~~~~~~~~~~~~~~~~~~~~~~~~~~
  5.  **   **  **   **  **   **         FREE portable version
  6.  **   **  **   **  **   **         ~~~~~~~~~~~~~~~~~~~~~
  7.  
  8.     The unRAR utility is a freeware program, distributed with source 
  9.     code and developed for extracting, testing and viewing the 
  10.     contents of archives created with the RAR archiver, version 1.50 
  11.     and above.  For the usage and distribution license please read the 
  12.     file LICENSE.TXT.
  13.  
  14.     The unRAR utility is a minor part of the RAR archiver and contains
  15.     RAR uncompression algorithm. UnRAR requires very small volume of
  16.     memory to operate. THIS SOURCE CODE DIFFERS FROM THE DOS unRAR
  17.     UTILITY, BECAUSE ALL OPTIMIZED ASM-ROUTINES PORTED IN C-CODE AND
  18.     THERE ARE NO SWITCHES NOR HANDLING OLD ARCHIVE TYPE IMPLEMENTED.
  19.  
  20.     The unRAR utility does not depend upon the RAR environment 
  21.     variable or the configuration file RAR.CFG, for default options. 
  22.  
  23.     The portable C source code of UNRAR contains files: 
  24.  
  25.             UNRAR.C       Main code and functionality
  26.             UNPACK.C      Unpacking procedures
  27.             UNRAR.H       Definitions
  28.  
  29.     You should uncomment one of initial strings in UNRAR.H to define
  30.     the Operating System you are using (generic DOS, OS/2 and UNIX types
  31.     are currently supported).
  32.  
  33.     Compile it using the Compact, Large or Huge memory model.
  34.  
  35.     You can define the optional macro SETFILETIME in UNRAR.H in order to
  36.     allow UNRAR properly handle the time format of your operating media.
  37.     The first argument of SETFILETIME is FILE *DestFile, and the second
  38.     one - pointer to the DOS time structure. You can disable SETFILETIME
  39.     by single ';' after the macro name.
  40.  
  41.     To build UNRAR executable you need to compile UNRAR.C module only.
  42.  
  43.     Usage:
  44.             UNRAR <command> -<switches> <archive> <files...>
  45.  
  46.   Commands:
  47.  
  48.   e             Extract files to current directory
  49.   l             List contents of archive
  50.   t             Test archive files
  51.   v             Verbosely list contents of archive
  52.   x             Extract files with full path
  53.  
  54.