.BCM File Extension
Business Contact Manager File
Developer | Microsoft |
Popularity |
3.6 | 7 Votes |
Category | Data Files |
Format | N/A |
What is a BCM file?
Stores data from Business Contact Manager for Outlook; includes accounts, business contacts, projects, and business opportunities; also stores the communication history from previous versions of Business Contact Manager for Outlook.
BCM files may also include Business Contact Manager E-mail Marketing Service contacts from Outlook 2007 and Microsoft Sales Leads data from previous versions of Business Contact Manager for Outlook.
Microsoft Office Outlook can import BCM files using the Business Data Import and Export wizard. You can choose to import all records or select individual records you want to import.
Programs that open or reference BCM files
Adobe Bridge Cache File
Developer | Adobe Systems |
Popularity |
4.0 | 3 Votes |
Category | Data Files |
Format | Binary |
What is a BCM file?
A BCM file is a cache file generated by Adobe Bridge, an Adobe Creative Cloud (CC) file management application. It contains data, such as labels and ratings, for files that can't be stored in the file, which helps improve results when a Bridge user searches for files.
Bridge is a digital asset management tool that integrates with other Adobe programs, such as Photoshop and After Effects. The application comes with various features, including tools to organize multimedia files, create workflow automation (like batch image conversion), and publish creative assets.
The software creates cache files to store information about assets for several purposes, including loading information about assets more quickly and not creating large and bloated asset files. BCM files are one type of cache file supported by Bridge, with others being . BC, .BCT, and .BRIDGECACHE files.
Cached files like BCM files can take up storage space. To remove them, navigate to their folder and select Tools → Cache → Purge Cache For Folder "foldername".
How to open a BCM file
You should not attempt to open BCM files. Instead, Adobe Bridge references the metadata in the file when a user searches for assets with Bridge.
Programs that open BCM files
Microsoft Works Communications Script Backup
Developer | Microsoft |
Popularity |
3.5 | 2 Votes |
Category | Backup Files |
Format | N/A |
What is a BCM file?
Backup of a .WCM file that contains a communications script for Microsoft Works; used for dial-up telephone connections and for starting TTY, ANSI, and VT100 terminal sessions.
The ".bcm" file extension may need to be changed to ".wcm" in order to work correctly.
NOTE: Microsoft Works has been discontinued and is no longer available.
Programs that open BCM files
Free Pascal Character Set Unit File
Developer | Free Pascal |
Popularity |
2.0 | 1 Vote |
Category | Data Files |
Format | Binary |
What is a BCM file?
A BCM file contains a character set created by the creumap utility packaged with Free Pascal. It stores binary data for how to convert between Unicode and a specific code page (character encoding), such as CP1254 (Turkish character encoding) or CP1255 (Hebrew character encoding). Free Pascal references BCM files to determine how to interpret individual bytes in a string of source code.
Free Pascal (formerly known as FPK Pascal) is an open-source program used to compile various Pascal dialects. The IDE can target many multiprocessor architectures, such as PowerPC, Intel x86, AMD64/x86-64, SPARC64, and ARM. It can also target operating systems, such as Windows, Android, macOS, iOS, Linux, FreeBSD, and Nintendo Wii.
BCM files are packaged with Free Pascal and referenced to direct the compiler in how to convert different character encodings from and to Unicode. You can find BCM files included with Pascal in the following directory wherever Free Pascal is installed:
\[version]\unicode\charset\
You can typically determine the code page data stored in the BCM file by its filename. For example, the cp737_le.bcm file stores little-endian (distinguishable by le in the filename, whereas be represents big-endian) code page data for the Greek language (distinguishable by cp737).
How to open a BCM file
BCM files are not meant to be manually opened by a user. Instead, they are resource files referenced by the Free Pascal Compiler (FPC).