Starting server in background via task scheduler

  • Anyone figured out a way to start a server in the background via task scheduler or in the background in general. I'm trying to start it as a task or if I cant get it to start via my game control panel both require it to be in the background not opened via the desktop on windows server 2012 r2

  • You have to modify the win_startscript.bat

    Code
    @Echo off
    cd "c:\Path\to\server"
    java -jar server.jar


    Then you can use the windows task scheduler to start the server in the background.

Participate now!

Don’t have an account yet? Create a new account now and be part of our community!