home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 563.lha / ChangeDefaultTool / CDT.doc < prev    next >
Text File  |  1991-10-28  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4.                              ChangeDefaultTool
  5.                   ©1991 by Peter Kunath and Frank Riffel
  6.             THIS TOOL REQUIRES KICKSTART V37.175 OR HIGHER !!!
  7.         
  8.  
  9. =============================== DISCLAIMER ============================
  10.  
  11. This program is FREELY DISTRIBUTABLE, but COPYRIGHTED. This means that 
  12. you can copy it freely as long as you don't ask for any more money 
  13. than a nominal fee for copying. This program may be put on PD disks, 
  14. especially on Fred Fish's AmigaLibDisks. If you want to distribute this
  15. program you MUST keep the source code with it. Program, document and 
  16. source code must be distributed in their original UNMODIFIED form. Of 
  17. course you can use an archiver like LHarc to make it available on
  18. mailboxes and FTP sites. This program cannot be used for commercial 
  19. purposes without written permission from the authors. The authors can 
  20. not be made responsible for any damage which is caused by using this 
  21. program.
  22.  
  23. =============================== What is CDT? ===========================
  24.  
  25. If you often copy Tools from PD Disks  onto your Harddisk you probably 
  26. know the following requester verry well:
  27.  
  28.          >> Unable to open your tool ':c/Muchmore' <<
  29.  
  30. Every time this requestor showed up I was forced to change the default 
  31. tool by myself to C:MuchMore or to invoke a Texteditor so that I could 
  32. read the file. I thought there must be a esier way of changing the 
  33. default tool. CDT is the result of this thought. It is a program that  
  34. changes the tooltype entry of an project icon on the fly. CDT is written
  35. in Assembler (DevPac). It opens a AppWin on the Workbench. Simply drop 
  36. the icon you wish to change in it and the default tool of this icon is 
  37. magicaly changed to the specified one.   
  38.  
  39. =============================== How to use? ============================
  40.  
  41. CDT can be used from Workbench or CLI either. If you start from WB you 
  42. can specifiy the folowing ToolTypes:
  43.  
  44.     POSITION=<PosX/PosY>            ; default 0/0
  45.     SIZE=<SizeX/SizeY>            ; default 110/110
  46.     DEFAULTTOOL=<Default Tool>    ; default C:MuchMore
  47.  
  48. The tooltypes are not case sensitive. The CLI qualifiers can be derived 
  49. from the first letter of the tooltypes:
  50.  
  51.     -p<PosX/PosY>             ; top left edge of the AppWin 
  52.     -s<SizeX/SizeY>            ; size of the AppWin
  53.     -d<Default Tool>         ; New DEFAULT TOOL string
  54.  
  55. If the window is aktive the DEFAULT TOOL string is shown as Screentile.
  56.  
  57. ========================================================================
  58.  
  59. If you find any BUGS, have SUGGESTIONS or REMARKS about this program 
  60. write to :
  61.                                Frank Riffel
  62.                                 Merkstr. 27
  63.                               8129 Wessobrunn
  64.                                   Germany
  65.  
  66. ========================================================================
  67.