After using the CopyTool over the weekend I found that the tool will not handle copy jobs larger then 50gb reliably and since I built the tool to do that specifically I decided it needed to be revised. The result of my revision is CopyTool - V 3.0.0.0 , version 3.0.0.0 is built on top of Microsoft Robust File Copy built into all versions of windows. The tools gives you the option to create a log file, copy only the folder structure, exclude files based on a wildcard, exclude empty folders and move the target content rather then just copy it. I have provided a help button right in the GUI as well as a stop button for the copy process. You can get your copy of CopyTool - V 3.0.0.0 from the Tools Download page. Below is the script that makes the tool work. <# .SYNOPSIS This script is used to perform large copy jobs .DESCRIPTION The script provides you a GUI to enter a source and destination for your copy process. The target and destination should be folders,...