1
0

parser.bat 73 B

123
  1. @echo off
  2. for %%a in (%*) do "%~dp0qsp_parser.exe" %%a --level warn
  3. pause