View Single Post
  #4 (permalink)  
Old 02-03-2010, 11:50 PM
hdawg's Avatar
hdawg hdawg is offline
Proprietor
 
Join Date: Nov 2008
Posts: 2,237
Blog Entries: 147
Default

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
__________________
http://blog.port3101.org/hdawg/

The views expressed by me on Port3101 and its affiliated sites are my own and do not necessarily reflect the views of my employer.
Reply With Quote