Setup instructions for syntax.p and run.p to be used with UltraEdit 32:

This setup assumes that you have the directory where UltraEdit is installed in your path.

Run.p:
Go to the "Advanced" menu and choose "Tool Configuration". 
In the "Command Line" box enter:
d:\dlc82a\bin\prowin32.exe -ininame d:\home\aac\aac.ini -pf d:\home\aac\aac.pf -p c:\progra~1\ultrae~1\progress\run.p -param "%f"

Enter the full path to your Progress executable program, and the path to the .ini file and .pf that you will use for the session.
The .ini should have the Propath configured for the application you plan to edit, and the .pf should have any necessary database 
connection parameters.
Also enter the full path of run.p and the -param exactly as shown.

In the "Working Directory" box enter the working directory for the application you will be editing.

In the "Menu Item Name" box enter "Run".

You can go to the "Keyboard Configuration" tab of the Configuration dialog and remap "AdvancedUserTool1" to "F2" if you want 
it to act like the Progress editor.

Syntax.p:
In the "Command Line" box enter:
d:\dlc82A\bin\prowin32.exe -ininame d:\home\aac\config\aac.ini -pf d:\home\aac\config\aac.pf -p c:\progra~1\ultrae~1\progress\syntax.p -param "%f"
This is the same as above, but "run.p" has been replaced with "syntax.p".

Enter the same as above in the "Working Directory" box.

Enter "Check Syntax" in the "Menu Item Name" box.

You can remap the key to "Shift-F2" if you want.
