home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / DESQVIEW / MIXEDBAG.ZIP / TM.DOC < prev    next >
Text File  |  1989-04-28  |  551b  |  19 lines

  1. tm - Run a command, and display the total execution time and
  2. errorlevel.
  3.  
  4. This program is Copyright 1989, by David G. Thomas.
  5. I may be reached at the PowerSoft BBS  (404) 928-9294
  6.  
  7. You are free to use this program as you please, and distribute it
  8. to your friends.  I only ask that you do not alter the program, and
  9. you include this file when you pass it on.
  10.  
  11.  
  12. USAGE:  TM command_line 
  13.  
  14. NOTE: Internal DOS commands, like DIR, need to be quoted if they are
  15.       supplied arguments.
  16.  
  17. Example:  TM "DIR *.EXE"
  18.           TM CL /C TEST.C
  19.