home *** CD-ROM | disk | FTP | other *** search
- #
- # Config file for Undo
- # Copyright (C) Todd M. Kennedy, 1992. All rights reserved.
- #
- # The format of this file is rather simple.
- #
- # [extension] -- the extension of the archive
- # archive_Name -- the program that will be executed to unarchive files with
- # the above extension.
- # unarc_Opts -- any parameters needed for unarchiving
- # view_Opts -- any parameters needed for viewing
- #
- # If there are any options that you don't want to include, or don't need to,
- # simply use the keyword "NULL".
- #
- # The program will simply ignore any line that is either blank, or starts
- # with a '#'.
- #
-
- # archivers
-
- [.ARC]
- pkunpak
- NULL
- -v
-
- [.ARJ]
- arj
- x
- l
-
- [.DWC]
- dwc
- x
- l
-
- [.LZH]
- lharc
- x
- v
-
- [.TAR]
- tar
- -xvf
- -tvf
-
- [.Z]
- compress
- -dv
- NULL
-
- [.ZIP]
- pkunzip
- NULL
- -v
-
- [.ZOO]
- zoo
- -e
- -l
-
- # Graphics stuff
-
- [.JPG]
- djpeg
- NULL
- NULL
-
- [.GIF]
- vpic
- NULL
- NULL
-
- # Text stuff
-
- [.TXT]
- q
- NULL
- NULL
-
- [.DOC]
- q
- NULL
- NULL
-
- # Other stuff
-
- [.UUE]
- uudecode
- NULL
- NULL
-
-