home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / desktop / a / amfutils / !AMFUtils / Defaults < prev    next >
Encoding:
Text File  |  1992-06-23  |  2.3 KB  |  60 lines

  1. |AMFUtils File Operation Definition File  1.00 (23-Jun-92)
  2. |=========================================================
  3. |This file defines the operations that AMFUtils will offer for each filetype.
  4. |Extra File Operation Definitions may be added to the end of this file,
  5. |although you should remember to increment the Number before this list so
  6. |that your new File Operation Definitions are actually included.Lines that
  7. |are prefixed with a '|' in this file are ignored,as are blank lines.
  8. |
  9. |The number beneath determines the actual number of File Operation
  10. |Definitions that are considered to be in this file.It should be exactly the
  11. |same as the number of File Operation Definitions beneath.If it is not,some
  12. |definitions at the end of the list will be ignored.
  13. |
  14. |REMEMBER : Always increment this number when you add to this list.
  15.  
  16. 13
  17.  
  18. |Beneath is the list of the File Operation Definitions recognised by
  19. |AMFUtils.It is defined in the following manner.For each filetype,given by a
  20. |three digit hexadecimal number (or four in the case of a directory or an
  21. |application),the following is given:
  22. |
  23. |FileType Number                        : FFC
  24. |FileType Name                          : Command
  25. |Number of Operations for this FileType : 1
  26. |
  27. |For each Operation,the following is given :
  28. |
  29. |Operation Name                         : Execute
  30. |Operation Command                      : Exec
  31. |
  32.  
  33. |Thus,the list of File Operation Definitions begins here.The code 2000 is
  34. |used for Applications,and the code 1000 for Directories.All other filetypes
  35. |use their relevant number.
  36. |
  37. 2000,Application,3,Run,Run,Set Dir,Dir,Open,Filer_OpenDir
  38. 1000,Directory,2,Set Dir,Dir,Open,Filer_OpenDir
  39. FFF,Text,1,Type,Type
  40. FFE,Command,2,Execute,Exec,Type,Type
  41. FFD,Data,1,Dump,Dump
  42. FFC,Utility,2,Run,Run,Dump,Dump
  43. FFB,Basic,2,Load,Load,Run,Run
  44. FFA,Module,1,Load,RMLoad,Dump,Dump
  45. FF9,Sprite,3,SLoad,SLoad,ScreenLoad,ScreenLoad,IconSprites,IconSprites
  46. FF8,Absolute,1,Run,Run,Dump,Dump
  47. FF7,BBC Font,1,Print,Print
  48. FED,Palette,1,Print,Print
  49. FEB,Obey,2,Obey,Obey,Type,Type
  50.  
  51. |This is the end of the File Operation Definitions list included with
  52. |version 1.00 of AMFUtils.Beneath this is the list of File Operation
  53. |Definitions added by the user.
  54. |
  55.  
  56. |Add your own definitions here.
  57.  
  58. |This is the end of file <AMFUtils$Dir>.Defaults.
  59. |                                                AMF the Doomwatcher
  60.