home *** CD-ROM | disk | FTP | other *** search
- ;
- ; FileActions Sample File
- ;
- ; Syntax:
- ; TYPE <typename> ACTION <action>
- ;
- ; where <typename> must be a valid WhatIs Type Name
- ; and <action> is an AmigaDOS command string with "%s" instead of the
- ; file name.
- ;
- ; Comment lines start with ;
-
- TYPE "JPEG" ACTION "dh0:vt %s"
- TYPE "ILBM" ACTION "dh0:vt %s"
- TYPE Doc ACTION "c:mm %s"
- TYPE ReadMe ACTION "c:mm %s"
- TYPE Guide ACTION "Amigaguide %s"
- TYPE Text ACTION "c:mm %s"
-
-