After googling a bit, I find that my attempts to map a network drive
over my USB connection will be impossible.
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&safe=off&threadm=eA...BC8DHA.
What I am trying to do is "export" job summary information from the
device .sdf to an .htm file...and writing it directly to a desktop
shared folder (so it never "lives" on the device in readable format).
I can do things like upload the file to a website on the desktop, but
that requires more configuration that I am trying to avoid (as well as
IIS on workstations). Any ideas on best bets? I'm thinking simple
client app that get's launched with activesync to listen on a socket
and send the file to it, OR drive the export from the desktop with a
RAPI app that triggers the export.
Are there other simpler options?
-a