Intermec 6400 Reference Guide

Page of 234
Getting Started
SECTION 1
1-6 PEN*KEY6400 Programmer’s Reference Guide
File Integrity Verification Utility: CRC32.EXE
The Tool Kit contains a utility, CRC32.EXE, for verifying the integrity of files
provided on the Tool Kit diskettes. CRC32.EXE calculates a 32-bit CRC value
for a file. This value can then be compared with the factory CRC value for the
file. Factory CRCs are found in the files with a .CRC extension, as well as the
RELNOTES.TXT file in the Tool Kit.
The CRC filename has the pattern 64xx####, where xx would be a two character
designation for Tool Kit (TK), Flash (BD), Boot Block Flash (FD), or Utilities
(UT); and where #### represents the version number.
Examples:
for the flash version 1.05, the CRC filename is 64BD0105.CRC
for the Boot Block Flash, the CRC filename is 64FD0105.CRC
for the Tool Kit, the CRC filename is 64TK1000.CRC
for the utilities, the CRC filename is 64UT1000.CRC
Usage is as follows:
CRC32 [@][filename | pathname] [/s]
where:
filename is the name of the file on which the CRC is calculated.
pathname is the location of the filename to be processed.
/s indicates that all subdirectories should be searched for matching filenames.
is (optionally) included to indicate that filename is an argument file,
containing names of files to be checked. A valid argument file for CRC32.EXE
has the same format as an argument file for the IPLFMT.EXE program.
NOTE:
Wildcard processing is not allowed. This means neither the filename, nor any of the
pathnames within the argument file, are allowed any wildcards. CRC32.EXE processes
directories with any attribute set, such as read-only.
NOTE:
CRC32.EXE processes directories with any attribute set, such as read-only, etc.
One or more files or directories can be processed at one time.