On 22/02/2012 22:48, pacopyc pacopyc wrote:
Can I share a remote drive? How?

or

<code>
import win32net

win32net.NetShareAdd (
  "remote-server",
  2,
  dict (netname="shared2", path="c:/shared-folder2"
)

</code>

There-is-always-more-than-one-way-to-do-it-ly-yours

TJG
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to