tg-all.bat 73 B

123
  1. @for %%s in ( c++98 c++03 c++11 c++14 c++17 ) do (
  2. call tg.bat %%s
  3. )