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

  • Thread starter Thread starter Jay
  • Start date Start date
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
 
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
 
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"
 
Back
Top