On 1 January 2013 16:15, Frank Church <[email protected]> wrote:

> How can a Lazarus/FPC program that is executing a command via TProcessdetect 
> an input prompt and create a graphical dialog for the input?
>
> e.g. say I execute an ssh command via TProcess which requires a password
> to be input - how could it detect it, prompt for it with a graphical dialog
> and pass it on for the command to continue?
>
> --
> Frank Church
>
> =======================
> http://devblog.brahmancreations.com


After further consideration I think what I am thinking of is a TProcess
like object that emulates a console, so it "types" the command and receives
input as well as prompts. Is there an FPC library that does something like
that?

-- 
Frank Church

=======================
http://devblog.brahmancreations.com
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to