Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: XBoard -mg

Author: Tord Romstad

Date: 00:20:33 09/23/05

Go up one level in this thread


On September 23, 2005 at 03:09:50, Tord Romstad wrote:

>#!/usr/bin/python
>
>import os
>
>for i in range(1, 51):
>    os.system("xboard -fcp polyglot -fd . -scp polyglot -sd
>/Users/tord/Applications/SigmaChessHiarcs/HIARCS/ -tc 4 -inc 1 -xponder -debug
>-thinking -sgf glaurung-hiarcs.pgn -lgf \"Noomen.pgn\" -lgi %d -size medium -mg
>2 -xexit -autoflag"% i);

In the unlikely case that some readers are even less familiar with Python than
me, I should add that everything after "os.system ..." should be ON A SINGLE
LINE.  The script will not work if you insert line breaks anywhere in this line.

Tord




This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.