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.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to