REM copy dll release files to the lib directory xcopy "..\DPPAPI\Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\release\DppApi.res" .\*.* /y xcopy "..\DPPAPI\Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\release\DppApi.exp" .\*.* /y xcopy "..\DPPAPI\Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\release\DppApi.tlb" .\*.* /y xcopy "..\DPPAPI\Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\release\DppApi.dll" .\*.* /y xcopy "..\DPPAPI\Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\release\DppApi.lib" .\*.* /y xcopy "..\SetupScripts\README_DOCS\DLL_README.txt" .\*.* /y pause