You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make it easier to launch the server, let's create a [Batch](https://www.tutorialspoint.com/batch_script/index.htm) that automatically starts the server.
112
112
113
113
1. Create a new file through the File Explorer using a text editor such as Notepad (built-in) or [VS Code](https://code.visualstudio.com/) and name the file `start.bat`.
@@ -193,7 +193,7 @@ SteamServer Connected
193
193
194
194
**NOTE** - You can also execute and set commands through the server's console. If you retrieve a response, it indicates the server is online. For example, try executing the `status` command after the server is up!
195
195
196
-
#### Creating Startup Script
196
+
#### Creating Startup Script (Linux)
197
197
Having to copy and paste the command we've compiled above can become annoying and tedious.
198
198
199
199
To make things simpler, let's create a Bash script that starts up the Rust server.
0 commit comments