how to compile with server running?

Posted by Mopop on Sun 29 Jan 2006 04:08 PM — 3 posts, 16,407 views.

#0
How would I go about compiling the MUD when it is running in the background? It seems kind of tedious killing off the mud compling then booting it back in the area folder to see if the change was done right. Especially for people who are doing trial and error stuff.

I guess I forgot to note im using Cygwin.
Amended on Sun 29 Jan 2006 04:16 PM by Mopop
USA #1
This has been discussed many times before. You basically can't, because the exe is in use. In Windows, you can't delete a file while it's running.
USA #2
But you can rename it while it's running. This leads to alot of crazy tricks you could do that have also been discussed at length.