I need to log the output of a command to a file on my hard disk?
So far I have this:
It doesn't work at all.
I need to log all the output of the 'cat' command.
How do I correctly use log to store the MUD output?
Would I need to set up triggers to detect when the output of the command has finished?
So far I have this:
OpenLog("D:\Users\User\Documents\AL\test")
SetLogOutput (true)
world.Send("cat %1")
FlushLog()It doesn't work at all.
I need to log all the output of the 'cat' command.
How do I correctly use log to store the MUD output?
Would I need to set up triggers to detect when the output of the command has finished?