PRINT LABEL

Assigns a name to a data storage volume
 
 PRINT LABEL volume-label [TO volume-specifier]
 
 
Description:
The volume label string is written to the specified device as the new label, overriding any previous volume label. This command is not supported by HTBasic. Use the OS LABEL command instead. The following example labels the floppy disk in drive A:
EXECUTE "LABEL A: WORKDISK"
See Also: