MPEX command file stdlist

Tom Renz tom@cotc-consulting.com
Mon, 22 Jul 2002 12:40:31 -0600


Sherry,

Can you do?

repeat
echo compiling !mpexcurrentfile
!file out=[rfile.file];dev=lp,1
!run qtp.ph729c8.cognos;input="set nolist noverify"; &
input = "use !mpexcurrentfile"; &
input = "exit" > *out
forfiles pla@.source

...
creating a file equate for each file to a spool file and using the command redirection of "> *out" to send out output to.

Tom Renz

---------- Original Message ----------------------------------
From: Sherry_Baillie@gov.nt.ca
Date: Mon, 22 Jul 2002 11:11:26 -0600

>The following MPEX command file performs a global recompile of my qtp
>files.  The problem is I want the output to go to a standard list rather
>than to screen.
>
>I've tried a number of options but can seem to get it to work.
>
>Can anyone point me in the right direction.
>
>Thanks! - Sherry
>
>repeat
>
>echo compiling !mpexcurrentfile
>
>!run qtp.ph729c8.cognos;input="set nolist noverify"; &
>
>input = "use !mpexcurrentfile"; &
>
>input = "exit"
>
>forfiles pla@.source
>
>
>
>