Geschrieben von:/Posted by: Norm Pollock at 15 July 2004 14:27:25:
Als Antwort auf:/In reply to: Creating a book with BookThinker geschrieben von:/posted by: Luis Smith at 15 July 2004 11:47:17:
I sorted through all of the games played on Leo's site from the 1st-7th Editions and I'm trying to create a book for Movei with it. I've downloaded ThinkerBoard, put the PGN file in the same folder and when I run Thinker.exe and type in this command:
makebook book.pgn
However it does nothing except returns to a new line. I also tried the same thing in BookThinker.exe and I got this:
makebook book.pgn
Illegal move: makebook book.pgn
Any pointers?
Remove all comments,etc. book.pgn has to be stripped. I use pgn-extract utility.
I use the following command line to strip out comments and send result to file named "stripped.pgn"
pgn-extract -7 -C -V -s %1 -ostripped.pgn
---------
OT info:
I also use pgn-extract to find duplicate games, which I then remove manually or with Scid, etc. Result is sent to "dupes.pgn"
pgn-extract -Z -s -ddupes.pgn -ounique.pgn %1