kandarlubis31/FileMoverToD — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Windows desktop app called MoveMate for moving large folders from one drive to another without breaking the original folder path.

I want it to help people free up space on C drive by selecting one or more source folders, choosing a default destination like D:\Games, adding them to a queue, then starting the move. It should use Robocopy for reliable copying, show live progress with percent, speed, and estimated time left, then automatically create a symbolic link back at the original location after the move finishes.

Please include a restore area where I can see previous moves, pick one, delete the symlink, and move the folder back to its original place. Save settings like the default destination and window size, and keep a history file so restores still work after restarting the app.

Make the interface friendly and clear for non technical Windows users, with warnings that Administrator mode is needed for symlinks. Use Python for the desktop app and look up current docs online if needed.

Want more depth? Deep Reverse