Does cygwin have an 'autorun' utility/package?

Eliot Moss moss@cs.umass.edu
Sun Jan 16 17:59:55 GMT 2022


inotify is a POSIX library that would help meet the need.
It apparently has not been ported to Cygwin as a regular
package, though Windows has the necessary underlying ability.

However, this suggests that you can fairly easily build a
program to help:

https://github.com/thekid/inotify-win

It seems to build and work reasonably well.

Another angle is this Qt library (though I am not sure if it
works under Cygwin):

https://doc.qt.io/qt-5/qfilesystemwatcher.html

Best - Eliot Moss


More information about the Cygwin mailing list