Basically: winboard treats polyglot as the engine. Polyglot loads an engine via the polyglot.ini file.
o Create polyglot.ini file
Here is an example
o start winboard from the command line or from a batch file. The use of a batch file might be best. You can code auto reconnection via a batch file.
[PolyGlot]
EngineDir = .
EngineName = Komodo9.x ; to distinguish from the default version
EngineCommand = Komodo.exe
Book = true ; to enable/disable an PolyGlot book
BookFile = KomodoACCAWCRCC2015.bin
Log = true
LogFile = KomodoPolyglot.log
Resign = true ; to enable/disable resign
ResignScore = 900
ResignMoves = 3
KibitzMove = true
CanPonder = true
ShowPonder = true
[Engine]
hash = 256
ecache = 16
OwnBook = false
command line
winboard.exe /zp /cp /fcp="polyglot.exe KomodoPolyglot.ini" /ics /icshost=chessclub.com /icshelper=timestamp.exe
