To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Legacy Documentation
PRINT LABEL - Assigns a name to a data storage volume.
Previous page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
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:
CAT
,
COPY
,
CREATE
,
INITIALIZE
,
MASS STORAGE IS
,
PROTECT
,
PURGE
,
READ LABEL
,
RENAME
,
SYSTEM$("MSI")