M Mark L. Ferguson Sep 28, 2007 #2 162786 - Undocumented CACLS Group Permissions Capabilities: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q162786
162786 - Undocumented CACLS Group Permissions Capabilities: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q162786
W WTC Sep 29, 2007 #3 Ron said: Is there a command-line way to set a folder as shared? XP Home. Click to expand... Hi Ron Hardin, Type the following from the command prompt: net share /? for more information on how to share a folder or file.
Ron said: Is there a command-line way to set a folder as shared? XP Home. Click to expand... Hi Ron Hardin, Type the following from the command prompt: net share /? for more information on how to share a folder or file.
R Ron Hardin Sep 29, 2007 #4 WTC said: Hi Ron Hardin, Type the following from the command prompt: net share /? for more information on how to share a folder or file. Click to expand... Thanks. That works $ net share temp=C:/cygwin/home/user/tempdir sets it shared and $ net share temp /delete unshares it again. (running from cygwin /bin/sh rather than command window)
WTC said: Hi Ron Hardin, Type the following from the command prompt: net share /? for more information on how to share a folder or file. Click to expand... Thanks. That works $ net share temp=C:/cygwin/home/user/tempdir sets it shared and $ net share temp /delete unshares it again. (running from cygwin /bin/sh rather than command window)
W WTC Sep 29, 2007 #5 Ron said: Thanks. That works $ net share temp=C:/cygwin/home/user/tempdir sets it shared and $ net share temp /delete unshares it again. (running from cygwin /bin/sh rather than command window) Click to expand... You're welcome.
Ron said: Thanks. That works $ net share temp=C:/cygwin/home/user/tempdir sets it shared and $ net share temp /delete unshares it again. (running from cygwin /bin/sh rather than command window) Click to expand... You're welcome.