home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / packer / ain22 / ain.hlp < prev    next >
Text File  |  1993-12-10  |  5KB  |  155 lines

  1. AIN 2.2  Copyright (c) 1993  TRANSAS MARINE Ltd.
  2. A new archiver.  In  some cases it compresses  twice better than the well-
  3. known ARJ 2.30, which it is similar to by the features it provides.  It is  
  4. also faster than any other archiver.
  5.  
  6.      Usage
  7.  
  8. AIN <command> [{/|-}<switch>...] <archive name>[.AIN]
  9.     [<base directory name>\] [@<list name>|<wild name>...]
  10.  
  11.      <Commands>
  12.  
  13. a: Add files to archive
  14. d: Delete files from archive
  15. e: Extract files from archive
  16. f: Freshen files in archive
  17. l: List of contents of archive
  18. m: Move files to archive
  19. t: Test integrity of archive
  20. u: Update files to archive
  21. v: Verbosely list contents of archive
  22. x: eXtract files with full pathname
  23. y: copY archive with new options
  24.  
  25.      <Switches>
  26.  
  27. f: archive Fragment size
  28.    f<number>[K] or f<number>M: size of <number> K (or M) bytes
  29.      f360, f800K, f1.2M
  30.    fa: use all the free space on the disk (default)
  31. h or ?: Help
  32. g: Garble archive with password
  33.    g<password>[=<new password>]
  34.    gJohn - garble with password "John"
  35.    g?[=?] - enter password from keyboard
  36. m: Method of compression
  37.    m1: maximal compression, slow
  38.    m2: normal compression (default)
  39.    m3: fast compression
  40.    m4: no compression
  41. o: Output directory (with a, f, m, u, y commands)
  42.    oa:\ - place the archive updated into directory a:\
  43. p: match using full Pathnames (with e, l, v, x)
  44. p1: match Pathname with subdirectories
  45. r: Recurse subdirectories (with a, f, m, u)
  46. s: (All) set archive time-Stamp
  47. u: archive Update speed
  48.    u1: slow update, higher compression (default)
  49.    u2: normal update speed
  50.    u3: fast update, lower compression
  51. w: assign Work directory
  52.    wd:\tmp - place temporary files into d:\tmp directory
  53. x: eXclude files from processing
  54.    x{@<list name>|<wild name>}
  55.    x*.exe: exclude *.exe files
  56.    x@list.txt: exclude files listed in file list.txt
  57. y: reply Yes to the program request
  58.    yo: overwrite existing file
  59.    yf: proceed to next fragment
  60.    y:  reply Yes to all requests
  61.  
  62.  
  63.      Archiver's options constantly used are recommended to be stored  into the
  64. AIN_SW enviroment variable. For example, you may want to place the command:
  65.  
  66.                  SET AIN_SW=/WC:
  67.  
  68. into  autoexec.bat  in  order to  avoid  "Disk full" message  when updating an
  69. archive on a floppy disk.
  70.  
  71.      Examples
  72.  
  73.      1. AIN A ARCHIVE1
  74. Create the ARCHIVE1.AIN archive and store in it all  files  from  the  current
  75. directory.
  76.  
  77.      2. AIN E ARCHIVE1
  78. Extract to the current directory all the files stored in the archive.
  79.  
  80.      3. AIN E ARCHIVE1 A:\PROJECT\ *.C *.ASM
  81. Extract to the directory A:\PROJECT all files whose extensions are
  82. either .C or .ASM.
  83.  
  84.      4. AIN F ARCHIVE1
  85. Freshen files of the archive with newer copies (if any).
  86.  
  87.      5. AIN A /R /M3 ARCHIVE2 \BC\ *.EXE *.COM
  88. Create an archive  and store *.EXE and *.COM files contained in the \BC direc-
  89. tory and all its subdirectories.
  90.  
  91.      6. AIN X ARCHIVE2
  92. Extract all files  restoring  their paths.  Automatically create all necessary
  93. directories.
  94.  
  95.      7. AIN F ARCHIVE2 \BC\
  96. Freshen  files of the archive with newer copies (if any), contained in the \BC
  97. directory without subdirectories.
  98.  
  99.      8. AIN /R F ARCHIVE2 \BC\
  100. Freshen  files of the archive with newer copies (if any), contained in the \BC
  101. directory and its subdirectories.
  102.  
  103.      9. AIN /R U ARCHIVE2 \BC\  *.COM *.BAT
  104. Freshen *.COM files and add  *.BAT files, contained in the  \BC  directory and
  105. its subdirectories.
  106.  
  107.     10. AIN D ARCHIVE2 *.EXE
  108. Delete all *.EXE files from the archive.
  109.  
  110.     11. AIN V /P A:ARCHIVE2 \BC\BIN\*.*
  111. Display information about files of the archive's \BC\BIN directory.
  112.  
  113.     12. AIN V /P1 A:ARCHIVE2 \BC\BIN*.*  > ARC.DIR
  114. Display information about files whose full names begin with "\BC\BIN".
  115.  
  116.     13. AIN Y /M1 /U3 ARCHIVE1
  117. Reproduce the archive using "M1" compression method and fast update option.
  118.  
  119.     14. AIN Y /FA /OA: C:ARCHIVE1
  120. Reproduce  the archive  existing on C: drive  to A: drive archive divided into
  121. fragments, using all free space of every diskette.
  122.  
  123.     15. AIN A /F360 A:ARCHIVE3 @WILDLIST
  124. Create archive on A: divided into 360K fragments and add files whose names and
  125. name templates are contained in WILDLIST file.
  126.  
  127.     16. AIN F /WC:\TMP A:ARCHIVE3.001
  128. Freshen files of the second archive fragment, using  C:\TMP for storing tempo-
  129. rary data.
  130.  
  131.     17. AIN M /GEAST  ARCHIVE4 /X*.OBJ /X*.EXE
  132. Moving  all  the  files  from  the current directory, except  *.OBJ and *.EXE.
  133. Archive is encrypted with the password "EAST".  Files  successfully  stored in
  134. archive will be deleted from the directory.
  135.  
  136.     18. AIN Y /GEAST=WEST  ARCHIVE4
  137. Change the password to "WEST".
  138.  
  139.     19. AIN Y /GWEST=  ARCHIVE4
  140. Cancel the encryption.
  141.  
  142.     20. AIN /? > AIN.HLP
  143. Write down this Help into the AIN.HLP file.
  144.  
  145.     Dear Customer, if you have decided to use this program on a regular basis, 
  146. we would  recommend you to  transfer the amount of USD 17.00 to TRANSAS MARINE 
  147. account. This money will facilitate further development of the archiver.
  148.  
  149. PYMENTS TO:                TRANSFERS TO :
  150. First Base, Enterprise House            National Westminster Bank PLC
  151. Ocean Village,                          Southampton High Street
  152. Southampton S01 1XB, UK                       Branch
  153. Phone : +44 703 332730            P.O. Box No.:315,
  154. Fax   : +44 703 332050                  Southampton S09 7NA UK
  155.                                         Account No.:13223291