[Qiangning Hong]
| I want one of my function to execute when a cdrom is
| inserted. How can I achieve that?
1) Go to http://groups.google.com
2) Search for python cd insert notification
3) Pick the first result, which is a post by
me responding to the same question about a
year ago.
TJG
Qiangning Hong <[EMAIL PROTECTED]> wrote:
>I want one of my function to execute when a cdrom is inserted. How can I
>achieve that?
>
> Further more, I want to do different things depend on the inserted disc type:
> if it is a normal
> cd-rom, read from it; if it is a recordable cd, write data
"Qiangning Hong" <[EMAIL PROTECTED]>
news:[EMAIL PROTECTED]
> Qiangning Hong wrote:
> > I want one of my function to execute when a cdrom is inserted. How can
> > I achieve that?
> >
> > Further more, I want to do different things depend on the inserted disc
> > type: if it is a normal cd-ro
Qiangning Hong wrote:
I want one of my function to execute when a cdrom is inserted. How can
I achieve that?
Further more, I want to do different things depend on the inserted disc
type: if it is a normal cd-rom, read from it; if it is a recordable cd,
write data on it. So, how can I get the
I want one of my function to execute when a cdrom is inserted. How can
I achieve that?
Further more, I want to do different things depend on the inserted disc
type: if it is a normal cd-rom, read from it; if it is a recordable cd,
write data on it. So, how can I get the inserted disc type inf