View Single Post
Old Jun 15th, 2005, 4:27 AM   #5
TonyM
Newbie
 
Join Date: Jun 2005
Posts: 2
Rep Power: 0 TonyM is on a distinguished road
Moving Directories

Try....
xcopy source_dir destination /s/e
rd source_dir /s

There are loads of extra useful switches on xcopy use - /? to see them
If you want more complexity play with the 'for' command using /D
TonyM is offline   Reply With Quote