Hi Jens,
your mess_kishon_mute.cmd should include:
Code:
@echo off
cd ..\plugins\chessengine\interfaces
copy kishon_mute.lua kishon.lua
cd ..\..\..
REM normal engine window:
MessChess.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
REM hidden engine window:
REM start /B /WAIT /MIN MessChess.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
cd Arena
and the mess_kishon_Sprachausgabe.cmd should look like:
Code:
@echo off
cd ..\plugins\chessengine\interfaces
copy kishon_Sprachausgabe.lua kishon.lua
cd ..\..\..
REM normal engine window:
MessChess.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
REM hidden engine window:
REM start /B /WAIT /MIN MessChess.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
cd Arena
MfG, Eric