RoboGUI Code
A GUI shell for Windows terminal command Robocopy
Status: Alpha
Brought to you by:
fonazza-stent
| File | Date | Author | Commit |
|---|---|---|---|
| LICENSE | 2025-01-07 |
|
[7d0597] Initial commit |
| ReadMe.txt | 2025-01-07 |
|
[bb89cf] Add files via upload |
| RoboGUI.py | 2025-01-07 |
|
[bb89cf] Add files via upload |
RoboGUI 1.0.0 Fonazza-Stent The program is a GUI shell for Windows terminal program Robocopy, set with the /S parameter fixed, to backup only newer files from one directory to another. This means if you are working on files in a directory and keep a backup on another drive or in another position on the same drive, the program will backup only the files you have been working on, which have a more recent date compared to unmodified files. Robocopy is a terminal (command line) command in Windows and this program is a simple GUI shell, composed of two text file browsing windows and a button to launch the Robocopy command. - Select the origin directory in the left file browser. - Select the destination directory in the right file browser. - Click on “Robocopy” and a terminal window will open showing the command copying files. You can close this window when finished copying and start a new copy. - Click on “Exit” to close the program.