bison.bat 161 B

123456
  1. echo Changing to %4 ...
  2. cd %4
  3. echo Generating %2 and %3 with prefix %1.
  4. ..\..\bin\bison\bison.exe -o %2 %3 --defines -p %1
  5. echo Renaming %2 to %5 .
  6. move /Y %2 %5