Every time I reboot the mud my computer crashes when I try to or soon after I connect to it with Zmud through localhost:4000.
In one of the earlier messages I read about how I might reboot the mud by making a batch file with the following commands:
The 'wait.exe' is the program that Nick Gammon wrote and has for download from his ftp site, I think. Anyway, I figure that this should work, but for some reason my computer crashes almost every time. I'm pretty sure it has to do with zMUD, but It also happened with Gmud, once. If anyone has any idea of what I could that would be great. Oh, and thanks to everyone whos posted answers to all the questions. Many of the questions, I myself had.
In one of the earlier messages I read about how I might reboot the mud by making a batch file with the following commands:
if EXIST \Dist\area\shutdown.txt DEL shutdown.txt
:loop
smaug.exe
if EXIST area/shutdown.txt goto end
wait.exe
goto loop
:end
DEL area/shutdown.txt
The 'wait.exe' is the program that Nick Gammon wrote and has for download from his ftp site, I think. Anyway, I figure that this should work, but for some reason my computer crashes almost every time. I'm pretty sure it has to do with zMUD, but It also happened with Gmud, once. If anyone has any idea of what I could that would be great. Oh, and thanks to everyone whos posted answers to all the questions. Many of the questions, I myself had.