Author Topic: Prevent Blockland from opening in a new window  (Read 693 times)

For example, when I open "dedicated.bat", the BAT appears, but then the dedicated server appears in a newly created window. I need Blockland's output to be in the same window as the bat.

Assuming this is for your hosting service?


@echo off
start Blockland_blid.exe -dedicated -whatever

@echo off
taskkill /F /IM Blockland_blid.exe


I don't see what the huge problem is. If you want to properly use quit();, just use EvalFile.

Why would you need to have it in the same window?

Since he said it dosn't matter, don't expect an awnser.

@echo off
start Blockland_blid.exe -dedicated -whatever

@echo off
taskkill /F /IM Blockland_blid.exe


I don't see what the huge problem is. If you want to properly use quit();, just use EvalFile.
I know you just copied what ATF gave you, and that has nothing to do with it.
Launch Blockland from the command prompt, notice how it opens a new window.

well you can run:
blockland -noConsole

and it wont open the 2nd console window.

but if you run
blockland -dedicated -noConsole

it still starts in a new window.