Synchronizing

  • Thread starter Thread starter Kkaa
  • Start date Start date
K

Kkaa

I have written a C# Windows Mobile 5.0 application that writes a text
file with the results of the program execution. So far, when I dock
the PocketPC, I manually open the PocketPC's harddrive in Explorer and
copy the created file to my computer's harddrive for processing. Is
there a way to automate the downloading of files from the PocketPC to
my computer?

Thanks,
Kevin Albrecht
 
From the PC side, yes, you can do that using the Remote API (or RAPI).
There's a managed code wrapper for it, for the desktop of course, available
from OpenNETCF.

Paul T.
 
From the PC side, yes, you can do that using the Remote API (or RAPI).
There's a managed code wrapper for it, for the desktop of course, available
from OpenNETCF.

As an alternative, you could create or copy the file in one of the
folders that ActiveSync synchronizes.


-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com
 
Back
Top