But if there is no cd in drive, it returns a zero character (at least I think it is). How do I replace that zero char with "<empty>" for example?
; Get current drive label
DriveInfo::GetDriveLabel "D:\"
Pop $1
Check if a string is Char(zero)
I'm trying to get the label of a CD using this: