I don't know a better location to pose this question, hopefully here is fine.
I'll be running my nwn server on a windows 2008 r2 server. I've created a batch file to start and stop nwnserver. My question is, what issues can I expect to run into by hard shutting off the server? Or maybe somebody knows another way to shutdown the nwnserver via a batch file?
To shutdown, I'm using:
taskkill /f /im nwserver.exe
Thanks in advance for the advice.