I need to make several system calls from a Tk GUI, and wanted to know if its possible to somehow background the process or am I forced into using fork?
In other words I need to make a system call tied to a button on the GUI, and then make several more system calls from that same button.