Kbase P127234: rfutil -C aimage full command returns version information
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/11/2007 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
Windows
All Supported Operating Systems
All Supported Operating Systems
SYMPTOM(s):
rfutil -C aimage full command returns version information
Running rfutil in script returns unwanted version information
Progress version header information appears when command run from script
CAUSE:
Most Progress scripts themselves contain lines to return version information, e.g. rfutil.bat -
@echo off
if "%DLC%"=="" set DLC=d:\progress\91e
type "%DLC%"\version
"%DLC%\bin\_rfutil" %1 %2 %3 %4 %5 %6 %7 %8 %9
FIX:
Don't call the Progress script from within your script, but reference the executable instead.