[Gambas-user] R: Process in TableVew and to Kill a Process - RECTIUS

Ru Vuott vuott at ...325...
Thu Mar 1 14:34:18 CET 2012


Hello,

yes, my friend, so it works !

Exec ["killall", "prgname"]

Very good !

bye
Paolo


> 
> if i remember correctly EXEC is an interface to the exec
> family of syscalls. so writing EXEC
> ["killall prgname"] will result in the program "killall
> prgname" to be executed. i suggest that none
> of your programs is named like that (i can't interpret the
> error message for it is not in the manual
> of the exec family of functions, so i may be wrong with all
> this). you could try using EXEC
> ["killall", "prgname"] which will call the program killall
> with "prgname" as parameter.
> 
> regards,
> tobi
> 
> ------------------------------------------------------------------------------
> 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list