On 01/13/09 09:47, Nischal wrote: > I am doing a project in which I want to execute a shell script from the > GUI(like on a click of a button). Is it possible to do that? Of course you can. How you execute the scripts from you GUI is depending on the underlying language library API. For example if you using GTK+, there is the glib API to execute the scripts using g_spawn_command_line_sync() g_spawn_command_line_async()
and so on. > I am new to desktop application development. By the way, I am using Netbeans. > Netbeans is only a IDE, you can have Java, Ruby and other languages. Your specific question would get more direct answers from the netbeans community I assume. -Ghee > regards, > Nischal E Rao >
