ActiveSync question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI,

I just wrote my first .net compact application that in the end creates a
file with information int the \My Document\ folder of the pocket pc and is
synchronized with ActiveSync.

Unfortunately, ActiveSync does not give me the opportunity to change the
synchronized folder on the desktop (or am I wrong?) - nethertheless the file
needs to be copied to a different location (on a fileserver). Is there any
way to let activesync run e.g. a batch/script file after every activesync?

Thanks
Peter
 
Yes, set a value in one of the following desktop reg keys:

HKLM\SOFTWARE\Microsoft\Windows CE Services\AutoStartOnConnect
HKLM\SOFTWARE\Microsoft\Windows CE Services\AutoStartOnDisconnect

-Chris
 
Back
Top