Hi David, with my pleasure I'll do it!<div><div><br></div><div>In a linux terminal or in a windows cmd:</div><div> </div><div>1) go in the directory gmsh/utils/solvers/c++/</div><div>2) compile the file  interactive.cpp with the following command:</div>
<div>      ~$ g++ interactive.cpp -lreadline -ltermcap</div><div>    that produce an executable called a.out </div><div>3) execute gmsh in listening mode:</div><div>      ~$ gmsh -listen &</div><div>4) go in gmsh Tools->Options->Solver->General</div>
<div>    and take (or change) the socket name (by default is .gmshsock)</div><div>    ! under windows change it in <span class="Apple-style-span" style="font-family: monospace; font-size: medium; white-space: pre; "><a href="http://127.0.0.1:44122">127.0.0.1:44122</a></span></div>
<div>5) launch the executable of above with followed by the socket name as:</div><div><div>    linux:        ~$ ./a.out  /yourhome/.gmshsock   </div></div><div><div>    windows:   ~$ ./a.exe  localhost:44122      </div></div>
<div>now you will get a commad line like this:</div><div><br></div><div>    ~$gmsh></div><div><br></div><div>that waiting for your input as you do in the .geo file.</div><div>Good work! </div><div><br></div><div><br></div>
<div>Best regards and thank you for gmsh</div><div>-GZ</div><div><br></div><div>-- <br>Ing. Giuseppe Zagari, Ph. D.<br>Dip. Modellistica per l'Ing. - UNICAL<br>Via P. Bucci, Cubo 39/b 87036 <br>Arcavacata di Rende CS ITALY<br>
<br>
</div></div>