If you want to run this as a script and keep all the output from the command do as Otto says and save to a bat / cmd file ...
Then, at the command prompt execute:
script.bat > output.txt 2>&1
and the complete input/output of the script will be saved to output.txt