I'm using TLMDShellConsoleView. I've managed to get my application to start a console app (which is a UCI chess engine). However, as soon as the console app is started it seems to be killed. The console app doesn't normally do this until it received the "quit" command. So the question is, how do I keep the app running? I'd basically like to use the component to "control" the app (in this case a chess engine) - is this possible?
I do not observe such an "autokilling" behaviour. I checked this with bat files as well as console applications.
To help you in this situation, I have to know what your dos app does and what kind of control do you want - is it just start/stop or you want send input to your dos app?
Any UCI engine will suffice for the test. Take for example Monarch (my own engine) www.monarchchess.com . After the engine starts send the command "uci" and the engine should respond.
Comments