ryandev00 Posted September 3, 2012 Share Posted September 3, 2012 I have a custom script which calls the application.bat which launches a custom application which runs as a console. It is set to Before Started in TCAdmin. The thing is, when I start the game service, it starts the application.bat (which launches the console application) and waits for it to close before running the game service. This cannot work because it prevents the game service from running at all since the console does not close, it continues to run. How can I get the custom script to run either after the game service is launched or before without waiting to close? Link to comment Share on other sites More sharing options...
LFA Posted September 4, 2012 Share Posted September 4, 2012 use the before started event but start it like this: start your.exe 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