|
Command line parameters
Creating CRC from command line
CDCheck enables you to create CRC files without user intervention. That is especially useful in batch (.bat) files.
Use it as following:
CDCheck /xxx [/O:filename] source_directory
/xxx - can be one of the following:
/CRC[:HashType] - Create native CDCheck hash file with HashType algorithm (CRC-32,Adler32,MD2,...)
/SFV - Create SFV file (=> CRC-32 hash algorithm)
/MD5 - Create MD5 file (=> MD5 hash algorithm)
/O:filename - (optional) specifies the output filename of CRC file
if this parameter is not specified default filename and directory is used (same as when using GUI, see CRC for more info)
source_directory - directory for which to create CRC file
Things you should know when using command line parameters
Calling CDCheck with above parameters will start CDCheck in background. There will be no visual output from the program!
In case you are using batch files and wish the script to wait until CDCheck completes use command start (provided by
the operating system) "Start /WAIT CDCheck [your parameters]".
CDCheck returns the following values with above use:
0 - successfully completed
1 - warnings present
2 - errors present
3 - unexpected error
BACK
FRONT PAGE
NEXT
Copyright (C) 2002, Mitja Perko (CDCheck homepage)
|