delay

i want up-script delay 10 second before take action (desable dsl)
add comment=“” disabled=no down-script=“/interface ethernet enable dsl” host=192.168.10.10 interval=1m timeout=1s
up-script="/interface ethernet disable dsl

Add “:delay 10;” before the rest of the script.
http://wiki.mikrotik.com/wiki/Manual:Scripting#Global_commands

ithx for help but not get who i should it

you write like this:

<command>; <command>; <command>;

where is what you like it to be, for example:

/ip addr print; :delay 10; /ip route print;