IYTGoGetter =========== When you run this program, you will need to have a connection to the internet and the game number of the game you want to create SGF for or the web address of any page which displays this game. You can get these from the address bar in your browser when it is displaying any web page with this game. In this example address: http://www.itsyourturn.com/iyt.dll/action?stage=1&game=15300004542497&something The game number is the 14 digit number after the the part reading "game=" and before the following "&", if there is one. In other words, the game number in this exaple is 15300004542497. Or you could just use this entire web address. After entering the game number, click the "Create SGF" button and the program will tell you when it is done and where you can find the resulting file. Note: ===== IYTGoGetter is a Java program, so you must have Java installed to run it. Try double-clicking on the IYTGoGetter.jar file to launch the program. If it doesn't come up, you either don't have Java installed, or it's installed but not on your path. In that case type the following command at a command prompt or create a short cut with it: javaw.exe -jar IYTGoGetter.jar Where is your Java installation, very likely something like: C:\Program Files\JavaSoft\JRE\1.3.1\bin\ and is the location that you placed the IYTGoGetter.jar at. Your resulting command might look something like the following: C:\Program Files\JavaSoft\JRE\1.3.1\bin\javaw.exe -jar C:\Windows\Desktop\IYTGoGetter.jar Troubleshooting =============== "You don't have access to this game!" means that the game you are trying to view either doesn't exist or both participants have blocked the game from being viewed by anyone other than themselves. Any other error you get is either transient connection problem that will go away by itself and may not occur next time you click the button, or is caused by being behind an internet firewall (Note, if you are using your personal connection at home, you almost certainly are not behind a firewall. At school or work, you may be).