Robocopy GUI

If you like using the Microsoft Robocopy tool from the Server Resource kit to copy files across networks and disks, then you might be interested to know that there is a user friendly GUI. The Microsoft Robocopy tool is a very powerful command line application that has the power to copy or mirror a folder…

If you like using the Microsoft Robocopy tool from the Server Resource kit to copy files across networks and disks, then you might be interested to know that there is a user friendly GUI.

The Microsoft Robocopy tool is a very powerful command line application that has the power to copy or mirror a folder structure from one drive to another.  I use this tool most often when migrating data from one server to another.

See article – Need to copy files across a network?

Whilst I don’t make use of all the options, I find that I can make best use of my time, by mapping a network drive and setting up a batch file to resume copying files etc.  Because of the automatic resumption and the need to not re-copy existing files, it makes the migration fairly quick.  I can reboot as often as the server needs, when I logon, the server just starts the copy process again.

The command line can be quite awkward to use, there are so many options it is easy to miss something like the retry timeout, or to apply the same dates to files.  This is where a GUI becomes particuluarly useful.

Microsoft Technet has details on there site about the new GUI tool.  You can find out more and download from;

http://www.microsoft.com/technet/technetmag/issues/2006/11/UtilitySpotlight/default.aspx

 

 

Similar Posts

  • Internet Explorer Max Connections

    If you are using a broadband connection it can be quite frustrating having to wait for Internet Explorer to finish rendering a web page.  Internet Explorer has a built in limit to the number of items that can be downloaded at any one time.  This limitation has been defined as part of the HTTP Specifications. …

  • FEAD Optimizer Extract Tool

    It has finally arrived.  Introducing the FEAD Optimizer Extraction tool. This tool is designed to allow the quick extraction of a FEAD Optimized installer application such as Acrobat Reader.  I am surprised that NetOpSystems who make FEAD have not developed an application for network administrators that will allow easy extraction of the proprietary compressed files. …

  • Internet Explorer Proxy settings

    Here is a bit of VB Script that will change the proxy settings of a machine if you are unable to access the Internet Explorer control panel or the Windows Registry. USE AT YOUR OWN RISK

  • The Ultimate Boot CD

    For the past year or so, I have been using a magical bootable CD that enabled me to boot a computer into a working version of Windows XP so that I could recover files, run diagnostics or Ghost a hard drive to another machine.  What is this magical CD?

  • Documenting scripts and source code

    When writing applications, it is vital to be able to look back at your code and understand exactly what each line of code does as quickly as possible. Retrospectively Documenting scripts and source code is time consuming and prone to error, so its best to write the comments either as you are writing the code,…

  • Take control of Domain Passwords with Password Control

    There are many ways to change passwords on a Windows Active Directory Domain.  Users can change their own passwords on the workstation.  However for Network administrators there are not any built-in tools for administrating other user network passwords, unless you Remote Desktop to the Domain Controller or have installed the local support tools for Active…