home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / compress / misc / xfd / docs / xfddecrunch.doc next >
Text File  |  1995-02-27  |  2KB  |  64 lines

  1. NAME
  2.     xfdDecrunch 1.00
  3.  
  4. SYNOPSIS
  5.     xfdDecrunch SOURCE/A,DEST,ALL/S,FORCE/S,CLONE/S
  6.  
  7. DESCRIPTION
  8.     xfdDecrunch unpacks crunched files. It requires either
  9.     Kickstart V37+ or the arp.library together with older
  10.     releases of the OS.
  11.  
  12.     SOURCE specifies the file(s) that should be decrunched.
  13.     Wildcards of any kind are supported.
  14.  
  15.     DEST is the file/drawer to save the result to.
  16.     If SOURCE contains wildcards/is a drawer, DEST must be
  17.     a directory. If it doesn't exist, it will be created.
  18.     If SOURCE is a single file, DEST can be    an existing
  19.     directory or a (new) filename. In the first case, the
  20.     old filename will be used in the new directory. 
  21.     Without DEST, the old files will be overwritten.
  22.  
  23.     ALL makes xfdDecrunch go through all subdirectories
  24.     that exist in SOURCE. Note that these drawers are
  25.     not created in the DEST directory.
  26.  
  27.     If DEST already exists, you will be asked if you want
  28.     to overwrite the file. With FORCE, this request will
  29.     be skipped.
  30.  
  31.     With CLONE, the decrunched files receive the same
  32.     comments, creation dates and protection bits as the
  33.     source files. 
  34.  
  35. EXAMPLES
  36.     Shell> xfdDecrunch DH0:C/#?
  37.         Decrunches all files in DH0:C.
  38.  
  39.     Shell> xfdDecrunch DF0:#? DH0:Temp ALL CLONE
  40.         Decrunches all files on DF0: and saves them
  41.         with the original attributes to DH0:Temp.
  42.  
  43.     Shell> xfdDecrunch DF2:Test DF1:Test FORCE
  44.         Decrunches DF2:Test and overwrites DF1:Test
  45.         without asking the user.
  46.  
  47. HISTORY
  48.     xfdDecrunch 1.00
  49.     - First public release.
  50.  
  51.     To do:
  52.     - Automatic subdirectory creation.
  53.     - Possibility to link some startup code to files that
  54.       are relocated to absolute addresses.
  55.  
  56. COPYRIGHT
  57.     xfdDecrunch is freely distributable for noncommercial use.
  58.  
  59. AUTHOR
  60.     Georg Hörmann
  61.     Am Lahnewiesgraben 19
  62.     82467 Garmisch-Partenkirchen
  63.     Germany
  64.