Guess it's not on Linux, eh?  :)

Adam Williams wrote:
Thanks Tom, that works perfect!

			Adam

On Thu, 6 Feb 2003, Tom Rogers wrote:


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>';
?>





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

Reply via email to