home *** CD-ROM | disk | FTP | other *** search
- ; Amake.Bat allows you to turn one file into a compressed file.
- ; ie if you have temp.dat in a directory all by itself and type
- ; AMAKE, it will change to temp.lzh
-
- ;──────────────────────────────────────────────────────
- ;options
- ;──────────────────────────────────────────────────────
-
- smart_mode ON ; Must be on for AMAKE
- recurse OFF ; Must be off for AMAKE
- date_retain ON ;ON/OFF/LAST/FIRST
- summary OFF ;ON/OFF
- keep_smallest OFF ;ON/OFF
- keep_old BENCH ;ON/OFF/BENCH
- self_extracts OFF ;ON/OFF
- convert_pak2 OFF ;ON/OFF
- convert_zip1 OFF ;ON/OFF
-
- U * copy ..\*.* .\*.* <
- ;U * red ..\*.* .\ ; Much faster if you have RED or MOVE
- ;──────────────────────────────────────────────────────
- A .LZH LHARC a ; A = Archiving Method
- ;A .ZIP PKZIP
- ;A .PAK PAK a ; Uncomment (remove the ;) in front of the archiver(s)
- ;A .ZOO ZOO a ; you are converting to
- ;A .DWC DWC a
- ;A .ARC PKARC a
-
-
-