PC Review


Reply
Thread Tools Rate Thread

CD Drive "Eject" menu option ... but no "Close" option ...

 
 
BoazBoaz
Guest
Posts: n/a
 
      20th Jan 2009
Why is there only "Eject" on the "CD Drive" option list but no "Close" option
??

I'm aware of the diffrenet 3Rd party software that can do it ... but ...

Is the "Eject"/Open CD/DVD so important and the "Close" CD/DVD is not???


 
Reply With Quote
 
 
 
 
JF
Guest
Posts: n/a
 
      20th Jan 2009
> Why is there only "Eject" on the "CD Drive" option list but no "Close" option
> ??
> I'm aware of the diffrenet 3Rd party software that can do it ... but ...
> Is the "Eject"/Open CD/DVD so important and the "Close" CD/DVD is not???


It is better to control the tray with the hand if something goes wrong.

Anyway the solution exists. Examples :

http://www.nirsoft.net/utils/nircmd.html
nircmd.exe cdrom open j:
nircmd.exe cdrom close y:

Not bad but it needs to separate links for opening and closing.
I love the next one because it uses only one key to open/close :
http://www.autohotkey.com/
http://www.autohotkey.com/docs/Hotkeys.htm
This Script is for the letter P.
WIN+P to open/close the drive P.



#P::
Drive, Eject,P
if A_TimeSinceThisHotkey < 1000
Drive, Eject,P, 1
Return



(From a script you can make an exe)

--
Regards, Jean-François


 
Reply With Quote
 
Ramesh Srinivasan, MS-MVP
Guest
Posts: n/a
 
      20th Jan 2009
Add "Close Tray" option to the context menu for CD/DVD drive:
http://www.winhelponline.com/blog/cr...e-cddvd-drive/

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog http://www.winhelponline.com/blog


"BoazBoaz" <(E-Mail Removed)> wrote in message
news:BC3C96CF-7741-41F5-B422-(E-Mail Removed)...
> Why is there only "Eject" on the "CD Drive" option list but no "Close"
> option
> ??
>
> I'm aware of the diffrenet 3Rd party software that can do it ... but ...
>
> Is the "Eject"/Open CD/DVD so important and the "Close" CD/DVD is not???
>
>



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      20th Jan 2009

"Ramesh Srinivasan, MS-MVP" <ramesh@unknownhost> wrote in message
news:(E-Mail Removed)...
> Add "Close Tray" option to the context menu for CD/DVD drive:
> http://www.winhelponline.com/blog/cr...e-cddvd-drive/
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> The Winhelponline Blog http://www.winhelponline.com/blog


The page behind this link also mentions NirCmd.exe. I had not previously
been aware of this extremely powerful and versatile utility. What I cannot
quite figure out is how its author managed to squeeze such a rich set of
instructions into just 30 kBytes. Amazing.


 
Reply With Quote
 
smlunatick
Guest
Posts: n/a
 
      20th Jan 2009
On Jan 20, 2:18*pm, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:
> "Ramesh Srinivasan, MS-MVP" <ramesh@unknownhost> wrote in messagenews:(E-Mail Removed)...
>
> > Add "Close Tray" option to the context menu for CD/DVD drive:
> >http://www.winhelponline.com/blog/cr...ject-and-close...

>
> > --
> > Regards,

>
> > Ramesh Srinivasan, *Microsoft MVP *[Windows Shell/User]
> > The Winhelponline Bloghttp://www.winhelponline.com/blog

>
> The page behind this link also mentions NirCmd.exe. I had not previously
> been aware of this extremely powerful and versatile utility. What I cannot
> quite figure out is how its author managed to squeeze such a rich set of
> instructions into just 30 kBytes. Amazing.


Efficient program developing. The author does not appear to ever have
worked for a large software developer. They were never "exposed" to
the "bloatware" policies.
 
Reply With Quote
 
BoazBoaz
Guest
Posts: n/a
 
      20th Jan 2009
I didn't ask how to "solve" this issue but -why- does only the open command
is given by Microsoft.

"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
news:O$(E-Mail Removed)...
>
> "Ramesh Srinivasan, MS-MVP" <ramesh@unknownhost> wrote in message
> news:(E-Mail Removed)...
>> Add "Close Tray" option to the context menu for CD/DVD drive:
>> http://www.winhelponline.com/blog/cr...e-cddvd-drive/
>>
>> --
>> Regards,
>>
>> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
>> The Winhelponline Blog http://www.winhelponline.com/blog

>
> The page behind this link also mentions NirCmd.exe. I had not previously
> been aware of this extremely powerful and versatile utility. What I cannot
> quite figure out is how its author managed to squeeze such a rich set of
> instructions into just 30 kBytes. Amazing.
>



 
Reply With Quote
 
