[Gambas-user] How to execute CLI programs from Gambas GUI program?
Olivier Cruilles
linuxos at ...1896...
Sun Oct 9 17:36:12 CEST 2011
Hi,
Depend on what you want to do.
If you want to invoke your command from Gambas, see the SHELL ou EXEC command
And if you want to interact with your command after invoked by SHELL or EXEC, you can
by adding 'FOR WRITE READ' at the end of the command SHELL or EXEC
See on the documentation for an example of how to use it
http://gambasdoc.org/help/lang/shell
Olivier Cruilles
Mail: linuxos at ...1896...
Le 9 oct. 2011 à 17:08, Robert Parker a écrit :
> Hi Guys,
>
> I am new to Gambas. I have a few CLI programs written in C. I'd like to make
> GUI interfaces to them using Gambas. Is this possible? If so how please.
>
> Thanks Bob
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
More information about the User
mailing list