Thank you for the link !
Just one remark : to make it work, you must have the Zen.dll (for v6 or v7) and you must put it in the same folder as gtp4zen.exe
And a question : this relase is by breakwa11, he is the author of the excellent ongoing tournament at
https://github.com/breakwa11/GoAIRatings#go-ai-ratings , where the Elo of LZ#xxx, ElfVx, minigo#xxx, zenVx, etc are continuously updated.
His reference point is Zenv7 1D =1800Elo
Do you know how to set gtp4zen at 1D ?
EDIT : I've just seen this :
zen7 1D ----> -t1 -s1800 -n1 -o1.3 -p0.35

I only know these options.
-h [ --help ] Show all allowed options.
-z [ --zenverion ] arg Version of dll, must be 6 or 7. (default 7)
-t [ --threads ] arg Set the number of threads to use. (default
CPU_CORES)
-T [ --maxtime ] arg Set the max time for one move. (default 10 seconds)
-s [ --strength ] arg Set the max playout. (default 10000)
-i [ --ithink ] arg thinking interval, only set 100 when play cgos.
(default 100)
-n [ --ilevel0 ] arg factor0. (default 1)
-o [ --ilevel1 ] arg factor1. (default 1)
-p [ --ilevel2 ] arg factor2. (default 1)
-r [ --resign ] arg resign. (default 10)
-l [ --logfile ] arg Enable logging and set the log file. (default none)
-L [ --logfilenametime ] Add timestamp after log filename. (default off)
-d [ --debug ] Enable debug output to gtp shell. (default off)