Thread
:
Moving directory trees via .bat files
View Single Post
Jun 15th, 2005, 5:09 AM
#
6
TonyM
Newbie
Join Date: Jun 2005
Posts: 2
Rep Power:
0
BTW - To avoid any prompting this is better...
xcopy mydir destination\mydir /s/e/i
rd mydir /s/q
Add the full path to mydir if it is not the current directory.
TonyM
View Public Profile
Find More Posts by TonyM