I work on NT/2000 system and write small scripts to copy files from one computer to others. I like to know, if there are commands to find out exactly how long it took to run my scripts for copying the files. As we have in unix: time cp system.dbf /backup/system1.dbf , it tells us the time it took to copy the datafile. Are there similar window/dos commands?