Autorun script after reboot

Hi,
How do i make the script auto-run after the mikrotik reboot?

When you add system/scheduler you have an option to set “Start Time” to “startup”. “On Event” field either calls external script (/system script run name-of-the-script) or if it’s not a complex task you can enter command(s) directly in this field.

you got any samples which i can do it? i wish to auto-run these 3 scripts in case mikrotik got rebooted.
mk.png

Go to system/scheduler, click plus button and create entry like on the picture.

Second script name is my guess, you edit it to fit the script name.

Thanks buddy!!