Link to home
Start Free TrialLog in
Avatar of wierd_dave
wierd_dave

asked on

Getting the volume ID of an Audio CD

I'm wanting to get the ID of an audio CD so that I can cross reference with the CDPlayer.ini file.

For example, here's a bit from my cdplayer.ini:

[C70E1E]
EntryType=1
artist=Portishead
title=Dummy
numtracks=10
order=0 1 2 3 4 5 6 7 8 9
numplay=10

I want to be able to tell if the CD in the drive is C70E1E.

Cheers,
Dave
ASKER CERTIFIED SOLUTION
Avatar of chensu
chensu
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wierd_dave
wierd_dave

ASKER

That'll do!

Dave