home *** CD-ROM | disk | FTP | other *** search
- ;
- ; FileActions Sample File
- ;
- ; Syntax:
- ; TYPE <typename> ACTION <action> [QUOTES]
- ;
- ; where <typename> must be a valid WhatIs Type Name
- ; and <action> is an AmigaDOS command string with "%s" instead of the
- ; file name. QUOTES is optional and switches on the quote insertion
- ; to allow MegaView to use filenames with spaces in it. See Documentation
- ; for details.
- ;
- ; Comment lines start with ; Empty lines are allowed.
- ; Use the comment sign (;) for End-Of-Line-Comments, too
-
- TYPE "JPEG" ACTION "dh0:vt %s" QUOTES
- TYPE "ILBM" ACTION "dh0:vt %s" QUOTES
- TYPE Doc ACTION "c:mm %s" QUOTES
- TYPE ReadMe ACTION "c:mm %s" QUOTES
- TYPE Guide ACTION "Amigaguide %s" QUOTES
- TYPE Text ACTION "c:mm %s" QUOTES
-
-