home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ARexxTools / ButtonBar_v10.lha / ButtonBar.Readme < prev    next >
Encoding:
Text File  |  1994-01-19  |  1.0 KB  |  27 lines

  1. Short: Creates a window of user-defined buttons that sends arexx commands
  2. Type: util/rexx
  3. Uploader: Greg_Gerke@Sterling.COM
  4. Author: Greg_Gerke@Sterling.COM
  5.  
  6. ButtonBar is an Arexx script that creates a window based on user-supplied
  7. information that will fill the window with buttons that have text written on
  8. them. In this way you can make a window of your most frequently used commands
  9. and access them via a click of the mouse.
  10.  
  11. Quick Start for ButtonBar
  12. =========================
  13.  
  14. Here's a way to quick-start using ButtonBar. To do this you'll need to already
  15. have one of the programs that there is a Template file pre-built for. These
  16. programs are: Turbotext, Terminus, and Term.
  17.  
  18. Assuming you're going to use TurboText, you would do the following:
  19.  
  20. rx buttonbar turbotext.template
  21.  
  22. This would open a window with a series of buttons of some of the more commonly
  23. used commands. See the file ButtonBar.iff for what this might look like while
  24. running.
  25.  
  26. Also read the full documentation to see how to create your own template files.
  27.