Hi,
I have problems with execiting .tcl scripts from .ttml. I use exec to
start :

catch {
set sim [exec ./simulator.tcl $VARS(proj_id) $VARS(ver) ]
}

It's working fine, but that script (simulator.tcl) might need several
hours for execution:( and I want my ttml just to start simulator and send
it to background. I try with
catch {
set sim [exec ./simulator.tcl $VARS(proj_id) $VARS(ver) &]
}

but after that simulator.tcl always becoming zombie process. Can anybody
help me with this?
                                                Ilic Aleksandar



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to