Files
Bubberstation/RUN_SERVER.cmd
hack-wrench cf7cdc2004 Create RUN_SERVER.cmd (#83329)
## About The Pull Request

A RUN_SERVER.cmd file is a type of batch file on Windows operating
systems that can be used to start a server application. Batch files
contain a series of commands that are executed by the command line
interpreter. They are useful for automating repetitive tasks and can be
particularly handy for starting a server with specific configurations or
parameters.

## Why It's Good For The Game

By double-clicking the RUN_SERVER.cmd file, all these commands are
executed in sequence, starting the server with the defined settings.
This makes it much easier to start the server than typing out all the
commands each time. It’s a convenient way to manage server settings and
ensure consistency across server restarts. Batch files like this are
widely used in various applications where a server needs to be started
with specific parameters on a Windows environment.

## Proof of Testing

<details>
<summary>Screenshots/Videos</summary>
  

![image](https://github.com/tgstation/tgstation/assets/60922927/5451cf16-8310-43d2-9ea9-ee57a5d05b8e)

</details>

## Changelog

🆑
add: Added RUN_SERVER.bat for maintainer issues
/🆑
2024-05-23 10:13:15 +12:00

3 lines
71 B
Batchfile

@echo off
call "%~dp0\tools\build\build.bat" --wait-on-error server %*