home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / VERIFY.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  772 b   |  18 lines

  1. COMMAND:  VERIFY
  2.  
  3. FUNCTION: Controls the flag that tells DOS whether or not to verify that data
  4.           has been correctly written to a disk.
  5.  
  6. FORMAT:   VERIFY [ON!OFF]
  7.  
  8. TYPE:     DOS internal command
  9.  
  10. REMARKS:  ON turns the verify feature on, while OFF turns it off.
  11.           Omitting the option causes the current state of the verify flag to
  12.           be displayed. The verify feature remains on until it is turned off
  13.           by a SET VERIFY system call or a VERIFY OFF command. When verify is
  14.           on, DOS performs a verify operation following each disk write
  15.           operation, to check that the data just written can be read without
  16.           error. The /V option of COPY does the same thing for an individual
  17.           copy operation.
  18.