To check that files are saved to disk correctly; the system can re-read the disk when saving and verify (compare) with the data in memory.
Syntax
VERIFY [ON | OFF]
By default the CMD shell has verify OFF
Windows Explorer will always copy with verify ON
Copying files can be up to twice as fast with verify OFF.
VERIFY without a parameter will display the current setting.
"VERIFY dummy_text" will set %ERRORLEVEL% to 1
"Women might be able to fake orgasms. But men can fake whole relationships" - Sharon Stone
Related:
MOVE - Move files from one folder to another
EXIT - Quit the current script/routine, optionally setting an errorlevel.
Equivalent bash command (Linux): cksum - Print CRC checksum and byte counts