Hello. I have cmd file with the following code:
The code grants all administrator users in the network domain to access disk D:\ (and also gives a share name of "d$")
Is there a code in vb6 that can do the same? Thanks!
Code:
net share d$=d:\ /grant:Administrators,FULL
Is there a code in vb6 that can do the same? Thanks!