home *** CD-ROM | disk | FTP | other *** search
/ Zodiac Super OZ / MEDIADEPOT.ISO / FILES / 16 / FREEDOS.ZIP / FD_A4PRE.ZIP / HELP / VERIFY < prev    next >
Text File  |  1995-06-28  |  1KB  |  67 lines

  1.  
  2.      VERIFY (utility)       Free-DOS Alpha 4 release       VERIFY (utility)
  3.  
  4.  
  5.  
  6.      NAME: 
  7.  
  8.           VERIFY - Checks or sets the DOS sector write verify flag.  
  9.  
  10.      SYNOPSIS: 
  11.  
  12.           VERIFY [ON | OFF] 
  13.  
  14.      DESCRIPTION: 
  15.  
  16.           VERIFY   checks  or  sets  the  DOS  internal  verify  flag,
  17.           indicating whether or not each sector written to a  disk  is
  18.           immediately re-read to determine if it has been successfully 
  19.           written.  
  20.  
  21.           VERIFY  will show the state of the verify flag if no options
  22.           are specified on the command line.  
  23.  
  24.      OPTIONS: 
  25.  
  26.           ON - Sets the VERIFY flag and enables  the  verification  of
  27.           the   successful  write  of  each  sector.  OFF - Unsets the
  28.           VERIFY flag and disables the verification of the  successful 
  29.           write of each sector.  
  30.  
  31.      EXAMPLES: 
  32.  
  33.           To turn on disk write verification: 
  34.  
  35.                 VERIFY ON 
  36.  
  37.           To turn off disk write verification: 
  38.  
  39.                 VERIFY OFF 
  40.  
  41.           To show whether or not VERIFY is ON or OFF: 
  42.  
  43.                 VERIFY 
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.