home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / rexx / 715 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  1.4 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!rutgers!cbmvax!chrisg
  2. From: chrisg@cbmvax.commodore.com (Chris Green)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: SH Backquote
  5. Message-ID: <34260@cbmvax.commodore.com>
  6. Date: 14 Aug 92 14:23:04 GMT
  7. References: <REXXLIST%92081316342058@UGA.CC.UGA.EDU>
  8. Reply-To: chrisg@cbmvax.commodore.com (Chris Green)
  9. Organization: Commodore, West Chester, PA
  10. Lines: 24
  11.  
  12. In article <REXXLIST%92081316342058@UGA.CC.UGA.EDU> GOMBERG@UCSFVM.BITNET (Dave Gomberg) writes:
  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.  
  24.  
  25.     Similarly, in AREXX you do
  26.  
  27.     'date | execio fifo' ; pull x
  28. -- 
  29. *-------------------------------------------*---------------------------*
  30. |Chris Green - Graphics Software Engineer   - chrisg@commodore.COM      f
  31. |                  Commodore-Amiga          - uunet!cbmvax!chrisg       n
  32. |My opinions are my own, and do not         - icantforgettheimpression  o
  33. |necessarily represent those of my employer.- youmadeyouleftaholeinthe  r
  34. |"A screaming comes across the sky..."      - backofmyhead              d
  35. *-------------------------------------------*---------------------------*
  36.