K
Kostas K.
Hello!
I want to use xcopy to copy a few folders from one drive to to another
folder on another drive for backup purposes. Could somebody tell me how to
do it with a single xcopy statement?
e.g. instead of writing:
xcopy c:\1 d:\
xcopy c:\2 d:\
xcopy c:\3 d:\
write something like that (the following does not work)
xcopy c:\1+c:\2+c:\3 d:\
Thank you
Kostas
I want to use xcopy to copy a few folders from one drive to to another
folder on another drive for backup purposes. Could somebody tell me how to
do it with a single xcopy statement?
e.g. instead of writing:
xcopy c:\1 d:\
xcopy c:\2 d:\
xcopy c:\3 d:\
write something like that (the following does not work)
xcopy c:\1+c:\2+c:\3 d:\
Thank you
Kostas