Thread
:
Moving directory trees via .bat files
View Single Post
Jun 15th, 2005, 4:27 AM
#
5
TonyM
Newbie
Join Date: Jun 2005
Posts: 2
Rep Power:
0
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
View Public Profile
Find More Posts by TonyM