How do I print the time (in ms) in a Windows batch file?
I want to measure the time that passes between lines in my batch file, but Windows\'s \"time /T\" does not p
Maybe this tool (archived version ) could help? It doesn't return the time, but it is a good tool to measure the time a command takes.