home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / rexx / 1329 < prev    next >
Encoding:
Text File  |  1992-11-20  |  842 b   |  27 lines

  1. Newsgroups: comp.lang.rexx
  2. Path: sparky!uunet!caen!nic.umass.edu!titan.ucc.umass.edu!gencon06
  3. From: gencon06@titan.ucc.umass.edu (WatchDog)
  4. Subject: ARexx question
  5. Message-ID: <By0op6.Mpn@nic.umass.edu>
  6. Sender: usenet@nic.umass.edu (USENET News System)
  7. Organization: University of Massachusetts, Amherst
  8. Date: Fri, 20 Nov 1992 13:41:30 GMT
  9. Lines: 16
  10.  
  11. How do I execute B.rexx from within A.rexx?  is this done by passing the
  12. filename for B.rexx to either the REXX or the AREXX port?  If so, which one?
  13.  
  14. Also, what does the return look like from either req.library or asl.library
  15. if multiple filenames are selected?  ex/
  16. Path: df0:foo/
  17. Files selected: (selected in order given here)
  18.     foo.bar
  19.     foo.bar.1
  20.     foo.bar.5
  21.     foo.bar.3
  22.     foo.bar.4
  23.     foo.bar.2
  24.  
  25. Any help is much appreciated.
  26.                                                         -Watchdog
  27.