would you tell me how to do so?

  • Thread starter Thread starter ronaldo
  • Start date Start date
R

ronaldo

I have a folder in my C driver.
I want the folder is point a network share.

e.g. c:\data <=in fact that is point \\server\data

Is it possible?
If possible,would you tell me how to do so?

thank you very much
 
ronaldo said:
I have a folder in my C driver.
I want the folder is point a network share.

e.g. c:\data <=in fact that is point \\server\data

Is it possible?
If possible,would you tell me how to do so?

thank you very much
Use Net Share.... Read all about it....
Steve

Start | Run
Type the following command (without the quotes)
"C:\>net share /?"
The syntax of this command is:

NET SHARE
sharename
sharename=drive:path [/USERS:number | /UNLIMITED]
[/REMARK:"text"]
[/CACHE:Manual | Documents| Programs | None ]
sharename [/USERS:number | /UNLIMITED]
[/REMARK:"text"]
[/CACHE:Manual | Documents | Programs | None]
{sharename | devicename | drive:path} /DELETE
 
Back
Top