web analytics
SharePoint

Mapping a Window’s share to a SharePoint site

You can map a network share to a SharePoint site (or individual
document library) doing the following:

net use s: http://sharePointserver/somesite/doclib

Note that if there is a space in the path, you need to use quotes
around the url:

net use s: “http://sharePointserver/somesite/shared documents”

Also need to ensure the WebClient service is running.
This would be really useful for automated uploading of documents
through scripts, etc.

Sources:
(http://www.sharepointu.com/forums/m_18100/mpage_1/key_//tm.htm#18872)

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.