Nothing2Lose Posted August 29, 2010 Posted August 29, 2010 Hi, How can i detect a change in my system??? Some examples??? Thanks a lot!!!
Tvern Posted August 29, 2010 Posted August 29, 2010 If you want to monitor just one folder, then this topic is probably relevant. For a larger scale you might be better of using something like this. (Actually the second link is a better way to do it if you ask me, but it's also more complicated.)
jackchen Posted August 29, 2010 Posted August 29, 2010 (edited) How can i detect a change in my system??? Some examples??? This question has been bothering me for a long time. Tvern:Those script you mentioned do not support monitoring subdiretories. There is a great function in Autohotkey forum named WatchDiretory() which can monitor filesystem with many options. Here is the function:WatchDirectory().zip Here is the original topic:WatchDiretory() It will be greatly appreciated if someone could translate this function from Autohotkey to Autoit. Someone made a similar autoit script like this: [NOW WORKING] a (broken) monitor file changes script which uses ReadDirectoryChangeW But it's not an independant funtion and is not as flexible as WatchDiretory(). Edited August 29, 2010 by jackchen
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now