Click here to Skip to main content
15,886,919 members
Articles / Mobile Apps / Windows Mobile

ToDoList Viewer - PocketPC Viewer for .dan.g's ToDoList

Rate me:
Please Sign up or sign in to vote.
4.14/5 (26 votes)
9 Aug 2004CPOL4 min read 144.1K   455   50  
A read only viewer of the ToDoList XML for the PocketPC.
@echo off
rem -------------------------------------------------------
rem  To avoid any confusion, this section removes files that are   
rem  generated by Visual Studio but are not used in the build process.
rem -------------------------------------------------------
if exist "..\cab" (
	rmdir /s /q "..\cab" )

if exist "..\obj\Release\BuildCab.bat" (
	del /q "..\obj\Release\BuildCab.bat" )

if exist "..\obj\Release\ToDoListViewer_PPC.inf" (
	del /q "..\obj\Release\ToDoListViewer_PPC.inf" )
rem -------------------------------------------------------


rem -------------------------------------------------------
rem  Remove any existing cab files.
rem  Then generate new cab files.
rem -------------------------------------------------------
if exist ".\Cabs" (
	rmdir /s /q ".\Cabs" )
mkdir ".\Cabs"
rem -------------------------------------------------------

@echo on
"C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\..\bin\..\bin\cabwiz.exe" "D:\develop\Whitehawk Software\ToDoList Viewer\BuildCabs\ToDoListViewer_PPC.inf" /dest "D:\develop\Whitehawk Software\ToDoList Viewer\BuildCabs\Cabs" /err CabWiz.PPC.log /cpu ARMV4 ARM SH3 MIPS X86 WCE420X86

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions