[Gambas-user] Shell / Exec Question

Brant Wells bwells at ...475...
Wed Jun 16 18:06:40 CEST 2004


Hi All...
I have an application where I need the user to enter the Root User's 
password, however, I want it in a konsole window...
So I do...

PUBLIC SUB ShellTest()
 EXEC ["konsole","-e","su","root"] WAIT
END

PUBLIC SUB Process_Read()

  DIM sLine AS String
  INPUT #LAST, sLine
  PRINT sLine  
END

The problem is that my Process_Read() is never activated...   Is there a 
way for me to conntrol X applications?

Thanks!
~Brant





More information about the User mailing list