Computing.Net > Forums > Windows XP > xcopy report

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

xcopy report

Reply to Message Icon

Name: Zeke
Date: August 14, 2009 at 06:45:36 Pacific
OS: Windows XP
Subcategory: General
Comment:

how do I get a report from xcopy after it completes?



Sponsored Link
Ads by Google

Response Number 1
Name: ace_omega
Date: August 14, 2009 at 08:08:06 Pacific
Reply:

XCOPY myfil.* to c:\myfolder > c:\myfolder\log.txt
Makes one log each time.
XCOPY myfil.* to c:\myfolder >> c:\myfolder\log.txt
Appends to the Log

This will generate a log.txt file.


0

Response Number 2
Name: Zeke
Date: August 14, 2009 at 08:30:04 Pacific
Reply:

This what my script looks like.

xcopy /e /v /y C:\Data\cms\cms_repl\dick C:\test

Should it look like

xcopy /e /v /y C:\Data\cms\cms_repl\dick C:\test >> c:\myfolder\log.txt


0

Response Number 3
Name: wanderer
Date: August 14, 2009 at 08:47:16 Pacific
Reply:

> is redirect
>> is append

In your case you want to use >


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows XP Forum Home


Sponsored links

Ads by Google


Results for: xcopy report

Crystal Report design with terminal font www.computing.net/answers/windows-xp/crystal-report-design-with-terminal-font/178901.html

Crystal Report design with terminal font www.computing.net/answers/windows-xp/crystal-report-design-with-terminal-font/179162.html

Exporting Crystal Report XI to pdf www.computing.net/answers/windows-xp/exporting-crystal-report-xi-to-pdf/180347.html