This tool needs two inputs: 

"-version" must be set to "2"
"-file" Specify the token you want to evaluate

To evaluate nameOfTheTokenFile.zip change standard-record-validator.cmd to: 

@echo off
java -jar validator-3.0-std-record.jar -version 2 -file nameOfTheTokenFile.zip

...and run it. 

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