I’ve got a game server I’m trying to start with a .bat file, and it’s all uploaded but I can’t for the life of me figure out the command to execute the file.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
.bat
files are Batch files that are made for Windows. Ubuntu does not support them unfortunately as the commands are incompatible. What game server are you trying to run? Look for a.sh
file instead, that’s usually the file extension that people use for Linux scripts.