I have a command file that I use to copy files from the original location, to a backup location. I just noticed, that the “Files” are copying OK, but the “Folders” contained in the source folder, are NOT being copied.
Can anybody help me edit this file to also copy the folders?
Xcopy D:”My Documents”*.* D:QBackup”My Documents”*.* /y
Side Note: A BIG hug to Fred Langa, for opening the door to command files for backup purposes, many years ago