Hi,                       Adam

TR> You could try the vol command using exec{} and parse out the volume name

TR> -- 
TR> regards,
TR> Tom

This should do it:
<?
exec("vol g:",$result);
$label = trim(strrchr($result[0],' '));
echo 'Label is '.$label.'<br>';
?>

-- 
regards,
Tom


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to