home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / arexx / rexecu.lha / Rexecute.intro < prev    next >
Encoding:
Text File  |  1989-12-03  |  1.6 KB  |  37 lines

  1.  
  2. I've been using this little Arexx thingy for over a year, and it just
  3. occurred to me someone else might find this useful.  I'm a CLI user,
  4. but like to use the mouse when it makes my life easier, and this
  5. program helps.  RExecute is nothing fancy, but provides a decent
  6. alternative to trying to remember a dozen CLI aliases or creating
  7. icons for all your scripts.  With this, CLI users can make their
  8. script names as long and descriptive as they want!  
  9.  
  10. RExecute uses the arp.library requester to display a list of script
  11. files which can be easily clicked on with the mouse to EXECUTE.  The
  12. requester just hangs out on the WorkBench screen waiting for the user
  13. make a selection.  Double-clicking on the script name executes it,
  14. and the requester returns for your next request.  This program is
  15. simple in function, and requires ARexx, arp.library and
  16. rexxarp.library (NOT INCLUDED) to run.
  17.  
  18. I use a subdirectory in my s: drive called "Common_Apps" (which can
  19. contain additional subdirectories if you're a stickler for
  20. organization) to contain my most frequently used scripts.  I use this
  21. primarily for those scripts which launch significant programs, such
  22. as a word processor (e.g., after assigning font libraries, changing
  23. current directories, and/or changing stack sizes).
  24.  
  25. I'd guess we don't see a lot of ARexx scripts published because the
  26. authors, like me, might feel the utility is so specific to our
  27. personal needs that no one else would care.  If nothing else, though,
  28. publishing interesting projects can provide some great EXAMPLES for
  29. others to build on!
  30.  
  31. *** John
  32.  
  33. PLink: J DUBLER
  34. CI$:   73220,2567
  35.  
  36. Saved: 11/25/89
  37.