------------------bitCDR xtra---------------------------------------
This is a free software,
written by shikuangming,
supported by
www.aougu.com-----------------------------------------------------------------------------
Has two global functions(all have no return values):
* bitCDOpen string sDrive -- Open any specail CD Drive or all CD Drives
* bitCDClose string sDrive -- Close any specail CD Drive or all CD Drives
For example:
bitCDOpen "f:"----open the cd drive "f"
bitCDOpen "f"-----open the cd drive "f"
bitCDOpen ""------open all cd drives
bitCDClose "f:"----Close the cd drive "f"
bitCDClose "f"-----Close the cd drive "f"
bitCDClose ""------Close all cd drives
and you can see,they are very easy to use.
Good luck!
----------------------------IMPORTANT-------------------------------------
* THIS XTRA IS PROVIDED "AS IS", WITHOUT
* WARRANTY OF ANY KIND, AND THE AUTHOR DISCLAIMS ALL IMPLIED WARRANTIES
* INCLUDING, BUT NOT LIMITED TO, MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE AND NONINFRINGEMENT. IN NO EVENT WILL THE AUTHOR BE LIABLE TO YOU
* FOR ANY CONSEQUENTIAL, INDIRECT OR INCIDENTAL DAMAGES ARISING OUT OF YOUR
* USE OR INABILITY TO USE THIS XTRA.