This tool needs two inputs: 

 "-version" and "-file"

"-version" is included for legacy compatibility only. The option will not affect the validation process. 
"-version" must be on of 3 optiones: "-version 1" OR "-version 2" OR "-version monopol" 
"-file" Specifys 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-19.01-std-record.jar -version 1 -file theTokenFileToEvaluate.zip

...and run it. 

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


validator-19.01 was updated in january 2019. 