home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 402.lha / AddTools_v1.0 / AddTools.Doc < prev    next >
Text File  |  1990-07-31  |  1KB  |  38 lines

  1. AddTools V1.0, by Steve Tibbett
  2.  
  3.  
  4. AddTools is a utility for Workbench 2.0, and is completely useless
  5. under 1.3.
  6.  
  7. It adds items to the "Tools" menu, and when these items are selected,
  8. it runs the program that you have attached to it.  This is great for
  9. such things as starting up a terminal, a Shell window, or whatever
  10. other items you want to put here.
  11.  
  12. To use, put the following line in your startup sequence:
  13.  
  14.     RUN >NIL: <NIL: ADDTOOLS
  15.  
  16. and make sure it's in your path somewhere at this point.  ADDTOOLS
  17. looks for a file in S: called "ToolsList", in this format:
  18.  
  19.     Menu Item Title
  20.     Command To Execute When Selected
  21.  
  22. so a sample file could look like:
  23.  
  24.     New CLI
  25.     NewCLI "Con:0/0/640/200/CLI Window/CLOSE"
  26.     Baud Bandit
  27.     Bandit
  28.     
  29. which would add 2 items to the Tools menu, "New CLI" and "Baud Bandit".
  30.  
  31.  
  32. The source is included, and compiles on my system just fine.  It assumes
  33. that you have the 2.0 includes as INCLUDE:/COMPILER_HEADERS_2.0/.
  34.  
  35. This program is Public Domain, supplied as is.  If you have any questions,
  36. you can get ahold of me on People/Link as STEVEX, Bix as s.tibbett,
  37. or on my BBS at 613-731-3419.
  38.