smlunatick
Guest
Posts: n/a
 
      20th Jan 2009
On Jan 20, 2:44*pm, "BoazBoaz" <pastern...@bezeqint.net> wrote:
> I didn't ask how to "solve" this issue but -why- does only the open command
> is given by Microsoft.
>
> "Pegasus (MVP)" <I....@fly.com.oz> wrote in message
>
> news:O$(E-Mail Removed)...
>
>
>
> > "Ramesh Srinivasan, MS-MVP" <ramesh@unknownhost> wrote in message
> >news:(E-Mail Removed)...
> >> Add "Close Tray" option to the context menu for CD/DVD drive:
> >>http://www.winhelponline.com/blog/cr...ject-and-close....

>
> >> --
> >> Regards,

>
> >> Ramesh Srinivasan, *Microsoft MVP *[Windows Shell/User]
> >> The Winhelponline Bloghttp://www.winhelponline.com/blog

>
> > The page behind this link also mentions NirCmd.exe. I had not previously
> > been aware of this extremely powerful and versatile utility. What I cannot
> > quite figure out is how its author managed to squeeze such a rich set of
> > instructions into just 30 kBytes. Amazing.


Its Microsoft. They own Windows and can do anything the want. This
is a major reason people like to complain about Microsoft's "strong-
arm" tactics.
 
Reply With Quote
 
Ramesh Srinivasan, MS-MVP
Guest
Posts: n/a
 
      20th Jan 2009
It's compressed using UPX, which reduces the file size to a great extent.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog http://www.winhelponline.com/blog


"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
news:O$(E-Mail Removed)...
>
> "Ramesh Srinivasan, MS-MVP" <ramesh@unknownhost> wrote in message
> news:(E-Mail Removed)...
>> Add "Close Tray" option to the context menu for CD/DVD drive:
>> http://www.winhelponline.com/blog/cr...e-cddvd-drive/
>>
>> --
>> Regards,
>>
>> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
>> The Winhelponline Blog http://www.winhelponline.com/blog

>
> The page behind this link also mentions NirCmd.exe. I had not previously
> been aware of this extremely powerful and versatile utility. What I cannot
> quite figure out is how its author managed to squeeze such a rich set of
> instructions into just 30 kBytes. Amazing.
>



 
Reply With Quote
 
Ramesh Srinivasan, MS-MVP
Guest
Posts: n/a
 
      20th Jan 2009
Most (or all) of Nir's tools were UPX'ed.
http://en.wikipedia.org/wiki/UPX

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog http://www.winhelponline.com/blog


"smlunatick" <(E-Mail Removed)> wrote in message
news:3c1ce075-89e4-49f6-a1a3-(E-Mail Removed)...
On Jan 20, 2:18 pm, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:
> "Ramesh Srinivasan, MS-MVP" <ramesh@unknownhost> wrote in
> messagenews:(E-Mail Removed)...
>
> > Add "Close Tray" option to the context menu for CD/DVD drive:
> >http://www.winhelponline.com/blog/cr...ject-and-close...

>
> > --
> > Regards,

>
> > Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> > The Winhelponline Bloghttp://www.winhelponline.com/blog

>
> The page behind this link also mentions NirCmd.exe. I had not previously
> been aware of this extremely powerful and versatile utility. What I cannot
> quite figure out is how its author managed to squeeze such a rich set of
> instructions into just 30 kBytes. Amazing.


Efficient program developing. The author does not appear to ever have
worked for a large software developer. They were never "exposed" to
the "bloatware" policies.


 
Reply With Quote
 
alanglloyd@aol.com
Guest
Posts: n/a
 
      20th Jan 2009
On Jan 20, 9:37�am, BoazBoaz <BoazB...@discussions.microsoft.com>
wrote:
> Why is there only "Eject" on the "CD Drive" option list but no "Close" option
> ??


Try the "Load" option on the context menu.

Alan Lloyd
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CD Drive "Eject" menu option ... but no "Close" option ... BoazBoaz Windows Vista General Discussion 7 20th Jan 2009 06:36 PM
No "Eject" option for USB Pen Drive RJK Windows XP General 8 26th Oct 2007 11:04 PM
Stop users from accessing "Protection" option from "Tools" menu =?Utf-8?B?SSBCZWxpZXZl?= Microsoft Excel Programming 2 19th Dec 2005 02:44 PM
Add "CLOSE" option to menu when right clicking system tray icon. . =?Utf-8?B?U3Ryb25nS2FybA==?= Microsoft Outlook Discussion 0 19th Nov 2004 07:15 PM
The "Manage" option has disappeared from the context menu when I right-click on "My Computer" Warren Massey Windows XP General 3 24th Aug 2004 09:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:37 PM.