home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsp / runner / !Runner / !Help < prev    next >
Text File  |  1995-08-20  |  4KB  |  102 lines

  1.  
  2.  
  3.                Runner
  4.                ======
  5.               
  6.               
  7.      © copyright Ian Palmer 1995
  8.      ---------------------------
  9.      
  10.      
  11.             Version 1.01
  12.             ------------
  13.      
  14.      
  15. Introduction
  16. ------------
  17.  
  18. 'Runner' is a small application that allows you to configure different
  19. filetypes to be 'run' by applications that would not normally respond to a
  20. file of that type being double clicked.
  21.  
  22. For example, ChangeFSI only responds to double clicks to JPEG and TIFF files,
  23. however it totally ignores other file types (eg. GIF). Runner will allow you
  24. to double click on these filetypes and have the relevant application accept
  25. them.
  26.  
  27.  
  28. Configuration
  29. -------------
  30.  
  31. Configuration of Runner is via a text file (called 'List') stored in the
  32. !Runner application directory. This file details applications and the
  33. filetypes that should be passed to them.
  34.  
  35. The following is an example of a configuration file:
  36.  
  37. ===============================================================
  38. :ChangeFSI:Resources:$.Apps.!ChangeFSI.!Run
  39. 695,69E
  40. 690,69C
  41. ===============================================================
  42.  
  43. The first line defines an application (ChangeFSI in this case) and is a colon
  44. followed by the application name (as displayed in the task manager window)
  45. followed by another colon, which in turn is followed by the full path name of
  46. what to run to start the application.
  47.  
  48. The following lines then define file types (in hex) that should be passed to
  49. the application in question. The list can be any number of lines long, and
  50. each line can contain any number of filetypes (separated by a ',').
  51.  
  52. The file can contain any number of applications. Just place a new application
  53. at the end of the file and follow it by the list of filetypes for that
  54. application.
  55.  
  56. As well as being able to get ChangeFSI to respond to double clicks on picture
  57. files, !Runner is also useful to users of SparkFS for getting it to handle 
  58. the new ArcFS archives (which use a different file type).
  59.  
  60. However SparkFS is a little fussy about files being passed to it, and only
  61. accepts files dragged to its iconbar icon. To get Runner to pretend to do this
  62. you need to add an extra parameter to the definition.
  63.  
  64. For example, the following configuration entry:
  65.  
  66. ===============================================================
  67. :SparkFiler:-2:ADFS::HardDisc4.$.Utilities.Archivers.!SparkFS.!Run
  68. 3FB
  69. ===============================================================
  70.  
  71. would make new ArcFS archives be handled by SparkFS (assuming it was located
  72. in ADFS::HardDisc4.$.Utilities.Archivers). Note the extra -2 parameter (and
  73. an extra ':' seperator); this tells Runner to fake a drag to the iconbar icon
  74. and also tells Runner that SparkFS lives on the left hand side of the iconbar
  75. (-1 would indicate that it was oh the right hand side).
  76.  
  77.  
  78.  
  79. User Licence
  80. ------------
  81.  
  82. !Runner is FREEWARE, and as such can be freely used and distributed by anyone
  83. as long as the following rules are obeyed:
  84.  
  85.   • The application is distributed intact, with all original files unaltered.
  86.   
  87.   • There is no charge made for the application itself, nor commercial gain
  88.     from its distribution.
  89.     
  90.   • All copyright messages remain intact.
  91.   
  92.  
  93. The author reserves the right to prohibit any individual or organization the
  94. right to use and/or distribute this software.
  95.  
  96. This program is supplied 'as is', without express or implied warranty. No
  97. representations are made about the suitability of this software for any
  98. purpose. The author can not accept liability for any loss or damage resulting
  99. from the use of this program.  
  100.  
  101. All rights reserved.
  102.