I want all the shares in original XP to be the same in the other OS's
I am not sure what you mean, uni. Do you want to copy the contents of the shared folders into a temp location to be put back after the reinstall and keep the permissions? If so, try xcopy.exe, located in systemroot\system32

Drop to a command line and type xcopy /? for a list of options.
But this is what I think you may be looking for
In the Registry, do the following:
- Export the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\lanmanserver\Shares
to a .REG file. This lists out the path mappings for all your shares.
- Check the file for sanity. Delete the entries that you don't want to
import.
- Go to your target server and Merge the file with your current registry.
- Stop and start the Server service.
Hope this helps some
/JD