Pablo wrote:I download the pgn2epd.exe program and followed the command line at Butterfly console
Pablo,
Rereading this part of a previous post of yours (quoted above), if I am reading it correctly did you start the Butterfly engine by double-clicking the Butterfly exe file and then type in the information for making an epd file with pgn2epd? If you did do that what you should rather do is in your Windows OS go to "Start > Programs > Accessories" and find and click on the "command prompt" icon which should open a console window. Then change directory - cd - to the directory where the pgn2epd.exe file and pgn file are located and then type the proper command in the console and that should create the epd file. May take awhile to make the epd file depending on how large the pgn file is.
as an example, when I click the command prompt icon on this computer a window opens up showing this
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\soggy_bottom>
I have the pgn2epd.exe and pgn file in a folder named - 00 - in the c:\ drive. So in the console window I change directory - cd - to that folder/directory by typing - cd c:\00 - It looks like this.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\soggy_bottom>cd c:\00
Then the 'enter' key is pushed and it looks like this.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\soggy_bottom>cd c:\00
C:\00>
Then the command for making the epd file is typed in (shown below) and the 'enter' key is pushed. And making the epd file should begin.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\soggy_bottom>cd c:\00
C:\00>pgn2epd < name_of_the_PGN_file.pgn > book.epd
Pablo wrote:I download the pgn2epd.exe program and followed the command line at Butterfly console
If I misinterpreted what was written above then disregard what I wrote above.