Using Rebex Components Legacy CF R5.1 on Win Compact 2013
I am trying to suppress the ssh prompt on certain inputs. The reason being, that some commands must go out to a different process and results are given back later on a different thread. In this scenario, I don't want the prompt to show again while the results come in.
I have tried to temporarily change prompt on the fly, but another question answered shows it is only settable before starting the server.
I have also tried setting the prompt to empty, and manually printing the prompt. However, an enter command from keyboard does not trigger the ShellCommand event, so I can't manually print it and it remains blank.
Is there any other way to go about doing this? I think being able to pick up the enter key from the keyboard would definitely be the easiest.