I have a gaming software for DoTA that outputs a textfile (.txt) for list of points and access levels. I run multiple instances of the software and I want them to sync to only one file. So lets call this software Stealthtbot 1 and Stealthbot 2. Stealthbot 1 outputs the file to the access and user level to a .txt file. I want Stealthbot 2 to access this same file.
my solution is that to sync the file from the directory that stealthbot 1 uses and then copy and re-write it over the folder that stealthbot2 uses.
Anyway to do this lets say every few mins (or possibly instantly?)