[RESOLVED] Launching an application from the destop
Hello all,
I'm creating a install application for mobile devices that I can launch from the desktop. I have the RAPI code to copy the file over to the PDA. After the app is installed I want to launch the launch the application without user intervention.
Is this possible???
Re: Launching an application from the destop
if you use the desktop.communications library from www.opennetcf.org you can incoke the CreateProcess on the device
http://www.opennetcf.org/library/Ope...unication.html
eg
m_rapi.CreateProcess("\Program Files\MyApp\myapp.exe")