Preston Martin
Preston Martin

Reputation: 2963

_progres.exe command line paramaters

I have the following command:

_progres.exe -b -s 128 -p test.p -db testDB.db

I would like to know how the -s command is being used, and where I can find any other documentation on all of the command line parameters for _progres.exe.

Upvotes: 3

Views: 1894

Answers (1)

Mike Fechner
Mike Fechner

Reputation: 7192

Go to this link for the complete OpenEdge 11.6 documentation. From there, you should be able to find "Startup Command and Parameter Reference" (linked here directly)

From there:

Use Stack Size (-s) to change the size of the stack (an internal memory area used by ABL program modules)

Alternatively this KB article happens to discuss the parameter.

Upvotes: 10

Related Questions