TIMEIT - Time Command Execution

   TIMEIT executes another DOS command,  and reports  the  amount  of
time taken to execute it.  The elapsed time  is  reported  in  hours,
minutes, seconds and hundredths of a second.

   The form of the TIMEIT command is:

                         TIMEIT <command>

   Examples:

     timeit cc myprog
     timeit dus d:\

NOTE:  Due to the accuracy of the  DOS  internal  clock,  the  actual
precision of TIMEIT is only 1/18 of a second.
