comp.bat 121 B

123456
  1. @echo off
  2. if "%1" == "" goto END
  3. perl InpSet.pl %1.txt > !
  4. rem InpSet.exe %1.txt > !
  5. tga.exe %1.tra 1200 1200
  6. :END