VERIFY – Windows CMD Command
Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 118
Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 119
To check that files are saved to disk correctly; the system can re-read the
disk after saving to verify that the file is readable.
1 2 3 4 |
Syntax VERIFY [ON | OFF] |
By default the CMD shell has verify OFF
Verify simply checks that the
destination file, once written, can be read. No comparison with the source the
files occurs.
Copying files with verify OFF can be significantly faster, up to twice as
fast.
VERIFY without a parameter will display the current setting.
Errorlevels
Valid or no parameters given %ERRORLEVEL% = 0
Bad parameters given %ERRORLEVEL% = 1
VERIFY is an internal command.
i love this well article