[python-win32] how to set master volume and record volume?

2004-12-22 Thread Qiangning Hong
in windows 2000 pro, how can i write a script to set the master volume and record volume to max? ___ Python-win32 mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Re: How to determine CD-ROM or CD-R?

2004-12-08 Thread Qiangning Hong
Tim Golden wrote: [Qiangning Hong] | How can my program find out the type of disc in my CD-RW | drive? I want | my program behaves differently depend on the type: if it is a normal | CD-ROM, read data from it; if a recordable CD, burn data onto it. If you're on Windows, I think WMI can

[python-win32] How to determine CD-ROM or CD-R?

2004-12-08 Thread Qiangning Hong
How can my program find out the type of disc in my CD-RW drive? I want my program behaves differently depend on the type: if it is a normal CD-ROM, read data from it; if a recordable CD, burn data onto it. ___ Python-win32 mailing list [EMAIL PROTECTE