Quote Originally Posted by cbagger01
FYI,

There is a Linux command line program that will do the work for you. It is called "isoinfo":
.
Thanks cbagger01,
you solved the reading during booting

Code:
isoinfo -d -i ./DVD.dat | grep "Volume set id:" | cut -d : -f 2
Now remains the bigger problem of writing the label "Volume set id" in a very easy way on the ISO.
If I have time I will try something this evening.

Simone