Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Generating file copy log

Status
Not open for further replies.

nic0

IS-IT--Management
Joined
Feb 18, 2004
Messages
1
Location
BR
I need to generate a log for when i copy files from one server to another. How can this be done ? Windopws have this feature or do you know any tool that does it ?


Thanks
 
How do you copy the files? Is it via Windows explorer, command prompt, batch file or what?

With the command prompt and batch file method, you can use the redirection > and >> command to add the output to the end of a file, as with the xxcopy third party program.

Not too sure about logging windows explorer's copying actions though.

John
 
I've got these two very large file; the first is C:\CleanUp.001.tmp that's 348MB and the other is C:\CleanUp.000.tmp 4.0GB. Is it safe to delete them?


Thanks,
Will
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top