Could somebody help me set up Winboard to analyze a batch of pgn games? I am trying to automatically generate a pgn file with games annotated like this:
1. e4{+0.00/2} Nf6 2. e5{+0.00/2} Nd5 3. d4{+0.00/2} Nb6 4. Nc3{+0.54/10} d5
{-0.53/14} 5. Bb5+{+0.66/10} Nc6{-0.40/12} 6. Bxc6+{+0.64/11} bxc6{-0.24/12}
This is what I have tried so far.
1.
a) Open Winboard (using engine line "Rybka v2.2n2.mp.x64.exe" -fd "C:\Arena\Engines\Rybka" -fUCI)
b) Click "Load game" and select my pgn file. New window pops up where I see the list of the games
c) Click on the first game. It gets loaded.
d) Select "Analyze game". Rybka steps through the moves but then does not load the next game
***Questions: do I need to use a different mode? as far as I could figure out a mode "Analyze File" exists but I do not see it in the menu
2.
Tried to invoke "Analyze File" mode from the command line this way:
c:\WinBoard-4.6.2\WinBoard>winboard.exe /mode AnalyzeFile input.pgn > output.pgn
The game list pops up but even the first game is not loaded. If I can click on it it gets analyzed but again other games are not loaded. "Load games with automatic
stepping" option is selected under "Thresholds".
output.pgn is empty, I do not capture even the first game analysis this way. I guess it should be written into Winboard.debug file. But I do not see it in Winboard directory.