home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 99 / af099sub.adf / MoreTools.lzx / MoreTools / MoreTools.readme < prev    next >
Text File  |  2002-02-06  |  3KB  |  87 lines

  1.  
  2.   Short:       adds items to the 'tools' menu
  3.   Uploader:    luca_di_massimo@amp.flashnet.it
  4.   Author:      luca_di_massimo#amp.flashnet.it (Luca Di Massimo)
  5.   Type:        util/wb
  6.   Requires:    Wb 3.x
  7.   Version:     1.2
  8.  
  9.  
  10.     What it does:
  11.     -------------
  12.  
  13.     MoreTools is a simple utility able to add items  to the Workbench
  14.   "Tools" menu to run programs or execute commands; you can also pass
  15.   them a parameter by selecting some icons before.
  16.  
  17.  
  18.     Disclaimer:
  19.     -----------
  20.  
  21.     This program is provided "as is", without any kind of warranty. I
  22.   have taken every care  in developing it,  but I am not  renponsible
  23.   of any damage it can cause. Use it a your own risk.
  24.  
  25.  
  26.     Copyright:
  27.     ----------
  28.  
  29.     MT is freeware/e-mailware: it can be copied and distributed free-
  30.   ly on the condition that no profit is gained from it distribuition.
  31.   If you find it useful please send me an e-mail or a postcard.
  32.  
  33.  
  34.     Usage:
  35.     ------
  36.  
  37.     MT can be started:
  38.   - from Wb,  double-clicking  on its icon or putting it  in the "Wb-
  39.     startup" drawer;
  40.   - from CLI,  using the command  "run >NIL: MoreTools".  You can put
  41.     this command in your startup-sequence too (_after_ "LoadWb").
  42.  
  43.     The configuration file is "s:MTData" by default; if MT is started
  44.   from CLI you can use a file with another name using the option FILE
  45.   ("run >NIL: MoreTools FILE <filename>").
  46.  
  47.  
  48.     Configuration file:
  49.     -------------------
  50.  
  51.     You can write it with whatever text-editor; for every item to add
  52.   you have to write two lines:
  53.  
  54.   - the first  must start  with the word "ITEM", followed by the name
  55.     of the item;
  56.   - the second must start  with the word "COMMAND",  followed by the
  57.     program to run with full path:
  58.     ITEM      Calculator
  59.     COMMAND   Workbench:tools/calculator
  60.  
  61.     To pass selected icon like a parameter you have to insert "%s" in
  62.   the COMMAND line:
  63.     ITEM     Show
  64.     COMMAND  Workbench:utilities/Multiview %s
  65.     So,  selecting  an icon  and then  the item "Show",  MultiView is
  66.   started and the object linked to the icon is loaded.
  67.  
  68.     To quit MT you can:
  69.   - send it a ^C using the "break" command;
  70.   - put in the configuration file a line containing the word "MTQUIT"
  71.     to add the item "quit MoreTools"; so you can select this to exit.
  72.        
  73.     In this archive you should find  an example of configuration file
  74.   named "MTData.example".
  75.  
  76.  
  77.     Changes from older versions:
  78.     ----------------------------
  79.  
  80.    1.2  Item "quit MoreTools" is now optional;
  81.         it is possible to quit also using the "break" DOS command.
  82.  
  83.    1.1  Added the possibility  to pass  as parameter  the name of the
  84.         configuration file.
  85.  
  86.  
  87.