This is a Windows GUI front-end for running robocopy to copy files from one directory to another. This makes it a bit simpler, such that you don't need to remember the various command-line options. I wrote this for the command-line options I was using recently; there are more that are not made available via the GUI.
You can copy & paste source & directory names directly onto the GUI; you can also press the "..." buttons next to either input to choose a directory via a dialog.
I wrote this in C# with a GUI defined via WPF/XAML. I've built two 64-bit versions: One which uses .NET 8.0 & one which uses .NET Framework 4.8, so you could use either one depending on the version of Windows you're using & which .NET runtime is available. The only difference is the file selection dialog whe choosing a directory via the GUI. I think .NET 8 provides a better dialog than .NET Framework 4.8.
