Share Copy

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Does anyone know of a free program which can copy shares
and file security from an NT server to a W2K server.

This would save lots of work if there was a way.

Thanks
 
Dave said:
Does anyone know of a free program which can copy shares
and file security from an NT server to a W2K server.

This would save lots of work if there was a way.

Thanks

xcopy.exe /o
 
Dave said:
Does anyone know of a free program which can copy shares
and file security from an NT server to a W2K server.

This would save lots of work if there was a way.

Thanks

To copy your shares:

1. Execute this command on the old machine:
net share > c:\shares.bat
2. Edit c:\shares.bat:
- Remove all irrelevant lines
- Modify the remaining lines so that they look
like so:
net share data="d:\Shares\data"
3. Run shares.bat on the new machine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top