Exactly what I thought.
The Command string for your 2 manual solvers are missing the
#1 keyword.
The
#1 keyword is used as a place-holder that STKO will replace with the filename of the TCL script to run.
There is another keyword, #2, that instead is used a place-holder for the number of processor. This is of course only useful with OpenSeesSP and OpenSeesMP (parallel versions).
Please change the Command string adding the #1 keyword as in this example:

- sequential.png (19.21 KiB) Viewed 3370 times
Instead, if you want to use parallel versions of OpenSees you can also add the #2 keyword as in my OpenSeesMP batch file:

- parallel.png (19.86 KiB) Viewed 3370 times