SyntaxFix
Write A Post
Hire A Developer
Questions
You don't mention if it has to be batch only, but if you can use ROBOCOPY, try this:
ROBOCOPY
ROBOCOPY C:\Source C:\Destination data.zip info.txt /E
EDIT: Changed the /S parameter to /E to include empty folders.
/S
/E