/* Add an external command with the ID 4099 */
if ( ( nError = IN_AddExternalCommand( 4099 ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}