Folder

(imported topic written by jpeppers91)

Is there a way to copy a folder from the download folder from BES and all it’s contents?

(imported comment written by BenKus)

Do you mean a recursive copy?

I think you can use a xcopy command for something like this:

waithidden xcopy /S /Y __download C:\temp

Ben