Archived from groups: rec.games.diplomacy (
More info?)
In article <2rg63jF198t9kU1@uni-berlin.de>, alex wrote:
>
> Hello, i wonder if anyone of you knows if there is somewhere any program like
> njudge for windows based servers
None that I'm aware of. In theory, there's nothing to stop you from
porting the code to Windows. It's mostly pretty portable, and IIRC Windows
has a Posix compatibility layer (not sure how good it is) now anyhow. The
tough part will be redoing all of the shell scripts in a Windows scripting
language (or installing the Unix tools on the Windows machine), and
replacing the calls to at with hooks into the Windows task scheduler.
Or get a cheap PC and install Linux on it -- it's really not so hard.
-Tim Miller