Jump to content

Windows .bat or Windows Service to run server?


Recommended Posts

I would reccommend setting this up in the Windows Task Scheduler to run as your user. This way the game has access to your documents folder for the configuration files.

 

You can trigger the scheduled task to run at logon, or startup.

 

You can also create a shortcut to start the scheduled task and use the following command line

schtasks.exe /run /tn YourTaskNameHere

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...