Ivan,

If you run the script without any arguments it displays a usage message.   

It require a configuration file - one of the command line arguments will
display a sample configuration file  -  here is a linux example:

[EMAIL PROTECTED]:~/tmp$ ./cgosGtp-linux-x86_32

cgosGtp 0.98 alpha - engine client for CGOS Linux-x86 by Don Dailey

Usage: /home/drd/tmp/cgosGtp-linux-x86_32/main.tcl  -c CONFIG_FILE  -k
KILL_FILE  -p PLAYER_FIRST -s

       -c specified name of config file - this is MANDATORY
       -k sepcifies a file to create which will stop client after
current game
       -p specifies which player plays first game
       -s display a sample configuration file to stdout and exit       
   

[EMAIL PROTECTED]:~/tmp$ ./cgosGtp-linux-x86_32 -s

# config file for testing various version of MyBot
# ------------------------------------------------

%section server
    server cgos.boardspace.net
    port 6867

%section player
     name      MyBot-1.0
     password  abcxyz
     invoke    ./mybot-1.0  --gtp --log mybot.log
     priority  7

%section player
     name      MyBot-2.0
     password  abcxyz
     invoke    ./mybot-2.0  --gtp --log mybot.log
     priority  3
   

- Don






ivan dubois wrote:
> Hello,
>
> I downloaded the file "cgosGtp-win.zip" from http://cgos.boardspace.net/ but 
> I cant make it work. I am on windows.
>
> I tried this command : cgosgtp.exe -name MyProgram.bat 
> But it doesnt work.
>
> What am I doing wrong ?
>
> Could someone provide an example of a correct invocation of cgosgtp.exe ?
>
> Thanks a lot.
>
> Ivan
>
>
>       
> _____________________________________________________________________________ 
> Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
> http://mail.yahoo.fr
> _______________________________________________
> computer-go mailing list
> computer-go@computer-go.org
> http://www.computer-go.org/mailman/listinfo/computer-go/
>
>   
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to