Examples (EXTENSION command)

Adding a New Command

EXTENSION
  /SPECIFICATION COMMAND="<installdir>/extensions/plscommand.xml".

The SPECIFICATION subcommand specifies that the syntax diagram for the extension command is defined by plscommand.xml in the \extensions subdirectory of the main installation directory (replace <installdir> with the path to the installation directory on your system). The default action is for the command name provided in the XML file to be added to the command table or replace an existing command name.

Removing a Command

EXTENSION ACTION=REMOVE
  /SPECIFICATION COMMAND="<installdir>/extensions/plscommand.xml".

The ACTION keyword specifies that the command name provided in plscommand.xml should be removed from the command table.