I have a batch file running fine in xp but now a need for a log file to
be created and I am lost on how to do it
What I need to do is add one line at the end of a text document with the
currant date.
Question how do I apend this value to the file?
thanks
Like so:
@echo off
[Your code goes here]
echo %date% %time:~0,5% >> c:\Logfile.txt