New: SCCT Scratch Rating

Discussion of computer chess matches and engine tournaments.

Moderator: Ras

Jim Logan
Posts: 74
Joined: Thu Mar 09, 2006 4:14 am
Location: Nevada, USA

Re: New: SCCT Scratch Rating

Post by Jim Logan »

How could I have missed that?? I grew up with DOS. Thanks a lot, Matthew.
Adam Hair
Posts: 3226
Joined: Wed May 06, 2009 10:31 pm
Location: Fuquay-Varina, North Carolina

Re: New: SCCT Scratch Rating

Post by Adam Hair »

Jim Logan wrote:Adam - I seem to be doing something wrong. Windows 7 64 bit. I use the Run command and enter as you say. A DOS box opens and the program runs, but the box then immediately closes leaving me with only desktop. What am I doing wrong?
If Matthew's suggestion does not work, I have a suggestion. I would create a bat file containing the command on one line, and "pause" on the next line. The DOS window then will not close until you press "Enter". Or, add ">[some name].txt to save the output to a textfile. For example:

Code: Select all

sim03_depth6.exe -r 23>Djinn.txt
This will save the results for the 23rd engine (Djinn in this case) to a text file named "Djinn".

By the way, '-m' instead of '-r' will output a matrix of all the similarity percentages. However, this is hard to read when many engines are being compared.