Easy Robocopy
top of page

Easy Robocopy


The folks at Tribblesoft have developed a great utility assist to with writing robocopy commands. As discussed in the Tip of the Night for March 23, 2016 , the Windows robocopy command can be used to copy files with their metadata in inact.

Robocopy can be used with a number of different options. Easy Robocopy help you implement these and compose the proper code.

In this very simple example, we have a folder containing several PDFs. We only want to copy the files between 5 MB and 15 MB in size.

In Easy Robocopy we specify the file size range of the PDFs we need to copy.

. . . and the appropriate command line is generated. Click 'Execute' and the job is complete!


bottom of page