home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!email!news.univie.ac.at!nestroy!awiwuw11!rony
- Organization: Wirtschaftsuniversitaet Wien, Vienna, Austria
- Date: Monday, 24 Aug 1992 19:59:11 CET
- From: FLATSCHER Rony <RONY@awiwuw11.wu-wien.ac.at>
- Message-ID: <92237.195911RONY@awiwuw11.wu-wien.ac.at>
- Newsgroups: comp.os.os2.programmer
- Subject: Re: I/O Redirection
- References: <9208180003.AA26263@ucbvax.Berkeley.EDU>
- Lines: 20
-
- Les:
-
- The easiest way to do it is via REXX.
-
- On the commandline:
-
- some_exe | RXQUEUE some_rexx_queue
-
- The OS/2-Program RXQUEUE.EXE would take stdout and paste it to
- the specified "some_rexx_queue".
-
- Have a REXX-program started first, have it create the REXX-queue
- named "some_rexx_queue" and let the REXX-program loop on that
- queue and dispatch whatever comes in to the screen. It really is
- easy and **very** helpful.
-
- If you do not know REXX, post me a message, I'll send you the
- code.
-
- ---rony
-