home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Recent / util / rexx / dofile50.readme < prev    next >
Text File  |  2000-07-23  |  2KB  |  39 lines

  1. Short:    Nice datatype based processfile script
  2. Author:   rolfrotvel@bigfoot.com
  3. Uploader: rolfrotvel@bigfoot.com
  4. Type:     util/rexx
  5. Replaces: util/rexx/dofile42.lha
  6. Requires: WB 3.x (With lots of datatypes)
  7.  
  8. Dofile recognizes the filetype using datatypes.library and launches the
  9. corresponding tool.
  10.  
  11. This enables you to use your favorite viewer/player/editor instead of
  12. Multiview and still keep the advantage of the datatypes.library
  13. filetype recognition. But Dofile can also recognize files using filename
  14. matching.
  15. Both datatypes (and filename patterns) can be any AmigaDOS pattern. This
  16. makes it easy to group datatypes together that uses the same viewer. 
  17.  
  18. Very useful when installed as a do-it-all appicon in Toolmanager. It's
  19. also possible to use Dofile as default tool in Workbench project icons.
  20. You can even use a ToolAlias utility to redirect all calls to Dofile.
  21. And of course it also works nicely from CLI.
  22.  
  23. Now you only have one global config file to change when you install eg.
  24. a new JPEG viewer.
  25.  
  26. Other features:
  27.   * Changes directory to the datafile directory if possible. Making it
  28.     easier to load other files in eg. a text viewer.
  29.   * Handles icons that has no matching file perfectly
  30.   * Has a SHOWDATATYPE switch that displays the datatype of a file in
  31.     a requester.
  32.   * Uses filenotification to reread the prefs file each time you change it
  33.   * It's possible to set the stacksize of the command
  34.   * Dofile opens a filerequester if you don't pass it a file as argument.
  35.     If you pass it a directory it will open the filerequester in that
  36.     directory.
  37.  
  38. 5.0 - Almost a complete rewrite.
  39.