On 22/02/2012 22:48, pacopyc pacopyc wrote:
Can I share a remote drive? How?
<code>
import wmi
remote = wmi.WMI ("remote-server")
remote.Win32_Share.Create (
Path="c:/shared-folder",
Name="myshare",
Type=0
)
</code>
TJG
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32
