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).
Is there a way to sleep until specific time? Example schedule a task or a function to run at midnight every day.
Heres a function that returns how many milliseconds to midnight, so it will sleep to midnight, you can then add in what to do at midnight
https://pastebin.com/raw/pjcWHpbj
@caplaz You can also use BAS command line interface with any scheduler. https://wiki.bablosoft.com/doku.php?id=how_to_schedule_bas_script
@to-nice ++ yes i see now
@ybwh003 said in In the task scheduler, two of the tasks can run automatically, and the other two will always show Downloading.:
Do I need to uninstall the program in the original folder
This is not necessary
Should I start D:\TaskScheduler directly or start TaskScheduler through the main program of BAS?
If you want to run a separately downloaded scheduler, you need to run it from its own directory
Hello, I have the same issue at the moment, have you found a solution? Regards, Jérôme
@morpheus93 That worked. Thank you
@fox No errors displaying but i found out what was wrong, a label was wrongly named since i copied functions. That didn't affect the debugger bas but it did with schedueler! Thanks anyway. Works now