MKYRBCOPY is a Windows desktop GUI for safe Robocopy folder backup, archive, and copy jobs. It provides source and destination folder selection, drag-and-drop folder inputs, common Robocopy options, saved presets, live command output, job summaries, and automatic log files.
- Windows Robocopy GUI
- Source and destination folder picker
- Drag and drop folders into path fields
- Safe copy options such as
/E,/FFT,/Z,/MT,/TEE,/R:0, and/W:0 - Preset saving for repeated backup jobs
- Live output while Robocopy is running
- Automatic log file creation
- Job summary with last exit code and copied file count
- MKY GRAPHICS branding
- Windows
- Python 3.10 or newer
- Robocopy, included with Windows
python -m venv .venv
.\.venv\Scripts\python.exe -m pip install --upgrade pip
.\.venv\Scripts\python.exe -m pip install -r requirements.txt
.\.venv\Scripts\python.exe MKYRBCOPY.py