View Full Version : How to copy files and know exact time taken ?
St Devious
7th July 2009, 22:49
In windows is there any command, script, software that will tell me the exact time taken to copy a bunch of files to another folder ?
BigDid
7th July 2009, 23:16
Hi,
Supercopier2 ?
http://supercopier.sfxteam.org/?q=node/35
Did
worldnet
4th August 2009, 07:31
That's already a bit less vague. No, there are no logs of that. If you copy via other tools you can get more exact measurements.
The Windows box basically updates itself whenever speed changes. Thus when performance increases or drops temporarily the remaining time changes. It's quite hard to get precise estimates when performance fluctuates a lot.
von_Runkel
10th August 2009, 17:05
If you are running Vista, Windows Server 2008 or Windows 7, there is a built in command called robocopy that you can use for this. The syntax is very simple:
robocopy <sourcedir> <destdir>
When finished, the utility gives all the timings you want.
If you are running Windows XP, you need to download the Windows Server 2003 Resource Kit (which is free):
http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en
Robocopy is a great tool. I've been using it since NT 3.51
gamestationco
22nd August 2009, 21:01
von_Runkel, that was brilliant find. Thanks. Do we have other similar utilities for Linux?
Regards,
gamestationco
communist
23rd August 2009, 15:53
Under Linux use time:
time cp <source> <target>
time also works other commands.
multimediaman
24th August 2009, 21:53
rsync might be handy as well :)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.