Author Topic: Dedicated server error  (Read 492 times)

I was reading a post to see how to run a dedicated server, but all it says is, "Windows cannot find C:/Program.  Make sure you typed the name in correctly and try again". Can someone help me? Here's what I wrote:

Code: [Select]
start C:/Program Files/Blockland/BlocklandLauncher.exe -dedicated -custom

Put this:
Code: [Select]
C:/Program Files/Blockland/BlocklandLauncher.exe
In quotes:
Code: [Select]
"C:/Program Files/Blockland/BlocklandLauncher.exe"
Also, remove the -custom parameter.

Put this:
Code: [Select]
C:/Program Files/Blockland/BlocklandLauncher.exe
In quotes:
Code: [Select]
"C:/Program Files/Blockland/BlocklandLauncher.exe"
Also, remove the -custom parameter.
It can't find "-dedicated"


Try putting this:
Code: [Select]
C:/Program Files/Blockland/BlocklandLauncher.exe -dedicatedin quotes.