On Nov 12, 2013, at 17:38 43, Alessio Elmi <[email protected]> wrote:
> do macro carts, once they have been fired, execute all the lines? They do! > I had the feeling only it executed only the first one... but I may be wrong > (or scripts.sh inside were wrong). I’m assuming you’re referring to the ‘Run Command’ [‘RN’] RML here. That should work fine in a multi-line macro cart, but be aware that Rivendell’s RML engine will run it ‘asynchronously’ -i.e. it will fire off the specified command and then move immediately on to the next without waiting around for the target command to finish. If whatever comes next is dependent upon that command doing something first, then you will need to make provision for that explicitly —e.g. by placing ‘Sleep’ [‘SP’] RMLs. Cheers! |-------------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |-------------------------------------------------------------------------| | A room without books is like a body without a soul. | | -- Cicero | |-------------------------------------------------------------------------| _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
