Posted by: Gangadhar on: February 20, 2009
I think most of us know the DOS command “time/T” which displays current system time without prompting for new time. But If one needs more granular output, say in HH:MM:SS format, here is a way out, use “echo %TIME%” which expands to current time using same format as TIME command. There are so many other [...]