Here is how I set up a dead-simple, cloud-backed version control system for halo.exe using only and a batch script.
You open Google Drive and see a file named halo.exe that you definitely did not put there. Your heart rate spikes. Is it a virus? halo.exe google drive
Dragging halo.exe to Drive manually works until you forget. Then you run an old version from the cloud and wonder why everything breaks. Here is how I set up a dead-simple,
We all have that one critical executable or tool—let’s call it halo.exe —that we cannot afford to lose. Whether it's a proprietary internal tool, a compiled script, or a legacy game mod manager, losing it means hours of rework. Is it a virus
xcopy "%USERPROFILE%\Documents\My Games\Halo MCC" "C:\Google Drive\Halo Backups\Saves" /E /I /Y xcopy "C:\Program Files (x86)\Steam\steamapps\common\Halo The Master Chief Collection\config" "C:\Google Drive\Halo Backups\Config" /E /I /Y Schedule it via Task Scheduler to run every time halo.exe closes.
Open Command Prompt as Admin: