8/28/2008
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
- /C
-
Compresses infile and writes the results to outfile.
- /D
-
Decompresses infile and writes the results to outfile.
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.
Other Resources
x86 BIOS Boot Loader