Kbase 30276: Redirecting output of an application within a Client Session
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/01/2001 |
|
Solution ID: P276
GOAL:
How to redirect output of an application within a client session?
FIX:
To redirect an output of an application within a RUN statement, create a .bat file that includes the procedure and then run that procedure from the RUN statement.
An example as follows:
{D:\dlc\prowin32.exe -b -p C: \working\test.p > output.log}
Include the entire command within the .bat file and then run that file.