Writing a batch file to copy folders and files
15 pts.
0
Q:
Writing a batch file to copy folders and files
I wanted to right a batch file that would copy only a new directory and the contents to another location, without copying any old directory and contents. This new directory would be nesting inside a directory, an a new folder will be added from time to time. I thought I could use the xcopy command... I hope I sounded clear.
ASKED: Oct 17 2008  12:31 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
26290 pts.
0
A:
 RATE THIS ANSWER
-1
Click to Vote:
  •   0
  •  -1
  • AddThis Social Bookmark Button
Robocopy might be a better solution for this than xcopy.
Last Answered: Oct 17 2008  12:37 AM GMT by Labnuke99   26290 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0