CDCheck 3.1.12.0 Help | |
Help version 1.2 Author: Mitja Perko Copyright (C) 2003-2006 | Click here to view the online help |
Command line parameters
Creating hash files / checking files from command line /O:filename - (optional) specifies the output filename of hash file - if this parameter is not specified default filename and directory is used (same as when using GUI, see Hash for more info) /HF:filename - (optional) specifies custom hash file (/CHECK must be specified) /DRMH - (optional) turns off reporting of missing hashes (/CHECK must be specified) /DRMF - (optional) turns off reporting of missing files (/CHECK must be specified) /IMSF - (optional) turns off reporting of missing files in source (/COMPARE must be specified) /IMRF - (optional) turns off reporting of missing files in reference (/COMPARE must be specified) /SaveReport:filename - (optional) saves results and messages to file (overwrites existing file without warning) source_directory - directory for which to create a hash file/directory to check reference_directory - reference directory when comparing Note! Parameter /xxx must be the first parameter to appear! Note! If you are using long paths in parametere you should Quote that parameter (eg. "/SaveReport:C:\Program Files\Report.txt")! Starting GUI in predefined mode source_directory - directory for which to create a hash file/directory to check/CRF file to load Things you should know when using command line parameters Samples @echo off start /wait cdcheck.exe /check e:\ echo Returned error level: %errorlevel% goto a%errorlevel% :a0 echo CDcheck sucessfully completed. goto end :a1 echo Warnings present. goto end :a2 echo Errors present. goto end :a3 echo Unexpected error. :end pauseCreating hash file @echo off start /wait cdcheck /CRC E:\ echo Returned error level: %errorlevel% Copyright (C) 2003-2006, Mitja Perko (CDCheck homepage) |
|