Yes you can. TNServer.exe is a compiled executable with the source code that's provided for you in the zip file (ServerMain.cs).
The user input part is around line 210 in that file where it reads console input on line 213. You will want to get rid of that, putting a thread sleep in there instead.