MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: Need help getting my own Moo up!!!!
At 04:00 AM 8/31/96 PDT, you wrote:
>Below is a sample of a batch file to submit to your ISP (Obvious changes will
>need to be made...)
>
>--- TOP MyMOO.bat ---
>@ECHO OFF
>SET TZ=CST-6CST
>:START
>IF EXIST MyMOO.db.PANIC REN MyMOO.db.PANIC MyMOO.db>NUL
I'm not all that familar with WinMOO, so I don't know the crash frequency,
but it is a bad idea to just blindly use the database produced from a PANIC
in place of a known useable database (ie, the one that you originially
started with).
>winmoo -log MyMOO.log -o MyMOO.db MyMOO.db 2000
I would suggest writing the db to a different file, but that's personal
preference.
>IF EXIST WAIT GOTO WAIT
>GOTO START
>:WAIT
>ECHO Waiting for remote maintenance to be completed...
>:LOOP
>IF EXIST WAIT GOTO LOOP
>GOTO START
Does having to use this loop mean that WinMOO does crash often?
Andy.
Home |
Subject Index |
Thread Index