[Gambas-user] help with EXEC usage
Bill-Lancaster
bill-lancaster at ...2231...
Sat Mar 26 15:47:46 CET 2011
Thank you,
IF hProc.State = Process.Running THEN
SHELL ("pidof get_iplayer") TO pid1
SHELL ("pidof mplayer") TO pid2
DEBUG pid1;; pid2
SHELL "kill " & pid1 & " " & pid2
hProc.Kill()
ENDIF
To me this is nice code - it works!
Bill
--
View this message in context: http://old.nabble.com/help-with-EXEC-usage-tp31208112p31245811.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list