WinTime v1.0
Copyright (c) 2008 by LovePimple


WinTime is a program execution timer for Windows.  The program was written in
C++ and compiled with DMC. It should work with any processor from 486 upwards
and any version of Windows from 95 upwards.

WinTime runs the specified system command or utility with the given arguments. 
When the command or utility has finished, WinTime writes a message to standard
output displaying the elapsed time. 

The user selectable [/e] option causes all output data to be written to stderr. 
This makes it possible to time programs that use stdin/stdout.

Any ERRORLEVEL codes returned by the system command or utility being timed are
also returned by WinTime on exit.


Please let me know if you have any problems with this program.
Send e-mail to: lovepimple_mail <at> yahoo.com
Or visit the forum at: http://www.encode.ru/

LovePimple


FREEWARE LICENCE

This software is distributed as FreeWare. There is no fee for using it.

This software must not be decompiled, debugged, or reverse-engineered, or
changed in any other way.


DISCLAIMER

This software is provided "as is" without express or implied warranty, and
with no claim as to its suitability for any purpose.


CREDITS

* Radek Liska (aka Black_Fox) for beta testing.

* Ilia Muraviev for beta testing.

* Osman Turan for beta testing.

* Jem Berkes for PTIME (which inspired me to write this program).



Radek Liska's web site:
http://blackfox.wz.cz/

Radek Liska's compression benchmark:
http://blackfox.wz.cz/benchmark/

Ilia Muraviev's web site:
http://www.encode.ru/

Osman Turan's web site:
http://www.osmanturan.com/

Jem Berkes (PTIME) web site:
http://www.pc-tools.net/
