S
stat
Is there a way to echo or type a time stamp into a text file
I use the following batch file to export a log file fom a program I open
each day
echo ***** #### day spacer #### ******
type d:\spl.log >> d:\err.txt
echo ***** #### day spacer #### ******
is there a way to insert the time on the last line ? I use this to separate
the days so I can look back in case there is an errors I might have
overlooked as the spl.log is replaced every day
Thanks
I use the following batch file to export a log file fom a program I open
each day
echo ***** #### day spacer #### ******
type d:\spl.log >> d:\err.txt
echo ***** #### day spacer #### ******
is there a way to insert the time on the last line ? I use this to separate
the days so I can look back in case there is an errors I might have
overlooked as the spl.log is replaced every day
Thanks