how to delay netwatch to start after reboot?

I don’t want netwatch to start just after reboot - I want it to begin only after 2 minutes from startup
I have try to make a script that run on startup

;/tool netwatch disable numbers=0,1;

but doesn’t help - and he make them work .

so how can I delay it?

Thanks ,

You done it wrong. Put one comment on netwatch function.

disable netwatch:
/tool netwatch disable [find where comment=“delay”]

enable netwatch:
/tool netwatch enable [find where comment=“delay”]

can you explain to me what is the different?
I want both of them to be disable at start up and start working only after 2 minutes, not just one of them.

[deleted, duplicate entry]

And where is the problem on put on bot “delay” comment?

Your method is wrong, because you can not use 0 or 1 as number for the function.
The two number working only on terminal, after print command use.

I didn’t know this about numbers
Thanks !