4
I am currently working on an improvement in the deployment process and I would like to automate one of the new steps.
Through the Windows UI i can share the same folder on the network under several different names.
In the command prompt there is a command for sharing (NET SHARE _shared $ = c: \ Exemplo
), but only allows adding a name to the shared folder.
Is there any way to do this through programming, such as with the Windows API or even WMI?