home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 569a.lha / EdPlayer_REXX / EdP.readme next >
Text File  |  1991-08-11  |  1KB  |  22 lines

  1. ----------------------------------------------------------------------------
  2. This archive contains a small but heavily-commented ARexx script that
  3. demonstrates how to open the ARP library file requester, get a filename,
  4. and pass that name to my music playing program "EdPlayer".  This is useful
  5. if you're having problems with kd_freq.library or if you just want to see a
  6. little example of ARexx using the ARP requester or using EdPlayer.
  7.  
  8. To use this, you need: (a) ARexx itself, and (b) the arp.library.
  9. Also it rather helps to have a copy of EdPlayer.
  10.  
  11. This archive also contains two libraries: "rexxarplib.library" and
  12. "screenshare.library".  These libraries can also be found in the freely
  13. distributable "VLT" archives by Willy Langeveld, and didn't seem to have
  14. any message disallowing their distribution separately.  They are the
  15. interface between ARexx and ARP.
  16.  
  17. I hope this script encourages more people to learn ARexx.  That's what I
  18. was thinking when I commented it, so I tried to make the script SO EASY to
  19. read that anyone can look at it and see what it's doing.
  20.                                 --Ed Mackey,  elm4@ns.cc.lehigh.edu
  21. ----------------------------------------------------------------------------
  22.