How to time batch file execution using timethis.exe?
- by unknown
While timethis.exe works fine for almost every application, it seems to fail for .bat files:
C:\test>timethis test.bat
TimeThis : Command Line : test.bat
TimeThis : Start Time : Fri Feb 26 19:46:30 2010
'test.bat' is not recognized as an internal or external command,
operable program or batch file.
TimeThis : Command Line : test.bat
TimeThis : Start Time : Fri Feb 26 19:46:30 2010
TimeThis : End Time : Fri Feb 26 19:46:30 2010
TimeThis : Elapsed Time : 00:00:00.070
While executing it on a regular command line is fine, timethis.exe fails for it. How do I fix this problem?