Can we get a 'programmable' button that calls a link to a third party app. In this case I am thinking about Chess Artist. So lets say I have a batch file or shell script that would execute the following.
Code: Select all
python chess_artist.py --infile meltwaterfin21.pgn --outfile ana_meltwaterfin21.pgn --enginefile sf14.exe --engineoptions "Threads value 1, Hash value 128" --movestart 8 --movetime 2000 --job analyze --eval search --log
I guess this would be something like what Chessbase does with the 'Fritz Chess Program' and the 'Chessbase Database Program' where one program calls and opens up another program.