The PBAutoBuild utility allows you to build projects either with the PBAutoBuild approach (the default mode) or PBC approach (with /pbc parameter):
-
(PBAutoBuild approach) Use /f (and related parameters) to compile and deploy PowerBuilder projects through a configuration file. For more details, see /f and related parameters.
-
(PBC approach) Use /pbc and /c (and related parameters) to compile PowerBuilder projects. /c parameter must be used together with /pbc parameter. For more details, see /pbc, /c, and related parameters.
-
(PBC approach) Use /pbc and /d (and related parameters) to deploy PowerBuilder projects. /d parameter must be used together with /pbc parameter. For more details, see /pbc, /d, and related parameters.
When /f and /c or /d groups of parameters are passed in at the same time, /f (and related parameters) will take effect, and /c or /d (and related parameters) will be ignored.
PBAutoBuild also supports the following parameters:
-
/p parameter for generating an encrypted value of the password.
-
/h or /? parameter for displaying the help information of parameters.