Thread
:
Running mprime in verbose mode under linux?
View Single Post
2006-03-21, 13:16
#
4
Unregistered
2·3
2
·353 Posts
just edit your startscript so that mprime runs verbose and direct the output into a textfile, this way
cd /home/victor/mprime
./mprime -d >> mprime.log
then it always appends the output to mprime.log