Keith Vertanen's Home Page

_________________________

A Simple Free Stopwatch Program

A very simple and completely free stopwatch program for Windows.

Just download StopWatch.zip and unzip somewhere on your computer. Create a shortcut on your desktop for convenient access. If you want the stopwatch to immediately start running, add a command line argument of "start". Pressing Ctrl-C will copy the elapsed time to the clipboard.

Exciting stopwatch screenshot
StopWatch C# source code

If you like the stopwatch, help others find it by linking to this page:
   <A HREF="http://www.keithv.com/stopwatch.html">A Simple Free Stopwatch Program</A>
Why?
On occasion I do consulting work and need to time how long I'm working for a client. So I figured a little stop watch like Windows program would be handy to have. After several hours searching the internet, I found only programs which cost money, didn't allow the timer to continue after a pause, or had a user interface as complex as a nuclear reactor.

So after 20 minutes of highly complex and exhausting software development, I had created The World's Simplest Free Stopwatch. Enjoy!

Revision history:
Sept 13th, 2006 - version 2.0 released

_________________________

Return to home page