Starts a multi-user OpenEdge client session in batch or background mode.

Syntax

mbpro [db-name] -p procedure-name[parameters][ > output-file]

Parameters

db-name
Specifies the database to which you want to connect. If you are connecting to a database through shared memory and the database is not in your current directory, you must specify the path of the database. On the other hand, if you are making a client/server connection to the database, you do not need to specify a path.
-p procedure-name
Specifies the procedure to run at startup.
parameters
Specifies the startup parameters you want to use.
output-file
Specifies a file where output messages are sent.

Notes