One way is to P/Invoke (or use an existing wrapper) around the
CeRunAppAtTime API, schedule your app to launch in a couple of seconds time,
and exit. The SDF (www.opennetcf.org/sdf/) has a wrapper for this API.
Thanks,that works like a charm!
I was able to crash my application by exiting it immediately after it
was automatically launched. This may be due to RunAppAtTime(), but I'm
not sure.