_progres.exe 命令行参数

_progres.exe command line paramaters

我有以下命令:

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

我想知道如何使用 -s 命令,以及在哪里可以找到有关 _progres.exe.

的所有命令行参数的任何其他文档

转到https://community.progress.com/community_groups/openedge_general/w/openedgegeneral/2743.openedge-11-6-product-documentation for the complete OpenEdge documentation. Download the "Startup Command and Parameter Reference" from https://documentation.progress.com/output/OpenEdge116/pdfs/dpspr/dpspr.pdf

从那里开始:

使用 Stack Size (-s) 改变堆栈的大小(ABL 程序模块使用的内部内存区域)

或者:http://knowledgebase.progress.com/articles/Article/P42732