Okay, here's what I've done (v353). There is now a new ;@DELAY macro (no parameters) that simply pauses execution for one second, per instance.

So if you've got two apps that are clashing, you can try this in config.ini:

;@EXEC_ONCE first_app args
;@DELAY ;; pause for one second
;@EXEC_ONCE second_app args


Any better now?


Edited by mlord (10/01/2004 22:53)