试过通过注册表才获取,但是要格式化了该光盘了才行,注册表下相关键值才会有记录被格的时候给光盘命的名称~
--------------------------------------------------------------------------
'$Include "WinRegistryUtilities.sbh"
...
Dim Disk_Name As String
...
Rem Get the inserted disk's name from registry
Disk_Name = GetRegistryString (HKEY_CURRENT_USER,"Software\Microsoft\Windows\CurrentVersion\Explorer\CD Burning\Current Media","Disc Label")
...
--------------------------------------------------------------------------