Consultor Eletrônico



Kbase 13105: How to Run Probuild Under MS-Windows in Version 7
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   21/08/2003
Status: Technically Reviewed

GOAL:

How to create a PROBUILD icon and run PROBUILD under MS-Windows.

FACT(s) (Environment):

Progress 7.x

FIX:

1) Add the following lines to your PROGRESS.INI file if they
  are not already included.

  DLC=C:\DLC
  PROLOAD=C:\DLC\PROBUILD
  PROPATH=C:\DLC\PROBUILD\EUCAPP\EUC.PL;C:\DLC\PROBUILD\EUCAPP;.

  NOTE:  The above syntax assume Progress is installed into C:\DLC.
  If Progress resides in a different directory, then adjust the path
  specification accordingly.

2) Create a program item from the Program Manager in the Progress
  group for PROBUILD.

  a) Select File > New from the Program Manager with the Progress
     group window open and selected.

  b) Select Program Item.

  c) Enter the following for the command line.
       %DLC%\bin\_prowin -1 -RO %DLC%\probuild\eucapp\euc -p euc.p

  d) Enter a description and working directory.

  e) Click OK to save the item.

3) Double click on the new the item to run PROBUILD.