home *** CD-ROM | disk | FTP | other *** search
- @echo off
- loadbtm on
- setlocal
-
- :: DeArchive, 27 Jun 1993, by E.T.C. Ver. 1.00
- :: This btm file extracts files from archives. It tries to resolve which
- :: archive is used by looking in the archive file extension, and matching
- :: it against one of a list. It guesses which file is the archive file
- :: by taking the first argument that doesn't begin with a '-' or '/'.
- :: This is not an AI project - it can be fooled to use the wrong archive
- :: or format, but will behave well on most requests.
- :: This is mainly a sample file: I don't use most of these decompressors, so
- :: I made only little testing with some. Please report any bugs.
- :: Adjust any options as it suits you.
-
- if "%1" == "" goto syntax
-
-