SirCharles
10-27-2005, 06:25 PM
I am trying to do a script where I wanna use several eval deffered command in sequence to run several differet scripts. Trick is that they have to happen in the correct order.
sending the commands like this gets inconsistant results:
evalDeferred $cmd1;
evalDeferred $cmd2;
evalDeferred $cmd3;
evalDeferred $cmd4;
It usually ends up running the commands in this order.
cmd2
cmd1
cmd3
cmd4
which is not what I would expect. Is there anyway to make sure these all run in the correct order that I sent the commands in?
-Charles
sending the commands like this gets inconsistant results:
evalDeferred $cmd1;
evalDeferred $cmd2;
evalDeferred $cmd3;
evalDeferred $cmd4;
It usually ends up running the commands in this order.
cmd2
cmd1
cmd3
cmd4
which is not what I would expect. Is there anyway to make sure these all run in the correct order that I sent the commands in?
-Charles
