Command: verify
  VERIFY turns the file verification on or off.
  It tells FreeDOS to check that files are correctly
  written to disk.
Syntax:
VERIFY [ ON | OFF ] [/?]
Options:
  ON   File verification is switched on.
  OFF  File verification is switched off.
  /?  Shows the help
Comments:
  Type VERIFY without a parameter to display the current VERIFY
  setting.
  VERIFY is a command internal to command.com and needs no other file
  in order to work.
  FreeDOS also offers an external version of VERIFY.
Examples:
  verify       Shows the actual verify setting
  verify on    Switches verify on
  verify off   Switches verify off
See also:
  copy
  command.com/freecom
  Copyright © 1998 Jim Hall, updated 2007 and 2022 by W. Spiegl.
  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.