Command-Line Tools Migration (Windows Embedded CE 6.0)
1/6/2010
In Windows CE 5.0, the functionality for some Platform Builder command-line tools has changed.
Migrating from Windows CE .NET 4.2
The Cesysgen Tool (Cesysgen.bat) now controls a set of smaller Cesysgen batch (.bat) files. Each subordinate batch file contains the Cesysgen logic for a specific dependency tree in your OS tree installation.
The executable Cepb.exe can no longer be used to build an SDK from the command-line.
You can use the following syntax to open the Platform Builder IDE and load a workspace (.pbxml) file from the command-line.Cepb <MyWorkspace.pbxml>
For information about building an SDK from the command-line, see Building an SDK from the Command Line.
Migrating from Windows CE 3.0
The Windows Embedded CE build environment tool (Wince.bat) interface and object structure have been updated with a simplified Wince.bat interface and object directory structure.
The build environment is created with the microprocessor name, the hardware platform, and the OS design, as shown in the following example:Wince.bat x86 CEBASE CEPC
For more information, see Windows CE Build Environment Tool.