BLACKFIRE69
10-09-2020, 08:34
RealTime Directory Watcher
Here is a tiny tool that allows you to see the changes in a folder in real time. :D
This means that when you give a folder to "watchdog.exe" it shows the changes in real time that take place in that folder in its console.
Those changes can be "delete, modify or create" of files or folders.
When we update a game, we may have no idea what files are being changed or added. So "watchdog.exe" allows us to see real time changes when using a specific folder. :D
How to Use it:
1. Just drag a folder and drop it into the "watchdog.exe".
2. Or use commandline.
watchdog.exe <input-folder> /Log=<log-file.txt>
example:
watchdog.exe "D:\Games\GTA5" /Log="D:\Games\my-GTA5-Log.txt"
_
Here is a tiny tool that allows you to see the changes in a folder in real time. :D
This means that when you give a folder to "watchdog.exe" it shows the changes in real time that take place in that folder in its console.
Those changes can be "delete, modify or create" of files or folders.
When we update a game, we may have no idea what files are being changed or added. So "watchdog.exe" allows us to see real time changes when using a specific folder. :D
How to Use it:
1. Just drag a folder and drop it into the "watchdog.exe".
2. Or use commandline.
watchdog.exe <input-folder> /Log=<log-file.txt>
example:
watchdog.exe "D:\Games\GTA5" /Log="D:\Games\my-GTA5-Log.txt"
_