BinCompress Tool (Windows Embedded CE 6.0)
1/6/2010
The BinCompress tool (bincompress.exe) compresses or decompresses .bin run-time images for use with the x86 basic input/output system (BIOS) boot loader.
bincompress [/C | /D] infile outfile
Parameters
- /C
Compresses infile and writes the results to outfile.
- /D
Decompresses infile and writes the results to outfile.
Remarks
BinCompress.exe is included with Platform Builder as a binary and as source code. The source code is in %_WINCEROOT%\platform\cepc\src\bootloader\biosloader\utilities\bincompress.
BinCompress.exe compresses or decompresses a file by using the Microsoft XPress compression algorithm. BinCompress.exe can be built from an NT build window.