Thread
:
Dos batch file output to log file
View Single Post
10-31-2000, 02:58 AM
#
2
mosquito
SQL nutcase
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
pipe the resuls to a flat file
echo Starting Procedure >error.log
yourcommand >>error.log
this will create a log file.
I'm not sure if this is what you want
__________________
Join The PCMech RC5 Team Today!
mosquito
View Public Profile
Visit mosquito's homepage!
Find More Posts by mosquito