ID:2369768
 
Question description:

I'm working on an external script and I want to hard restart DreamDaemon (i.e. kill the process and restart it). Problem is, I can't find any documentation for command line arguments like port, visibility, etc for Windows. I tried command
dreamdaemon.exe /?
as well as using args like -port or -trusted but I don't get any feedback for a launch or anything in the command line, nor can I connect to where the server should be had it worked.
I've found a couple threads with arguments for linux such as
http://www.byond.com/forum/?post=724528
https://www.rkszone.com/forum/general-forums/ public-discussions/3026-running-byond-dream-daemon-via-comma nd-prompt
but these appear not to work given that I can't connect to localhost:[port]
What am I doing wrong?

It's probably a really simple thing I'm missing but whatever.