3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

光学ドライブをEjectするCLIプログラムを作った

Posted at

はじめに

Microsoft-WindowsMediaPlayer(WMP)のCOMコンポーネントを呼び出すことで、光学ドライブをEjectするCUIなプログラムを作った。


なぜ作った?

そこに、Eject APIがあったからさ


使い方

CD-ROMドライブからディスクをEjectするCUIなプログラム」から、ダウンロードし、zipファイルを解凍して、出てきた「sEjectCDRom.NET2.exe/sEjectCDRom.NET4.exe」を実行するだけ。

  • .NET Framework2.0 用 : sEjectCDRom.NET2.exe
  • .NET Framework4.0 用 : sEjectCDRom.NET4.exe

使い方(詳細)

引数なしで、
c:\>sEjectCDRom.NET2.exe
or
c:\>sEjectCDRom.NET4.exe
とすると、接続されている全ての光学ドライブをEjectする

例えば、以下のような引数で実行すると、

c:\>sEjectCDRom.NET2.exe d q
or
c:\>sEjectCDRom.NET4.exe d q

Dドライブと、QドライブだけをEjectする

引数は何個でも指定できる。


使用上の注意

Ejectはできるが、Insertはできない。


以上

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?