Does anybody know a tool to analyse all games in a PGN file automatically?
By analysing, I mean what Shredder GUI does in analysis: print evaluation by some engine for every position in the game and print the move that the engine would play. Those are inserted as comments into the PGN notation.
Shredder does so for one game. You have so save the annotation and start analysis of the next game manually. scid seems to have the same problem.
I'm looking for a tool that takes a pgn file as input, does an analysis of all games and writes another pgn file as output. This would enable me to analyse several games over night.
Does such a tool exist?