tommej Posted September 8, 2011 Posted September 8, 2011 I'm trying to copy a folder structure(no files) of a share off of an old server using xcopy and the /t /e switches, but it keeps saying insufficient memory. Possibly because its also copying subfolders which I'm not too fussed about. Is there another method I can use to get around this, or a way of just excluding subfolders?
FN-GM Posted September 8, 2011 Posted September 8, 2011 use robocopy its far better robocopy \\sourceserver\share \\destinationserver\share /mir 1
tommej Posted September 8, 2011 Author Posted September 8, 2011 robocopy \\sourceserver\share \\destinationserver\share /mir /Z /PF /XF * Was what I was after. Forgot 2k3 had a resource kit! Ta very much.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now