
A modern version of the long popular TIMETHIS.EXE utility by [email protected]. This versatile command-line Windows utility will execute a command and its parameters, track the execution time, and return the ERRORLEVEL of the original command.
CMD SYNTAX:
TIMETHIS <external command plus parameters to execute>
TIMETHIS [-?|/?|-H|/H|-??|/??]
SYNTAX EXAMPLES:
TIMETHIS
TIMETHIS DIR \
TIMETHIS FILEHASH -R -D "%TEMP%"
TIMETHIS -?
GENERAL USAGE NOTES:
* Entering TIMETHIS with no parameters will display this help message.
* Parameters surrounded by <> are mandatory; Those surrounded by [] are optional.
* The help parameters (-? and -??) must be in the first position to be recognized.
For more details, see:
TIMETHIS /??
Tested on Windows XP, 7, 8, 8.1, 10, and 11 (both x86 and x64)
Tested on Windows 2003, 2008-R2, 2012-R2, 2016, 2019, and 2022 (both x86 and x64)
Comments