How to run multiple scripts with one scheduler?

Hello,

How can i run multiple scripts with one scheduler? I have to run 5 scripts at midnight, so i’ve created a scheduler “midnight run”.

Start time : 00:00:00
Interval : 1d 00:00:00

But how do I have to write down the 5 scripts in the “on event” field?

I’ve tried it like script1 script2 script3 script4 script5 (all after eachother) but that didn’t work.

Make a script, that calls the scripts.

marrold,

Thanks for your answer. How exactly should i do this?
Isn’t there any other option?

Kris