home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / programm / 4553 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  897 b 

  1. Path: sparky!uunet!email!news.univie.ac.at!nestroy!awiwuw11!rony
  2. Organization: Wirtschaftsuniversitaet Wien, Vienna, Austria
  3. Date: Monday, 24 Aug 1992 19:59:11 CET
  4. From: FLATSCHER Rony <RONY@awiwuw11.wu-wien.ac.at>
  5. Message-ID: <92237.195911RONY@awiwuw11.wu-wien.ac.at>
  6. Newsgroups: comp.os.os2.programmer
  7. Subject: Re: I/O Redirection
  8. References:  <9208180003.AA26263@ucbvax.Berkeley.EDU>
  9. Lines: 20
  10.  
  11. Les:
  12.  
  13. The easiest way to do it is via REXX.
  14.  
  15. On the commandline:
  16.  
  17.    some_exe | RXQUEUE some_rexx_queue
  18.  
  19. The OS/2-Program RXQUEUE.EXE would take stdout and paste it to
  20. the specified "some_rexx_queue".
  21.  
  22. Have a REXX-program started first, have it create the REXX-queue
  23. named "some_rexx_queue" and let the REXX-program loop on that
  24. queue and dispatch whatever comes in to the screen. It really is
  25. easy and **very** helpful.
  26.  
  27. If you do not know REXX, post me a message, I'll send you the
  28. code.
  29.  
  30. ---rony
  31.