»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 02-29-2004, 07:08 AM   #1 (permalink)
Registered User
 
waynezo's Avatar
 
Join Date: Oct 2002
Location: Ft. Lauderdale, Fla.
Posts: 172
waynezo is on a distinguished road
Kids close optical drives with mouse

Is there a way to command my cd and dvd burners to close without having to open any aps or press the button on the actual drive? I know under "my computer" I can right clik each drive and open them from the drop down menu but there is no option to close them. I would like to set up something on my desktop to open and close them with a mouse clik.

My system,
Athlon xp2400 cpu
Gigabyte GA-7vaxp mb with promise onboard raid controller
Kingston value ram 512ddr pc3200 400mhz
Dual 80gig maxtor hd's 7200rpm ata 133 raid 0
Artec 16X DVD-ROM
Cyberdrive 40X16X48 CDRW
Verbatim 2.4X DVD+RW/R
ATI all in wonder 8500dv AGP primary video card
VisionTek XTASY radeon 9100 64mb ddr PCI 2nd video card
Nokia 21" 445Xpro CRT Monitor
KDS 17" visual sensations CRT monitor
Antec 430 watt true power ps
Ahanix platinum xp steel case
Windows xp home sp1

__________________
Waynezo
waynezo is offline   Reply With Quote
Old 02-29-2004, 03:26 PM   #2 (permalink)
Registered User
 
Join Date: Feb 2004
Posts: 34
pelicanman is on a distinguished road
Go to www.tucows.com. There may be some open/close freeware TSR applets there. The internal drive hardware and OS command link to do this definitely exists because Roxio can make the drives close automatically when doing certain operations.

Last edited by pelicanman; 02-29-2004 at 03:29 PM.
pelicanman is offline   Reply With Quote
Old 02-29-2004, 03:37 PM   #3 (permalink)
Registered User
 
Join Date: Feb 2004
Posts: 34
pelicanman is on a distinguished road
Cd Eject Tool - $ 14.95 shareware

Alternatively, if your geek kung fu is strong enough, here's a little chunk of vbasic code that will do it

Here's a short code snippet that lets you programmatically open and close the CD door. Note that not all the CD drives support these functions:

Quote:
Open and close the CD drive's door
Here's a short code snippet that lets you programmatically open and close the CD door. Note that not all the CD drives support these functions:

Private Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" _
(ByVal lpstrCommand As String, ByVal lpstrReturnString As String, _
ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long

Private Sub cmdOpenDoor_Click()
mciSendString "Set CDAudio Door Open Wait", vbNullString, 0, 0
End Sub

Private Sub cmdCloseDoor_Click()
mciSendString "Set CDAudio Door Closed Wait", vbNullString, 0, 0
End Sub

Last edited by pelicanman; 02-29-2004 at 03:40 PM.
pelicanman is offline   Reply With Quote
Old 03-10-2004, 09:54 AM   #4 (permalink)
Registered User
 
Bill in SD, CA's Avatar
 
Join Date: Oct 2002
Location: Bottom left of U.S.
Posts: 4,714
Bill in SD, CA is on a distinguished road
Maybe this:

http://www.majorgeeks.com/download545.html

Bill
Bill in SD, CA is offline   Reply With Quote
Old 03-10-2004, 11:58 AM   #5 (permalink)
Registered User
 
Xtreeme's Avatar
 
Join Date: Apr 2003
Location: PA. USA
Posts: 1,372
Xtreeme is on a distinguished road
Ahhh, but will they CLOSE? I can use keyboard command to "open" but the same command repeated wont close drive. You can do it in my comp and right click cdrom too. Hmmm. Always bewildered me why buts its always been that way. I figured if they can open surely they can close auto?
__________________
In the mind of a mad man!
Xtreeme is offline   Reply With Quote
Old 03-11-2004, 05:17 AM   #6 (permalink)
Registered User
 
waynezo's Avatar
 
Join Date: Oct 2002
Location: Ft. Lauderdale, Fla.
Posts: 172
waynezo is on a distinguished road
Just tried Absolute control and it works great!

Thanks Bill

__________________
Waynezo
waynezo is offline   Reply With Quote
Old 03-11-2004, 07:54 AM   #7 (permalink)
Registered User
 
Bill in SD, CA's Avatar
 
Join Date: Oct 2002
Location: Bottom left of U.S.
Posts: 4,714
Bill in SD, CA is on a distinguished road
You're quite welcome!

When I found this program I immediately remebered this thread.

Unfortunately, for the life of me I could not find the thread in a search.

So the thanks should go to John Prophet who steared me here.

He's a better searcher than I am.

Bill
Bill in SD, CA is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 06:33 PM.