home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!nestroy.wu-wien.ac.at!awiwuw11!rony
- Organization: Wirtschaftsuniversitaet Wien, Vienna, Austria
- Date: Friday, 20 Nov 1992 18:41:53 CET
- From: FLATSCHER Rony <RONY@awiwuw11.wu-wien.ac.at>
- Message-ID: <92325.184153RONY@awiwuw11.wu-wien.ac.at>
- Newsgroups: comp.os.os2.programmer
- Subject: Re: changing VREXX stdout to PM window
- References: <1ec71gINNlck@gap.caltech.edu>
- Lines: 11
-
- Jon:
-
- If starting the REXX-program in question pipe the standard-output to a
- REXX-queue (with the externally available REXXQUEU.EXE, see online-help, e.g.
- REXXPGM params | RXQUEUE stdout_rexx_queue).
-
- Have a second REXX-program dispatching that REXX-queue (called in the above
- example "stdout_rexx_queue") to display the piped standard-output, even
- utilizing VREXX.
-
- ---rony
-