Open file in procedure editor

Hello

I need to duplicate the functionality of the windows file explorer then it will open a file.p in the OpenEdge Procedure Editor (character mode).

With file explorer I can right-click on the file and within the sub-menu there is an option to open the file with the procedure editor.

Can someone supply me with the executable command to do this from outside of file explorer. I am using OpenEdge 10 on a windows 8 PC.

I tried using c:\pro101C\bin\prowin32.exe -p file.p
But that does not work.

I think it is not finding the propath??? :(

Any help anyone can give me I would appreciate it.

Thanks in advance.

Jim


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

I believe the command you

I believe the command you are looking for is:

prowin32.exe -p _edit.r -param "file.p"


Thanks

Thank you very much, that is exactly what I was looking for.