Reputation: 25
I want to make a script on windows to move my files on folde1 to folder2 when i add some new file in folder 1, is it possible or at least any part of this?
Upvotes: 1
Views: 907
Reputation: 6852
Yes, it's possible. You can use:
Upvotes: 2
Reputation: 9390
Concept is called DirectoryWatcher/FileWatcher, you can google it by these keywords for your programming language. It's represented in most languages now.
Upvotes: 2