I've looked into Auto-Shutdown/ restart solutions in the past when it comes to SteamCMD servers, but haven't found anything that works and is scalable. At the moment, I just set my windows machine to restart in the middle of the night, automatically sign in, and execute the ServerDoc Start All .exe. If you haven't figured it out yet, I host locally on a semi-dedicated windows machine.
Does anyone know a command or script that will run a command through the console when the computer/system time hits a specific time? EX: at 4:00 AM the console executes the command 'sv_shutdown 1' OR at 12:00AM January 1st of any year the server executes the command: 'ulx csay HAPPY NEW YEAR'
I imagine there are many other uses/solutions that this mechanic could be very useful for. I just don't have enough know-how when it comes to things like console commands or the lua language to do much about it. That's why I'm here to see if anyone with that know-how is willing to share their insight on the subject of automatically executing console commands based on system time (or similar).