So, the physics on linux finally got me and I switched to a windows 2012 server. Sure, SRCDS.exe works fine… If I can connect to the VNC at all times. Oh, but lets not forget the complete inability to pass commands from anywhere else.
Having only some experience with windows server, I may be missing an obvious tool. But I’m looking for essentially a tool that can be used through commandline, remotely, and persist. (Basically for linux, SSH and Screen.)
For the remote access aspect, I think telnet is okay, and I even installed SSH. But neither can run .bat files inline, (or, so far to my knowledge, at all), and if they could, I imagine disconnecting would not allow me to see the console anymore afterwards, and even if THAT could be arranged, there is no way for a script to add input to it. (Such as screen -X).
How do people on windows do it? Am I missing something?