Hi,
Anybody knows the way to execute two scripts from the Scheduler…
i try just with the return (\r\n) and only executed the last script , not the first.
thank you very much…
Hi,
Anybody knows the way to execute two scripts from the Scheduler…
i try just with the return (\r\n) and only executed the last script , not the first.
thank you very much…
execute the second script from the first one, like:
/system script add name=run2nd source={/system script run script1}
Edgars