Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Reading CD volume labels

Hi all
happy new year to everyone firstly
i am wandering how one could read a volume lable of a cd
short and sweet
many thanks
Rob
[166 byte] By [Spumbu1977] at [2007-11-11 7:40:26]
# 1 Re: Reading CD volume labels
i need the cd volume label in order to attach it to the text log file my app creates that logs files and folders of a cd
for instance

the text file would be called

c:\output\cdlog1_cdvolumelabel.txt

please if you have any ideas on how to do this tjey would be greatly appreciated

many thanks
Spumbu1977 at 2007-11-11 17:26:36 >
# 2 Re: Reading CD volume labels
VolumeLabel = Dir$(DriveLetter, vbVolume)
Phil Weber at 2007-11-11 17:27:35 >