Command: label

  LABEL creates, changes or deletes the volume label of a disk.

Syntax:

  LABEL  [drive][label]
  LABEL  [/?]
         drive  Specifies which drive you want to assign a label, e.g. C:
         If missing, the current drive is assumed.

Options:

  label  Specifies the new label you want to label the drive.
         If missing, label prompts you for it.
  /?     Shows the help.

Comments:

  The label (name) of the partition can be up to 11 letters long. 

Examples:

  label C:
  label C: PARTITION-C
  label D: my_files

See also:

  fdisk
  format
  vol

  Copyright © 1998 Jim Hall, updated 2007 and 2020 by W. Spiegl.

  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.