You should be able to pipe the output into a file:

Code:

/run command param1 param2 param3 > output.txt


(untested)

-genius_at_work