I want to be able to use the time command without it saying "Enter new time" afterwards so that I can place the time into a log (like time >> c:\timelog.log for example). How can I do this? I want to do the same thing with the date command as well.
Slightly unrelated, but I also forgot how to echo a blank line, could you tell me how to do that as well?
2006-08-16
09:18:22
·
5 answers
·
asked by
Rich
5
in
Computers & Internet
➔ Programming & Design
No you don't understand - if you type "time" at a prompt, it gives you the time and the says "Enter New Time" - I don't want it to say that because I want to save it to a text file.
2006-08-16
09:27:35 ·
update #1
No Jono, just typing echo does not leave a blank line, it tells you if echo is on or off.
Thanks for the /t thing, works great.
2006-08-17
07:13:19 ·
update #2