Command Line Activation Of Explorer To "Mobile Device&q

Post Reply
GWard
Posts: 31
Joined: Thu Oct 13, 2005 10:18 am
Location: UK

Command Line Activation Of Explorer To "Mobile Device&q

Post by GWard »

I create data transfer files using FWPPC and then want to transfer a folder from the Pocket PC to my clients network simply using 'Cut/Paste' or a drag.

To make it simple I want to open explorer from my application and have the required folder on the PPC already selected ready for a right click and copy.

If possible could anyone help me with the command line syntax to launch explorer to a folder on the PPC e.g.

Code: Select all

 "explorer /n, /e, /select, \Mobile Device\My Pocket PC\Program Files\My Application\<Data Folder>" 
Getting to "My Computer" and seeing the Mobile Device icon is easy but I want to avoid any possibility of missing the data folder on the PPC.
Post Reply