R
Ron Hardin
Is there a command-line way to set a folder as shared?
XP Home.
XP Home.
Ron said:Is there a command-line way to set a folder as shared?
XP Home.
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.
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)