home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / desktop / cliguard_1 / !CLIGuard / FileDrags < prev    next >
Text File  |  1995-01-02  |  1KB  |  22 lines

  1. | This file contains the commands that will be run when you drag a file of a
  2. | certain file-type to the CLI Guardian icon.
  3. | The variable <CLIGuard$File> holds the full path-name of the file dragged
  4. | to the icon.
  5. | Two special types are available:
  6. |     1000: directory
  7. |     2000: application
  8. | Make sure you use SetMacro so the variable CLIGuard$File is only
  9. | substituted when the command is run.
  10.  
  11. SetMacro CLIGuard$RunType_001 PlayMod <CLIGuard$File>
  12. SetMacro CLIGuard$RunType_CB6 PlayMod <CLIGuard$File>
  13. SetMacro CLIGuard$RunType_FEB Type <CLIGuard$File>
  14. SetMacro CLIGuard$RunType_FF8 Dump <CLIGuard$File>
  15. SetMacro CLIGuard$RunType_FF9 IconSprites <CLIGuard$File>
  16. SetMacro CLIGuard$RunType_FFA RMLoad <CLIGuard$File>
  17. SetMacro CLIGuard$RunType_FFB Basic -load <CLIGuard$File>
  18. SetMacro CLIGuard$RunType_FFD Dump <CLIGuard$File>
  19. SetMacro CLIGuard$RunType_FFF Type <CLIGuard$File>
  20. SetMacro CLIGuard$RunType_1000 Filer_OpenDir <CLIGuard$File>
  21. SetMacro CLIGuard$RunType_2000 Filer_Boot <CLIGuard$File>
  22.