Example 1:
Source server:
1. get list of file share definitions e.g.
net share | findstr /C::\
(will list sharename | share path | description)
2. Use xcopy to copy files from source to destination server with
/O option to copy NTFS permissions
3. Use permcopy.exe (from Windows resource kit) to copy share permission
from old to new server