Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto update Hellion? #20

Open
7thCore opened this issue Oct 30, 2018 · 0 comments
Open

Auto update Hellion? #20

7thCore opened this issue Oct 30, 2018 · 0 comments

Comments

@7thCore
Copy link

7thCore commented Oct 30, 2018

Hi so hellion has a little bit of a diffrent way of starting and shutting off the server.

It starts by using a bat file named Start_ALL.bat containing:
start cmd /c call "Start_DEFAULT.bat"

The Start_DEFAULT.bat contains:
@title Game Server DEFAULT
@HELLION_Dedicated.exe

And then it uses another two batch files you need to stop it.
Stop_ALL.bat contains:
start cmd /c call "Stop_DEFAULT.bat"

And Stop_DEFAULT.bat contains:
HELLION_Dedicated.exe -shutdown

Now your script works great with starting it up but would it be possible to add a function to execute a command so it executes the shutdown batch and then updates it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant