I am trying to echo the current date into a log file but this does not appear to work on NT4 but works on W2K.
echo %date% >> MyLogfile.txt works on W2K if I do the same on NT4 I get a blank echoed into the log file.
I also tried echo %date%/T and this does the same. Can any help, or is it an environmental issue.????
echo %date% >> MyLogfile.txt works on W2K if I do the same on NT4 I get a blank echoed into the log file.
I also tried echo %date%/T and this does the same. Can any help, or is it an environmental issue.????