Posts

Showing posts with the label Robocopy

Manually Burn a ISO file to a USB drive with Command Line

Image
Sometimes a tools doesn't work or Anti-Virus application flag things that they shouldn't. This can be frustrating when all you are trying to do is to burn a ISO file to a USB drive. As frustrating as this can be you can actually do this with only a few command. For the full walk through check out our post over a MosaicMK Software Blog

PowerCopy Version 3.0.1.2

Image
Announcing update 3.0.1.2 for PowerCopy, This editions only has 2 changes but they are big changes. We have fixed a issue that caused PowerCopy to be flagged as malicious by some Anti-Virus software and we have updated the GUI to a more modern look. to get this update click  HERE  or head over to  MosaicMK.com  to get other software.

PowerCopy 3.0.1.1

Image
Announcing the release of PowerCopy version 3.0.1.1  PowerCopy is a re-release of my CopyTool Appreciation with a few back end modifications PowerCopy previously know as copy tool has been moved to a new site and is no longer open sourced. Dont worry though PowerCopy is still a free application. More information and download links can be found here https://www.mosaicmk.com/2018/08/powercopy.html

CopyTool - V 3.0.0.0

Image
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,...