I'm trying to basically sync some saved game files (in this case from Red alert 3) over 2 computers.
So what I would like to happen is when I start my game, a script or batch file searches a network folder (T:\saves) and copies the latest version of the saved game folder to the local machine (c:\users\NAME\Red Alert\Saves).
Once the game/process ends, I would like the script to copy the latest local version to the network location.
I would also like the script to play nicley if the network location isn't available if possible.
Is this kind of thing possible using a batch file or autohotkey perhaps? I thought perhaps even dropbox could prove useful?
All of my computers are running Windows 7
