That is... Backtics and System will start up a new program but it is modal - to get back to the original script the spawned program must be closed. Exec kills the original script when the spawned program starts up. I want a script to throw off another script and go on with its business. It would appear that Fork might the the answer, but so far RTFM'ing about