home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / ARCHIVE / AU112D.ZIP / AMAKE.CFG < prev    next >
Encoding:
Text File  |  1990-06-23  |  1.2 KB  |  33 lines

  1. ;────────────────────────────────────────
  2. ; Amake.cfg 1.12d Configuration file
  3. ;────────────────────────────────────────
  4. ; Amake.Bat allows you to turn one file into a compressed file.
  5. ; ie if you have temp.dat in a directory all by itself and type
  6. ; AMAKE, it will change to temp.lzh
  7.  
  8.      ;──────────────────────────────────────────────────────
  9.      ;options
  10.      ;──────────────────────────────────────────────────────
  11.  
  12.      smart_mode ON          ; Must be on for AMAKE
  13.      recurse OFF            ; Must be off for AMAKE
  14.      date_retain ON         ;ON/OFF/LAST/FIRST
  15.      summary OFF            ;ON/OFF
  16.      keep_smallest OFF      ;ON/OFF
  17.      keep_old BENCH         ;ON/OFF/BENCH
  18.      self_extracts OFF      ;ON/OFF
  19.      convert_pak2 OFF       ;ON/OFF
  20.      convert_zip1 OFF       ;ON/OFF
  21.  
  22.      U * copy ..\*.* .\*.* <
  23.      ;U * red ..\*.* .\  ; Much faster if you have RED or MOVE
  24.      ;──────────────────────────────────────────────────────
  25.      A .LZH LHARC a       ; A = Archiving Method
  26.      ;A .ZIP PKZIP
  27.      ;A .PAK PAK a        ; Uncomment (remove the ;) in front of the archiver(s)
  28.      ;A .ZOO ZOO a        ; you are converting to
  29.      ;A .DWC DWC a
  30.      ;A .ARC PKARC a
  31.  
  32.  
  33.