Rev 137 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 137 | pmbaty | 1 | # Initialization script for the chess engine. |
| 2 | # |
||
| 3 | # This file is parsed by Chess Giants and each line that is not commented nor |
||
| 4 | # empty is sent verbatim to the chess engine at the beginning of each game, |
||
| 5 | # right after engine initialization, prior to any move command. You can put |
||
| 6 | # here every engine-specific initialization command you want. |
||
| 7 | |||
| 154 | pmbaty | 8 | # Let the Toga engine use its supplied book file |
| 9 | setoption name BookFile value book.bin |