SickPuppy Posted March 13, 2008 Share Posted March 13, 2008 I need help with ARCA Hotlaps. I have setup the Hotlaps config so that a customer can edit it through TCAdmin. The problem is starting and stopping it. It runs through a stopservice.bat and a startservice.bat file. After making changes to the config, Hotlaps must be restarted. To do that you first have to run the stopservice.bat then run the startservice.bat. How do I set up a TCAdmin service that will execute the stopservice.bat and then automatically run the startservice.bat? What would be even better would have the stopservice.bat and startservice.bat files automatically run when the game server is restarted. Link to comment Share on other sites More sharing options...
Sauron Posted March 13, 2008 Share Posted March 13, 2008 You might consider creating a new batch file that does what you want and use that as file for TCAdmin to start. Link to comment Share on other sites More sharing options...
SickPuppy Posted March 13, 2008 Author Share Posted March 13, 2008 You might consider creating a new batch file that does what you want and use that as file for TCAdmin to start. I am working on that now no success yet. Link to comment Share on other sites More sharing options...
HIS-MOTHER Posted March 13, 2008 Share Posted March 13, 2008 What does the .bat file contain? You can probably eliminate the .bat altogether and add all parameters to the command line startup in TCA and call the .exe with those parameters. Link to comment Share on other sites More sharing options...
SickPuppy Posted March 14, 2008 Author Share Posted March 14, 2008 I combined the 2 .bat files and it stops then starts both services the only problem is it keeps stoping and starting them over and over Link to comment Share on other sites More sharing options...
HIS-MOTHER Posted March 14, 2008 Share Posted March 14, 2008 I combined the 2 .bat files and it stops then starts both services the only problem is it keeps stoping and starting them over and over Dont use the stop. Link to comment Share on other sites More sharing options...
Recommended Posts