win32_cuberef2cubescript.bat 333 B

12345678910
  1. @echo off
  2. rem Automatically allows MS Windows to transform ../reference.xml into ../../config/docs.cfg
  3. rem This requires MSXSL, available at: https://www.microsoft.com/en-us/download/details.aspx?id=3988
  4. @echo on
  5. msxsl.exe -o ..\..\config\docs.cfg -v ..\reference.xml cuberef2cubescript.xslt
  6. echo THIS BATCH
  7. echo IS FINISHED!
  8. pause