[Gambas-user] Import code to EXEC from file
abbat
abbat.81 at ...787...
Thu Mar 1 22:39:52 CET 2012
I have now on Button1 next:
Public Sub button1_Click()
Exec ["killall", "tvtime"]
Exec ["killall", "leafpad"]
Exec ["killall", "abiword"]
End
Help me please do that if I have in file ~/prkill next:
Exec ["killall", "tvtime"]
Exec ["killall", "leafpad"]
Exec ["killall", "abiword"]
and how to import file ~/prkill and execute code from file.
Public Sub button1_Click()
????????????
End
Sorry for such question and thanks for Your time anyway.
--
View this message in context: http://old.nabble.com/Import-code-to-EXEC-from-file-tp33424578p33424578.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list