Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 05-03-2006, 05:12 PM   #1 (permalink)
Apprentice
 
Gunner's Avatar
 
Join Date: Feb 2006
Location: Somewhere you'll never have heard of...
Posts: 79
Default Eject and Load


Just a question. On my friend's PC I saw that in my computer, when you right-click on the CD Drive, it gives an option called "Eject". When the tray is ejected, and we right-click on the CD Drive again, it gives the option "Load" instead of "Eject". But on my PC, when I click on "Eject" the CD tray comes out, but when I right click the icon when the CD Tray is out, I still get only the "Eject" option. Not the "Load" option. Is it possible for me to make this option enabled ?
Incase you're wondering - My friend uses and AMD Athlon 64-bit 2800+ with 512 MB Ram, Windows XP Professional OS. I use a Pentium 4 2.8 Ghz with 768 MB RAM and Windows XP Professional Service Pack 2, latest updates and patches installed.
Gunner is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 05-03-2006, 05:32 PM   #2 (permalink)
In The Zone
 
Join Date: Feb 2006
Location: NEVER STOP'S....
Posts: 215
Default

Why not?It's possible through software.....
devarajan is offline  
Old 05-03-2006, 05:36 PM   #3 (permalink)
Broken In
 
Join Date: Sep 2004
Location: Mangalore, Karnataka
Posts: 180
Default Re: Eject and Load

Does anyone knows about that kind of software? I also want that.
alanpaladka is offline  
Old 05-03-2006, 05:48 PM   #4 (permalink)
Alpha Geek
 
readermaniax's Avatar
 
Join Date: Jul 2005
Posts: 524
Default

~~~Why not?It's possible through software.....~~~

then tell us devarajan..
__________________
My Favourite Blogs -
http://Mysticgadgets.com | Gadget Weblog
http://Mantosuperman.blogspot.com | Styleing Tips, And Evrythign You Need

Selling RS and vPP..
readermaniax is offline  
Old 05-03-2006, 05:52 PM   #5 (permalink)
In The Zone
 
Join Date: Feb 2006
Location: NEVER STOP'S....
Posts: 215
Default Re: Eject and Load

Quote:
Originally Posted by alanpaladka
Does anyone knows about that kind of software? I also want that.
Here it is
Code:
 http://www.cd-eject-tool.com/downloads/cd-eject-tool-2.6.exe
devarajan is offline  
Old 05-03-2006, 07:24 PM   #6 (permalink)
Wandering in the zone ...
 
manas's Avatar
 
Join Date: Jun 2005
Location: Hyderabad
Posts: 365
Default

The Load option will also come if you install Virtual Clonedrive.
http://files.elby.ch/download/SetupV...loneDrive5.exe
__________________
Not all those who wander are lost. :D

http://www.manast.com ---- ManasT
manas is offline  
Old 05-03-2006, 07:47 PM   #7 (permalink)
In The Zone
 
Join Date: Feb 2006
Location: NEVER STOP'S....
Posts: 215
Default

Quote:
Originally Posted by manas
The Load option will also come if you install Virtual Clonedrive.
http://files.elby.ch/download/SetupV...loneDrive5.exe

Dude had u chk it by using the software????? It has both load and eject option.With the help of url don't come to a conclusion.
devarajan is offline  
Old 05-03-2006, 08:45 PM   #8 (permalink)
Broken In
 
Join Date: Jan 2006
Posts: 105
Default

I have implemented the same application in visual basic.
I found it not possible to know whether the tray is open or closed.

If you want the code, just send me ur email id.
amitgg is offline  
Old 06-03-2006, 09:33 AM   #9 (permalink)
In The Zone
 
ramprasad's Avatar
 
Join Date: May 2004
Location: 00-1D-7D-5A-34-2E
Posts: 375
Default

hi amitagg,

send it to rp_ramprasad@yahoo.com
ramprasad is offline  
Old 06-03-2006, 09:51 AM   #10 (permalink)
In The Zone
 
Join Date: Feb 2006
Location: NEVER STOP'S....
Posts: 215
Default

Quote:
Originally Posted by ramprasad
hi amitagg,

send it to rp_ramprasad@yahoo.com
Get ur views after testing it.
devarajan is offline  
Old 06-03-2006, 10:17 AM   #11 (permalink)
Apprentice
 
Gunner's Avatar
 
Join Date: Feb 2006
Location: Somewhere you'll never have heard of...
Posts: 79
Default

Here's my ID : gunner100@gmail.com

Wouldn't it be simpler if u can send the coding via a PM ?

And the CD eject tools, gives me an external option to eject and load CDs. I was talking about an option when I right click on the CD Drive icon in My Computer.
Gunner is offline  
Old 06-03-2006, 06:15 PM   #12 (permalink)
Broken In
 
Join Date: Jan 2006
Posts: 105
Default

Chek ur ids.


Quote:
Originally Posted by devarajan
Quote:
Originally Posted by ramprasad
hi amitagg,

send it to rp_ramprasad@yahoo.com
Get ur views after testing it.
Gimme ur id and test urself this nice vb application.
amitgg is offline  
Old 07-03-2006, 01:47 AM   #13 (permalink)
Wise Old Owl
 
aadipa's Avatar
 
Join Date: Feb 2004
Location: Palghar, Mumbai
Posts: 1,000
Default

Right-click any drive to close the tray of the optical drive
Quote:
Right click on CD drive to close drive tray (just like the "Eject" option but the opposite function offered in a graphical way)

First get "cdr.exe" from the link in MSFN's official uA CD guide, or from link in this post.
Then put it into "%WindowsRoot%\System32" folder on your hard disk. e.g. If you have Windows installed to C:\windows, then put it in c:\windows\system32.

Copy following code to a new text file and save it as "cdr.reg"
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive\shell\draw]
@="Close CD-&tray"

[HKEY_CLASSES_ROOT\Drive\shell\draw\command]
@="cdr.exe close ALL"
Now right click the file and select "Merge".

There are two shortcomings with the above:
a. It closes all optical-drives one after another
b. The option to "close tray" appears even if you right-click on your HD's partitions.

But then, something's better than nothing.
Also, I used to use Nero DriveSpeed to close CD-ROM's until now, but it has 2 disadvantages:
a. It doesn't work for older drives.
b. It's a third-party utility which comes bundled when you install a commercial app.
Original Source Post edited by me

Download CDR.exe

Here is source code that explains the working CDR.EXE - Open/Close CD Drive(s) Programmatically
aadipa is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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


 
Latest Threads
- by clmlbx
- by gforz

Advertisement




All times are GMT +5.5. The time now is 04:59 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2