Catalog Utility
The Catalog Utility (Pbcec.exe) adds and removes Catalog feature files (.cec) from the Catalog, and displays a list of features currently in the Catalog. It reads the Catalog location from the registry settings.
Pbcec.exe [cec_file_name] [Parameters]
Parameters
- /?
Displays a Help screen. - /R
Removes a .cec file from the Catalog. - /SILENT
Suppresses all output from Pbcec.exe; known as silent mode. - /LIST
Lists all .cec files currently in the Catalog. - /CLEAN
Removes all .cec files from the Catalog.
Example
The following code example shows how to add the features contained in Parallel.cec to the Catalog.
PBCEC cec_directory\parallel.cec
The following code example shows how to remove the features contained in Parallel.cec from the Catalog.
PBCEC –r parallel.cec
See Also
Command-Line Tools | CEC Editor Tool
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.