muse1.7b4/
muse1.7b4/config/
muse1.7b4/doc/
muse1.7b4/run/
muse1.7b4/run/db/
muse1.7b4/src/
muse1.7b4/src/db/
muse1.7b4/src/files/
muse1.7b4/src/io/
muse1.7b4/src/prog/
muse1.7b4/src/util/
Restarting your muse
--------------------

go into the run directory, and type '../bin/wd'
and things will restart. if you want to give
arguments to wd, they should be as follows:

wd <database load file> <database save file> <general log file> <port number>.

by default, this should probably be

wd db/mdb db/mdb logs/out.log 4201
or, if you're using DBCOMP,
wd db/mdb.Z db/mdb.Z logs/out.log 4201

-shkoo