vote up 4 vote down star

Does anyone know of a windows commmand-line ( available on XP Pro or later by default ) that could copy a file while showing progress. I do not care if the progress indicator is in a terminal or a GUI window.

This is intended to be used during batch file scripting

flag

4 Answers

vote up 0 vote down

You could easily write a program to do that, I've got several that I've written, that display bytes copied as the file is being copied. If you're interested, comment and I'll post a link to one.

link|flag
Yes, I know I could write such a thing. The idea is to reuse any available resources and to simplify sharing of the script. – Steven Sep 12 '08 at 12:15
1  
To be fair Gulzar, Josef was offering to send you one, and to send you his available resource to you for reuse. I suspect you stopped reading after 9 words. – harriyott Sep 12 '08 at 12:25
Any Josef, you could share those to the rest of the community :) – Fernando Barrocal Sep 12 '08 at 13:01
When I get home I'll dig them up and post a link here. – Josef Sep 12 '08 at 14:22
vote up 6 vote down

robocopy.

link|flag
Close, but not available on XP y deafult. Though I will consider it. – Steven Sep 12 '08 at 12:14
vote up 1 vote down

This technet link has some good info for copying large files. I used an exchange server utility mentioned in the article which shows progress and uses non buffered copy functions internally for faster transfer.

In another scenario, I used robocopy. Robocopy GUI makes it easier to get your command line options right.

link|flag
vote up 0 vote down

Does not the xcopy command show progress? I don't have a Windows machine available to test, but I recall it being more verbose than the regular copy command.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.