Is there a way to exclude copying empty files (0 bytes) using the robocopy command?
I have a source with thousands of empty files besides other files, and the destination also has the same file names, but not empty. I want to copy everything from source to destination, except empty files.
source share