fjamieson Posted July 22, 2017 Share Posted July 22, 2017 I have not been able to get the EmpyrionDedicated.exe process to end when using the 'Stop' button/icon in the Control Panel. My option is to create a custom script and use the Taskkill command. However I want to be able to issue the Taskkill using the PID (incase I have more that one instance of Empyrion running on my server) rather than the "/IM EmpyrionDedicated.exe" command. How to I get the PID for the EmpyrionDedicated.exe? Thanks in advance for any and all help Link to comment Share on other sites More sharing options...
TRUgaming Posted July 24, 2017 Share Posted July 24, 2017 Fjamieson, You're going about it the wrong way. Instead, get TCADMIN to launch the .exe directly, without using the .cmd file. Remember, a .bat or .cmd file does the same as your commandline does. Maybe something like - start EmpyrionDedicated.exe -batchmode -nographics -logFile Logs\DedicatedServer.log -dedicated Custom.yaml Good luck! Jake Link to comment Share on other sites More sharing options...
fjamieson Posted July 24, 2017 Author Share Posted July 24, 2017 Thanks for the info. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now