in reply to trigger script on file change in WinME

I think your best bet is to look at Win32::ChangeNotify, and the excellent example (which is likely to be close to what you are after) in Dave Roth's DirMon.pl. Unfortunately I can't say whether this will work under WinME, but it is certainly worth a look, as is all of Dave's work.

--
I'd like to be able to assign to an luser

  • Comment on DirMon.pl and Win32::ChangeNotify, was Re: I know this probably isn't possible, but...