Page 1 of 1

transfer files between Pocket PC and PC using Visual C++

PostPosted: Aug 8, 2002 @ 6:22pm
by xabel

PostPosted: Oct 5, 2002 @ 4:49pm
by Guest

PostPosted: Oct 5, 2002 @ 4:52pm
by Guest

Needs path info

PostPosted: Oct 5, 2002 @ 5:55pm
by codepunk
Try putting full path information for your params, e.g.

copy( "c:\\test.txt", "\\test.txt" )

That should do it.