Skip to content

Instantly share code, notes, and snippets.

@maimainoue
Created August 16, 2015 02:11
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 maimainoue/c040a8057ba7217ec059 to your computer and use it in GitHub Desktop.
Save maimainoue/c040a8057ba7217ec059 to your computer and use it in GitHub Desktop.
イジェクト
// (☝ ՞ਊ ՞)☝ウイーン
// node.js を使ってると良く CD-ROM を取り出したくなりますよね。
// ならないとしたら、今すぐこの記事を読むのをやめて病院に行って下さい。
var win32ole = require('win32ole');
var wmp = win32ole.client.Dispatch('WMPlayer.OCX');
wmp.cdromcollection.getByDriveSpecifier(inDriveLetter.charAt(0)).eject();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment