Up. Way. 2. Late.
WinRoboCopy is a GUI front end for RoboCopy.
Download: Downloads
RoboCopy is a command line file copy utility for Windows. more info: http://en.wikipedia.org/wiki/Robocopy
The main window:
Alternate (original) compact view is still available. Example: Compact View
The 'Name' dropdown at the top of the form is for saving RoboCopy settings for reuse. Using a 'Name' is optional.
... Saves the current RoboCopy settings as a RoboJob with the specified Name.
... Deletes the currently selected RoboJob.
... Clears all form fields.
... Opens the Scripts window. Example: Scripts
The next section is for specifying the various RoboCopy settings. All elements feature tool tips. All file and folder text boxes support drag-n-drop from Windows Explorer.
... Browse to a folder.
... Open the selected folder.
... Expand the options panel.
... Runs the RoboCopy job immediately.
... Stops a running RoboCopy job.
... Save the RoboCopy job to disk as a command file (for execution later).
... Schedule a RoboCopy job to run later in Windows Task Scheduler. Example: Schedule RoboCopy Job
The command section always shows the current RoboCopy command.
The progress bar area shows the current directory and file being copied. The progress bars display the current progress percentage for each item.
The log/output area shows all the RoboCopy output. This output is also logged to disk.
RoboCopy help can be viewed in a separate window.
The RoboCopy version you want to use can also be specified.
The RoboCopy location can also be overridden in a config file by creating a file named WinRoboCopy.exe.config in the same directory where WinRoboCopy.exe resides. The contents of the file should be as follows:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="RoboCopyLocationOverride" value="C:\RoboCopy\RoboCopy.exe" />
</appSettings>
</configuration>
The path can also be a relative path.
Normally the WinRoboCopyJobs.xml configuration file is stored in a location specific to the user. For example:
C:\Users\<UserName>\AppData\Local\UpWay2Late\WinRoboCopy\Config
This location can be overridden by creating a file named WinRoboCopy.exe.config in the same directory where WinRoboCopy.exe resides. The contents of the file should be as follows:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ConfigFolderOverride" value="C:\Temp\WinRoboCopy" />
</appSettings>
</configuration>
The path can also be a relative path.
Version | Setup | Revision | Date |
---|---|---|---|
1.3.5953.40896 | WinRoboCopy-Setup-1.3.5953.40896.zip | 412 | Apr 19, 2016 |
1.2.5898.42989 | WinRoboCopy-Setup-20160225.zip | 393 | Feb 25, 2016 |
1.2.5887.39320 | WinRoboCopy-Setup-20160213.zip | 393 | Feb 13, 2016 |
1.2.5148.1756 | WinRoboCopy-Setup-20140204.zip | 384 | Feb 4, 2014 |
1.2.4587.2115 | WinRoboCopy-Setup-20120723.zip | 296 | Jul 23, 2012 |
1.2.4482.39775 | WinRoboCopy-Setup-20120409.zip | 286 | Apr 9, 2012 |
1.1.4462.41009 | WinRoboCopy-Setup-20120320.zip | 237 | Mar 20, 2012 |
1.0.4402.369 | WinRoboCopy-Setup-20120120.zip | 163 | Jan 20, 2012 |
1.0.4387.26559 | WinRoboCopy-Setup-20120105.zip | 152 | Jan 5, 2012 |
1.0.4330.22565 | WinRoboCopy-Setup-20111109.zip | 148 | Nov 9, 2011 |
1.0.4239.2553 | WinRoboCopy-Setup-20110810.zip | 108 | Aug 10, 2011 |
1.0.4209.1288 | WinRoboCopy-Setup-20110711.zip | 87 | Jul 11, 2011 |
1.0.4149.399 | WinRoboCopy-Setup-20110512.zip | 32 | May 12, 2011 |
1.0.4139.5437 | WinRoboCopy-Setup-20110502.zip | 9 | May 2, 2011 |
Other robocopy Resources.