
 DriveName
~~~~~~~~~~~
Program		DriveName
Purpose		To find out the name of a drive from its drive spec.
Version		1.00, Tuesday the 10th of October, 1994
Author		Dave Lawrence
Copyright	(C) Dave Lawrence 1994
Licence		GPL


 About
=======

This is used for finding the name of a drive from its drive spec.


 Syntax
========

DriveName <varname> <drivespec>

Where:
    <varname>
        The name of a system variable which will hold the name of the drive

    <drivespec>
        The drive specification. I.e ADFS::4


 Examples
==========

DriveName Name ADFS::4
DriveName Name ADFS::4.$
DriveName Name ADFS::4.$.!Boot.Library

All of these set the system variable Name to the name of the drive
