

InterviewSolution
1. |
Solve : Date and time in batch file? |
Answer» I have a small PROBLEM: I use a batch file that runs an AUTOMATIC backup of a software and FILLS a log-file of backup process. At the moment I use date /t and time /t commands with a pre-typed strings of text to monitor different sub processes in the backup, but it writes the time and string on SEPARATE row whereas I would like them on the same row, like this: |
|