Catalog Utility (Windows CE 5.0)
The Catalog Utility (Pbcec.exe) adds and removes Catalog item (.cec) files from the Catalog, and displays a list of items 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 Catalog items in Parallel.cec to the Catalog.
PBCEC cec_directory\parallel.cec
The following code example shows how to remove the Catalog items in Parallel.cec from the Catalog.
PBCEC –r parallel.cec
See Also
Send Feedback on this topic to the authors