Kbase P65766: Getting the 'Press space bar to continue' message at the end
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/02/2004 |
|
Status: Unverified
SYMPTOM(s):
Getting "Press space bar to continue" at the end of the procedure execution.
Running a batch job by executing a command like:
prowin32.exe -p ProcedureName.p -pf D:ParameterFileName.pf
CAUSE:
The command line is missing the Batch (-b) startup parameter.
FIX:
Use the Batch (-b) startup parameter to initiate a batch session, with no terminal interaction. When procedures run in batch mode, Progress does not display any messages produced by those procedures on the terminal screen.
prowin32.exe -b -p ProcedureName.p -pf D:ParameterFileName.pf