Skip to content

Instantly share code, notes, and snippets.

@tarhashi
Created January 22, 2013 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarhashi/4591328 to your computer and use it in GitHub Desktop.
Save tarhashi/4591328 to your computer and use it in GitHub Desktop.
var wmp = new ActiveXObject("WMPlayer.OCX");
var cdroms = wmp.cdromCollection;
for(var i = 0; i < cdroms.count; ++i) {
cdroms.item(i).eject();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment