Re: Does cygwin have an 'autorun' utility/package?

2022-01-26 Thread Andrey Repin
Greetings, Mark Hansen! > I have an application running under Linux which I would like to move to > Windows > (with Cygwin). This application depends on getting notifications when a CD Rom > drive status has changed (like audio CD inserted, ejected, etc.). For this, I > use a Linux utility

Re: Does cygwin have an 'autorun' utility/package?

2022-01-16 Thread Eliot Moss
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

Re: Does cygwin have an 'autorun' utility/package?

2022-01-16 Thread Mark Hansen
On 1/16/2022 8:12 AM, Adam Dinwoodie wrote: On Sun, Jan 16, 2022 at 06:46:06AM -0800, Mark Hansen wrote: I have an application running under Linux which I would like to move to Windows (with Cygwin). This application depends on getting notifications when a CD Rom drive status has changed (like

Re: Does cygwin have an 'autorun' utility/package?

2022-01-16 Thread Adam Dinwoodie
On Sun, Jan 16, 2022 at 06:46:06AM -0800, Mark Hansen wrote: > I have an application running under Linux which I would like to move to > Windows > (with Cygwin). This application depends on getting notifications when a CD Rom > drive status has changed (like audio CD inserted, ejected, etc.). For

Does cygwin have an 'autorun' utility/package?

2022-01-16 Thread Mark Hansen
I have an application running under Linux which I would like to move to Windows (with Cygwin). This application depends on getting notifications when a CD Rom drive status has changed (like audio CD inserted, ejected, etc.). For this, I use a Linux utility application named 'autorun':