SMS: File Token Generator - Filetokn.exe (193747)



The information in this article applies to:

  • Microsoft Systems Management Server 1.2

This article was previously published under Q193747

SUMMARY

Filetokn.exe, a utility available in the Microsoft BackOffice Resource Kit, generates token information about a file, which can be used to inventory a file. The information includes checksum, Cyclic Redundancy Check (CRC), date, time, size, and so forth.

MORE INFORMATION

FILETOKN Syntax

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

/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.
				

Modification Type:MinorLast Reviewed:6/14/2005
Keywords:kbinfo kbInventory kbsmsUtil KB193747