Batch file to copy files to Pocket PC\My Documents folder

J

Jay

Hello all,

I was wondering if there was a way to copy files to the My Documents
folder on the Pocket PC? I can not figure out the path.

I tried to use "\Mobile Device\data.dat" but that does not seem to
work.

any help would be great.

regards,
Jay
 
H

Harry Simpson

If it's in code it just \My Documents

you could also use a CPY file to copy files from one directory to another
within the device on cold reboot.

Depends on what you want to do.

Harry
 
J

Jay

I would like to do something like this

xcopy "C\data1" "\Mobile Device\My Documents\data1"
xcopy "C\data2" "\Mobile Device\Program Files\Application1\data2"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top