in reply to Running multiple jobs with dependencies

if "cmdos/$n[$c].done" gets created from the exec above, and it is created within 20 seconds and you are waiting for it to create anyways why not forget fork() and exec() and just system()? The added advantage is that you can tell the exit stsatus of the cad program.


-Waswas