How can a script in the included task scheduler set up that it only runs in the day time e.g. from 8am to 11pm and stops during the night. Starting again on 8am next day till 11pm and so on?
as I mentioned above, is it possible that I call another BAS script and after the processing of this "external" BAS script is done the current script continues at the next step (action)? Also can I exchange variable values between my "calling" and my "external" script?
Thanks :)
Not. But you can use the code of the second script as a function in the first script.