Kbase P100878: version: PROGRESS: not found when executing DLC/version file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/12/2009 |
|
Status: Verified
SYMPTOM(s):
version: PROGRESS: not found
Progress DLC/version does not contain echo command anymore
FACT(s) (Environment):
Progress 9.1D
Progress 9.1E
OpenEdge 10.X
All Supported Operating Systems
CAUSE:
This is expected behavior - DLC/version is not a batch or shell script.
FIX:
The "echo" command was removed from DLC/version in Progress 9.1D+
Should you need to display progress version within your own script use
UNIX: "cat $DLC/version"
Windows: "type %DLC%\version"