Running a script on remote RouterOS

Hi,
Is is possible to run a script on remote RouterOS, triggered by a script of another RouterOS?

Thanks

No, it is not. You can trigger command executions from machines that have full fledged SSH clients or API clients. RouterOS can’t do it by itself.

One workaround I can think of that might work is to send *.auto.rsc file with fetch tool to other router. auto.rsc will be executed right after upload.

Caveat: uploads are only possible in 5.x, which is still in RC status.

I like this idea. let me check. thanks