Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 20a867ec29e954df37ea1e883099e1611ca206a9 Size: 28.3 KB File Format: zip
Rating: 2.478260869
out of 5
based on 23 user ratings
Downloads: 315 License: Free
CRC32 Calculator Command Line is a free software by Andrew Koupparis and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download CRC32 Calculator Command Line which is 28.3 KB in size and belongs to the software category File Management. CRC32 Calculator Command Line was released on 2010-02-06 and last updated on our database on 2017-02-26 and is currently at version 1.1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
CRC32 Calculator Command Line Description
The CRC32 Calculator Command Line application will calculate the 32-bit Cyclic Redundency Check (CRC) of a given file.
Usage:
CRC [/?]
CRC filename [/F /H /S /D /Bxxxx /R]
Wildcards are allowed (ex. *.*)
/F to display full filename
/H to include hidden files
/S to include system files
/D to scan subdirectories
/Bxxxx to set the buffer size in Kbytes - Default = 1024
/R to supress progress report
/? displays this screen
Parameters may stack (you can type /fhsdrb1024 and it will be accepted)
You may wish to increase buffer size if dealing with *large* files, do not however use a larger buffer than the physical memory. The minimum value is 1 KB = 1024 bytes, the default is 1 MB. Depending on the system, the available RAM and the file size different values may have quicker results. If the file is larger than the buffer you will also see a progress indicator.
The result will be something like: "filename - CRC32: $xxxxxxxx" or, if you use wildcards (as *.*) a list of the files and their CRCs.
Note that the procedure may take time for large (or many) files, so using a command like: crc32 *.* /d in the root directory may *take a while*.
The great thing about command-line is that using the " >filename" parameter you pass the results to the file. So a "crc32 *.* /fhsdr >result.txt" will create a quite flexible result list.