home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 1 / FFMCD01.bin / bbs / libdisks / d900t930 / disk908.lha / MegaView / FileActions < prev    next >
Encoding:
Text File  |  1993-08-28  |  429 b   |  20 lines

  1. ;
  2. ; FileActions Sample File
  3. ;
  4. ; Syntax:
  5. ; TYPE <typename> ACTION <action>
  6. ;
  7. ; where <typename> must be a valid WhatIs Type Name
  8. ; and <action> is an AmigaDOS command string with "%s" instead of the
  9. ; file name.
  10. ;
  11. ; Comment lines start with ; 
  12.  
  13. TYPE "JPEG" ACTION "dh0:vt %s"
  14. TYPE "ILBM" ACTION "dh0:vt %s"
  15. TYPE Doc    ACTION "c:mm %s"
  16. TYPE ReadMe ACTION "c:mm %s"
  17. TYPE Guide  ACTION "Amigaguide %s"
  18. TYPE Text   ACTION "c:mm %s"
  19.  
  20.