Creating a share on windows

Creating a share on windows 1.0

Creating a share on windows 1.0 Download Summary

  • Language: Python
  • Platform: Windows
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 442
  • Released: Jun 7, 2007

Creating a share on windows 1.0 Description

This script is an example of how one would use python's win32net module to create a share on windows.

Creating a share on windows Bookmark

Hyperlink code:
Hyperlink for Forum code:

Creating a share on windows 1.0 Script Download Notice

Top 4 Download periodically updates information of Creating a share on windows 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Creating a share on windows 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Windows free drive space report

Windows free drive space report script reads a file containing a list of share names, and prints a report of the current free space on the volumes. ...
Python

Get system language dependent paths on windows

... functions to retrieve the path names of some windows system directories from the registry and the environment. These path names can be different depending on OS version, installation language, current user and personal setup. Because of this, they should not be included statically in your program. ...
Python

Windows registry

... store some data for your progam in the windows registry without many complex operations. ...
Python

Terminating a subprocess on Windows

The new subprocess module in Python 2.4 allows access to the handle of any newly created subprocess. You can use this handle to terminate subprocesses using either ctypes or the pywin32 extensions. ...
Python

Changing file attributes on windows

... you to make changes to a file in windows. You can set a file to be read only, archive, hidden, etc. This script is simple and convenient to use. ...
Python