Kbase 15983: Double byte DBE which exe to use on 7.3D Digital Unix
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Double byte DBE which exe to use on 7.3D Digital Unix
Double byte DBE which exe to use on 7.3D Digital Unix
The bpro script shipped with Digital Unix will run the
double-byte PROGRESS executable (_progresa) if it exists,
as opposed to the standard _progres.
There are several ways to fix this:
1. Delete or rename the _progresa executable from $DLC/bin
if you are 100% certain it is never going to be used.
= OR =
2. Edit the bpro script to remove the following lines:
PROEXEA=`echo $PROEXE | sed 's/_progres /_progresa /' | sed 's/_progres$/_progresa/' `
if [ -x `echo $PROEXEA | awk '{print $1}'` ]
then
PROEXE=$PROEXEA
fi
With these lines removed, the regular _progres will be
used. If the double-byte executable is desired, it can
be access via the bproa script.
5-aug-96
Progress Software Technical Support Note # 15983