Robocopy in Windows 7 & Microsoft Robocopy GUI

Speed Up My PC

Robocopy in Windows is a robust, flexible, configurable tool, with over 80 switches. It can handle any batch or synchronous copy you have in mind. Robocopy is designed for reliable mirroring of directories or directory trees. It has features to ensure all NTFS attributes and properties are copied, and includes additional restart code for network connections subject to disruption.

Robocopy or “Robust File Copy“, is a command-line directory replication command, which can copy files & directory trees. It has been around as an independent tool for a little while but finally in Windows Vista, someone has seen fit to give the little tool the recognition it deserves, and as a result it now sits on a high pedestal in the system32 directory on every Windows Vista installation.

Robocopy switches

Run robocopy /? to see the full set of parameters or switches available.

robocopy 1 Robocopy in Windows 7 & Microsoft Robocopy GUI

Start with the /mir and /z switches to get a sense of the power of the tool, but be careful with /mir since it will delete as well as copy files to bring the destination folder in sync with the source folder.

Robocopy in Windows 7

Now, in Windows 7, you can copy your files in multi thread too!

Just add the /MT switch and define the number of threads and instant multi threading copy!

robocopy Robocopy in Windows 7 & Microsoft Robocopy GUI

To do that, the command syntax is:

ROBOCOPY /MT:”

The maximum integer number one can give is 120.

Microsoft Robocopy GUI

It is not an easy tool to use. You may want to download the Microsoft Robocopy GUI.

robocopygui Robocopy in Windows 7 & Microsoft Robocopy GUI

Included in the folder you will also find the full Robocopy reference guide with a full index of all of the Robocopy commands and syntax.

robocopygui1 Robocopy in Windows 7 & Microsoft Robocopy GUI

Under Copy options and Filters if you move your cursor to each of the switches, you will get a tool-tip description as to what the switch will do.

For more details about each option, you can also see the Robocopy.exe Users Guide. Click on Help > Robocopy Users Guide.

Posted by on , in Category Windows with Tags
Anand aka HappyAndyK is an end-user Windows enthusiast, a Microsoft MVP in Windows Desktop Experience since 2007, and the Admin of TheWindowsClub.com, TheGeeksClub.com & WinVistaClub.com. Creating a System Restore Point before trying out a new software or a tweak is always recommended.