XXCOPY vs RoboCopy: Cloning Bootable Drives & Complex File Operations

You've been there. You need to write a batch script to back up a project, but you want to exclude all temporary files (`.tmp`) and also skip any directory named `node_modules`. You try to bend XCOPY to your will, but its limited filtering options leave you writing extra `for` loops and `if` statements, turning a ... Read more