You need Java to run this tool. 
The tool needs two inputs: 

 "-version" and "-file"

"-version" is included for legacy compatibility only. 
"-version" must be "-version 1"
"-file" Specifies the token you want to evaluate

To evaluate a token, i.e. "theTokenFileToEvaluate.zip", change standard-record-validator.cmd to: 

@echo off
java -jar validator-25.12-std-record.jar -version 1 -file theTokenFileToEvaluate.zip

...and run it. 

Silent mode: 
If you do not want status printed to CMD, use: 
java -jar -Dlog4j.configuration=log4j-nolog.xml validator-25.12-std-record.jar -version 1 -file theTokenFileToEvaluate.zip


The validator creates a log file listing all validated .xml files. Errors (if any) are described next to each file in the log. 

validator-25.10 was updated in December 2025. 