Paul G. Tobey said:
I have an idea about how you might do this, but you'll have to be sure that
your Pocket PC is capable of it (it requires some OS components that might
or might not be present)...
You may be able to connect to a network share from the Pocket PC. This
requires that the 'net' command be used to connect to the shared folder on
the server. Something like "net use locfolder \\servername\sharename"
should create a folder in \Network called \locfolder. If your Pocket PC can
get this far, then you could arrange it so that the \\servername\sharename
folder contains the application that you want to have the user run on the
PPC. You can put a shortcut to the item on the desktop or in the Start
menu, if you want. When that shortcut, or the file itself in the
\Network\locfolder folder is double-tapped, the system will go out across
the network, download the EXE from the server, and run it on the Pocket PC.
Paul T.