BinCompress Tool (Compact 2013)

3/26/2014

The BinCompress tool (bincompress.exe) compresses or decompresses .bin run-time images for use with the x86 basic input/output system (BIOS) boot loader.

Syntax

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.

See Also

Reference

Platform Builder Command Line Tools