home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / rexx / 711 < prev    next >
Encoding:
Text File  |  1992-08-13  |  881 b   |  23 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!gatech!paladin.american.edu!auvm!UCSFVM.BITNET!GOMBERG
  3. Message-ID: <REXXLIST%92081316342058@UGA.CC.UGA.EDU>
  4. Newsgroups: comp.lang.rexx
  5. Date:         Thu, 13 Aug 1992 13:32:31 PDT
  6. Sender:       REXX Programming discussion list <REXXLIST@UGA.BITNET>
  7. From:         Dave Gomberg <GOMBERG@UCSFVM.BITNET>
  8. Subject:      Re: SH Backquote
  9. In-Reply-To:  Message of Thu,
  10.               13 Aug 1992 14:30:54 DST from <VALOREV@DKIBMVM1.VNET.IBM.COM>
  11. Lines: 10
  12.  
  13. There is also the issue of system commands, as opposed to BIFs.
  14.  
  15. For these, use the RXQUEUE function if you are an OS/2 user:
  16.  
  17.    'DATE | RXQUEUE' ; PULL X
  18.  
  19. if date generates only a single line.  Patrick was kind enough to
  20. point this out for us.  Meanwhile, Patrick, is there also a RXSTEM
  21. and if so, can you reproduce the help file for us please?   Many
  22. thanks.   Dave
  23.