home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d178 / rexxarplib.lha / RexxArpLib / rexx / ReadmeFirst < prev    next >
Text File  |  1989-02-04  |  2KB  |  36 lines

  1.  
  2.     Here are a bunch of macros that Marvin wrote. Unfortunately, he
  3. usually writes them for his setup, which means that often they break on
  4. other people's. For example, his setup has an interlaced Workbench with
  5. a LOT of overscan and sometimes he makes assumptions about how far he
  6. can open up TxEd windows and such. Some macros also REQUIRE thet the WB
  7. be interlaced. Then again, he uses WShell with any number of aliases:
  8. some macros refer to commands that don't exist on other people's
  9. machines. For example, some macros are hidden away in subdirectories of
  10. rexx: macros such as phyzpub are in rexx:phyzstuff, and one needs an
  11. 'alias phyzpub rexx:phyzpub' to make some other macros work. Also, you 
  12. need to add the libraries to the system before you run any of these.
  13. So type 'addrexxlib' before you start.
  14.     I edited a few of the macros so they work more generally. To
  15. start exploring all this, type 'fastmenu' at the WShell prompt or 
  16. 'rx fastmenu' if you only have ARexx but not WShell. By the way: some
  17. of these macros undoubtedly require WShell. Anyway: fastmenu is itself
  18. an ARexx macro, and it is an interesting example of how to use the
  19. rexxarlib.library. Though when you click on some of its gadgets nothing
  20. may happen because things on your system are missing oe aliases not set
  21. properly etc., these macros *should* at least give you some idea of how
  22. to use rexxarlib's various functions. So browse through them, read the
  23. rexxarplib documentation, and as usual, if you have questions ask on
  24. BIX in the amiga.user/arexx topic.
  25.     In the next few months I will probably be (re)writing a lot of
  26. this, but I wanted to get the rexxarplib.library out to the public now.
  27.     So, these macros are provided "as is", and they may require
  28. some assembly before they work on your system...
  29.  
  30.     Good luck!
  31.  
  32.  
  33.     Willy.
  34.  
  35.  
  36.