I just upgraded to MS access 2003. is there a command like filecopy that
will let me copy a file, like test.pdf or test.cvs, from drive c:\ to a
sharepoint site. If yes, can you please provide me sample code. Thank you
Hi,
you can try to map drive to sharepoint folder and then copy to it:
from a CMD.EXE prompt
net use x: "http://www.mywebserver.com/Shared Documents"
/user:DOMAIN\Username PASSWORD
hit enter and you will find that X: is mapped to your Shared Documents
folder.

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
>I just upgraded to MS access 2003. is there a command like filecopy that
> will let me copy a file, like test.pdf or test.cvs, from drive c:\ to a
> sharepoint site. If yes, can you please provide me sample code. Thank you
Alex Dybenko - 01 Sep 2005 13:21 GMT
Here a blog post:
http://blog.crowe.co.nz/archive/2005/09/01/244.aspx
> Hi,
> you can try to map drive to sharepoint folder and then copy to it:
[quoted text clipped - 9 lines]
>> will let me copy a file, like test.pdf or test.cvs, from drive c:\ to a
>> sharepoint site. If yes, can you please provide me sample code. Thank you