Consultor Eletrônico



Kbase 12969: REDIRECTING input using mbpro or bpro
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
REDIRECTING input using mbpro or bpro

According to documentation when redirecting input or output the
following command should work:

BPRO database-name < in.file > out.file -p prog.p

I have found that in some versions of PROGRESS this command does not
work. BPRO and MPRO have been changed.

You can redirect the output using the following command:

pro database-name -b -p prog.p < in.file > out.file &

in.file is the input file. out.file is the output file for PROGRESS
messages.

Progress Software Technical Support Note # 12969