Capture command window text

  • Thread starter Thread starter Tom Del Rosso
  • Start date Start date
T

Tom Del Rosso

Do you know of a utility that can capture the text in the current command
window and save it to a text file? I want to run a scheduled batch file and
read any error messages later.

Thanks.
 
Scheduled Tasks|Advanced|View Log may provide the detail you need.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Do you know of a utility that can capture the text in the current command
| window and save it to a text file? I want to run a scheduled batch file
and
| read any error messages later.
|
| Thanks.
|
| --
|
| Reply in group, but if emailing add
| 2 more zeros and remove the obvious.
|
|
 
Dave Patrick said:
Scheduled Tasks|Advanced|View Log may provide the detail you need.

If you have the Windows 2000 Pro Resource Kit, you can use logevent.exe add
your own messages to the event log based on outcomes when the batch file
runs.
 
Back
Top