- Sep
- 3
- 0
This used to be a feature of xtree. The idea is that my current working directory is D:\FILE\MISC\pictures
and I say "copy/MT *.* F:" then I get everything in the working directory to appear in F:\FILE\MISC\pictures
rather than in F:\ (which is what happens with "copy *.* F:").
"copy/MT/S *.* F:" would allow subdirectories also to be copied. "copy/MT/U *.* F:" would only copy
newer files. I use /MT for "make tree."
F:\FILE\MISC\pictures would be created if it did not exist.
I can do it with a batch file but it would be nice to have it built in. It allows a back up to a thumb drive or
other drive from where one is working without having to go navigate the back up drive.
and I say "copy/MT *.* F:" then I get everything in the working directory to appear in F:\FILE\MISC\pictures
rather than in F:\ (which is what happens with "copy *.* F:").
"copy/MT/S *.* F:" would allow subdirectories also to be copied. "copy/MT/U *.* F:" would only copy
newer files. I use /MT for "make tree."
F:\FILE\MISC\pictures would be created if it did not exist.
I can do it with a batch file but it would be nice to have it built in. It allows a back up to a thumb drive or
other drive from where one is working without having to go navigate the back up drive.