Available Command Line Parameters

The Database Dynamo Configuration Utility (BTKCFG) supports the following command-line parameters:

  • /ABTK_NAME This command line parameter allows you to add a loadable block to the system without actually running the configuration program. In this command line, replace NAME with the actual block name. There must be no space(s) between /A and the loadable block name.
  • /NXXX This command line parameter allows you to determine the slot number when used with the /ABTK_NAME command. Replace XXX with the slot number. There must be no space(s) between /N and the slot number. Refer to the Understanding Slot Numbers section for more information.

NOTE: If you do not specify a slot number with the /N command line, you will get the next available slot.

Example

An example that uses both command line parameters is as follows:

BTKCFG /ABTK_AIS /N122

NOTE: If the block has already been configured, it should NOT be configured again.