|
Many Thanks David, I must admit I am quite staggered by the calibre of people on this list. MFoGo was my very first Go program, which I bought about 15 years ago on an old 486 laptop. A really nice piece of software even back then! It is amazing that you and Magnus have kindly answered such a basic question of mine. I had assumed you guys would be above such humble questions and was thinking the authors of weaker programs might answer. A great credit to yourselves and the list. Thanks I'll give this a go on Saturday too and update the wiki accordingly. Raffles PS Thanks also to the other respondents - I really am grateful for all the responses =) David Fotland wrote: I use a powershell script: $MYPROG="c:\\go\\gtpmfgo\\x64\\release\\gtpmfgo-675.exe -l6 -threads 4 -cgos -r -memory 2000 -logengine -loggtp" $MYPWD="secret-password" $SENTINEL="stop.txt".\tclkit cgos3.tcl mfgo12-675-4c $MYPWD $MYPROG $SENTINEL | Out-Host cgos3.tcl was downloaded from the cgos support page. David -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, September 30, 2010 3:19 PM To: [email protected] Subject: Re: [Computer-go] Cgos-gtp newbie question Sorry, sometimes I just skip stuff that does not personally interest me. I did not follow the thread, but this is what works for me: To start Valkyria I have a .bat file with the following line tclkitsh cgosGtp.kit -c config9.txt -k Quit.txt > log.txt A second .bat file, 'DoQuit.bat', has the line copy DoQuit.bat Quit.txt Which basically copies it self to create Quit.txt. When the the CGOS client sees this file it will disconnect the program correctly and delete the Quit.txt file. the file config9.txt contains %section server server cgos.boardspace.net port 6867 %section player name Valkyria3.5.14-4cx password topsecretpwd invoke ..\\..\\ValhallGTP.exe ponder enginelog Log\\log threads 4 priority 17 Note that filenames need to use double backslashes on Windows. I think the name in this case the maximum number of character allowed. You can have several sections with different invocations of your programs. Then for each game started a section will be drawn randomly with a probability proportional to the priority of the section. With a single section the priority does not matter. The files I use are tclkitsh.exe and cgosGtp.kit Best Magnus Quoting Robert Finking <[email protected]>: |
_______________________________________________ Computer-go mailing list [email protected] http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
