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

Basic usage

prowin -p helloworld.p.

See Use the Proenv utility for more detail.