FILETOKN.EXE: File Token Generator

FILETOKN generates token information about a file (checksum, CRC [Cyclic Redundancy Check], date, time, size, and so forth), which is used to inventory a file.

Runs On

Alpha, x86

Files Required for FILETOKN

FILETOKN.EXE

FILETOKN Syntax

filetokn filename [/b offset] [/l offset] [/w offset] [/c offset length] [/r offset length] [/s] [/t] [/x]

/b offset

Gets an 8-bit token.

/c offset length

Gets a 32-bit checksum at offset for length bytes.

/l offset

Gets a 32-bit long-integer token.

/r offset length

Gets a CCITT_CRC (Consultative Committee for International Telephone and Telegraph Cyclic Redundancy Check) at offset for length bytes.

/s

Shows string tokens and offsets.

/t

Terse mode. Less output is displayed on the screen.

/w offset

Gets a 16-bit integer token.

/x

Output values are displayed in hexadecimal.

/?

Provides a usage statement.