Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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?
@kazecoi97 How much memory does BAS consume and under what conditions? How can this be replicated? How many threads? What does the project do?
@Fox Oh, I didn't think I could run it as a child process with .exe - thanks!!
@jd-ofm said in BAS Compiled script crash every once in a while:
similar errors happen in my compiled scripts, did you find a fix?
Create universal selectors yourself, automatically generated selectors are unreliable.
the problem is solved just choose "expression" and do 60601000 for 1 hour,
(For those who will have this problem, if for example you want to put 24 hours instead you just have to do: 60601000*24 )
PS : Thanks @denanotherday and @UserTrue