Windows – RoboCopy

You want to create a batch script to copy or move large files, or multiple files from one folder to another? Robust File Copy for Windows, or RoboCopy is a great way to go! To create a simple file copy script, you need just two parameters: source and destination: robocopy “C:\Folder1” “C:\Folder2” Save this simple script as …

Windows – RoboCopy Read More »