Posted by member 212670 on 2006-07-12 05:31:12 link

Here's an example using drives located at X:\ and Y:\. Change them accordingly. You also should see the pattern to add more drives or change the text. '1000' can be changed to a higher number if for some reason you have more than 1000GB. :P The following is all one line.

YourLabelText "[ifeval(diskAvailable('X:',GB),'>','1000')]Drive X: 0[else]Drive X: [diskAvailable('X:',GB)][endif] - [ifeval(diskAvailable('Y:',GB),'>','1000')]Drive Y: 0[else]Drive Y: [diskAvailable('Y:',GB)][endif]"