 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Log file copy time</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/log-file-copy-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/log-file-copy-time/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 05:05:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/log-file-copy-time/#comment-95206</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 12 Aug 2011 02:05:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-95206</guid>
		<description><![CDATA[For a trivial solution, you can run:
&lt;pre&gt;
ECHO %TIME% myfile.name &gt;&gt;mylog.txt&lt;/pre&gt;
That would append the current time and &quot;myfile.name&quot; to the text file named mylog.txt in the current directory.

You could echo a before-time, run the copy, then echo the after-time. It won&#039;t be exact, but the difference should be very small. It can be tested easily from a Windows command line.

Tom]]></description>
		<content:encoded><![CDATA[<p>For a trivial solution, you can run:</p>
<pre>
ECHO %TIME% myfile.name &gt;&gt;mylog.txt</pre>
<p>That would append the current time and &#8220;myfile.name&#8221; to the text file named mylog.txt in the current directory.</p>
<p>You could echo a before-time, run the copy, then echo the after-time. It won&#8217;t be exact, but the difference should be very small. It can be tested easily from a Windows command line.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kimmaay</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/log-file-copy-time/#comment-95161</link>
		<dc:creator>kimmaay</dc:creator>
		<pubDate>Thu, 11 Aug 2011 01:38:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-95161</guid>
		<description><![CDATA[Robocopy (free) does this. It has a summary at the end of the log that gives you a bunch of summary statistics.. very helpful!]]></description>
		<content:encoded><![CDATA[<p>Robocopy (free) does this. It has a summary at the end of the log that gives you a bunch of summary statistics.. very helpful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/8 queries in 0.038 seconds using memcached
Object Caching 283/284 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 08:25:54 -->