Windows CE 5.0 introduced a cool update to Platform Builder Projects (PBPs), CE 5.0 sub-projects can have their own unique copies of BIB, DAT, REG, DB files, and also the addition of postlink.bat into a project - Postlink.bat can be used for any post-link process - take for example a developer that wants to create a dummy project that doesn't have any source files but simpy has valid BIB (and perhaps REG, DAT files) to include files into the final o/s image, for the BIB file to work the files need to be in the FRD (Flat Release Directory), the postlink.bat file is ideal for this - something