OpenEdge provides the Proenv utility to run OpenEdge command line tools. To run a procedure from the command line, use the startup procedure parameter (-p). This starts a new AVM and runs the file specified by the -p parameter.

Basic usage

prowin -p helloworld.p.
See also

Use the Proenv utility

Startup Procedure (-p)