Configure Project Configuration File
- Last UpdatedApr 10, 2025
- 2 minute read
To include the Engineering projects
-
Open Windows File Explorer.
-
Navigate to the projects folder, for example:
C:/ Users/Public/Public Documents/AVEVA/Projects/UE

-
Select custom_evars.bat.
-
Click the right mouse-button to display the context menu.
-
Select Edit (or Edit with Notepad if available).

-
Add the following lines:
if exist "%projects_dir%MASTERLIBRARYPROJ\evarsMASTERLIBRARYPROJ.bat" call "%projects_dir%MASTERLIBRARYPROJ\evarsMASTERLIBRARYPROJ.bat" "%projects_dir%"
if exist "%projects_dir%EPT\evarsEPT.bat" call "%projects_dir%EPT\evarsEPT.bat" "%projects_dir%#
Note:
Make sure that a call for your customer execution project is available too, for example:
if exist "%projects_dir%EXECUTIONPROJ\evarsEXECUTIONPROJ.bat" call "%projects_dir%EXECUTIONPROJ\evarsEXECUTIONPROJ.bat" "%projects_dir%"
You can define the project name to suit your company requirements. -
Click Save.

If you start AVEVA Unified Engineering, the projects are available for selection.

Note:
If ProjACP is not displayed in your projects list, you must select Include Masked Projects within the Filter options. For more information, see AVEVA Unified Engineering Projects Window.