-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels