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