<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Free and Easy Daily Backup Solution</title>
	<link>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/</link>
	<description>en taro adun</description>
	<pubDate>Thu, 24 Jul 2008 09:31:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: Chris</title>
		<link>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-13</link>
		<author>Chris</author>
		<pubDate>Tue, 22 Nov 2005 13:10:31 +0000</pubDate>
		<guid>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-13</guid>
					<description>Nice script. Where can I find a good reference for batch file programming on NT?</description>
		<content:encoded><![CDATA[<p>Nice script. Where can I find a good reference for batch file programming on NT?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jared0x90</title>
		<link>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-24</link>
		<author>Jared0x90</author>
		<pubDate>Mon, 05 Dec 2005 23:57:08 +0000</pubDate>
		<guid>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-24</guid>
					<description>no clue i had to dig up bits and pieces from all around the net</description>
		<content:encoded><![CDATA[<p>no clue i had to dig up bits and pieces from all around the net</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: MWare</title>
		<link>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-38</link>
		<author>MWare</author>
		<pubDate>Fri, 10 Feb 2006 14:20:17 +0000</pubDate>
		<guid>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-38</guid>
					<description>http://www.robvanderwoude.com/batchfiles.html

http://help.fdos.org./en/index.htm

I know because I had to change the time parsing line to the following 3 lines (I guess my cmd.exe time format was slightly different):

   for /f "tokens=1-2 delims=: " %%e in ('time /t') do (set hour=%%e&#38; set minute=%%f)
   SET AMPM=%minute:~2,1%
   SET minute=%minute:~0,2%</description>
		<content:encoded><![CDATA[<p><a href="http://www.robvanderwoude.com/batchfiles.html" rel="nofollow">http://www.robvanderwoude.com/batchfiles.html</a></p>
<p><a href="http://help.fdos.org./en/index.htm" rel="nofollow">http://help.fdos.org./en/index.htm</a></p>
<p>I know because I had to change the time parsing line to the following 3 lines (I guess my cmd.exe time format was slightly different):</p>
<p>   for /f &#8220;tokens=1-2 delims=: &#8221; %%e in (&#8217;time /t&#8217;) do (set hour=%%e&amp; set minute=%%f)<br />
   SET AMPM=%minute:~2,1%<br />
   SET minute=%minute:~0,2%</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jared0x90</title>
		<link>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-39</link>
		<author>Jared0x90</author>
		<pubDate>Fri, 10 Feb 2006 14:24:19 +0000</pubDate>
		<guid>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-39</guid>
					<description>MWare do you have the US/English version of Windows or are you in 24 hour time format or something odd? It is weird that it didn't work. I have been using my parsing method on a number of machines now for various things. Also are you on 2000/XP/XP 64/2003??</description>
		<content:encoded><![CDATA[<p>MWare do you have the US/English version of Windows or are you in 24 hour time format or something odd? It is weird that it didn&#8217;t work. I have been using my parsing method on a number of machines now for various things. Also are you on 2000/XP/XP 64/2003??</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: MWare</title>
		<link>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-41</link>
		<author>MWare</author>
		<pubDate>Mon, 13 Feb 2006 20:54:19 +0000</pubDate>
		<guid>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-41</guid>
					<description>Yes, using US/English version of Win2000 pro.

Not set in 24hour format...

When I type &#62;time /t on my command line I get
"3:51p"
(No colon between the '1' and the 'p'...  so it cannot delimit the min from the AMPM).</description>
		<content:encoded><![CDATA[<p>Yes, using US/English version of Win2000 pro.</p>
<p>Not set in 24hour format&#8230;</p>
<p>When I type &gt;time /t on my command line I get<br />
&#8220;3:51p&#8221;<br />
(No colon between the &#8216;1&#8242; and the &#8216;p&#8217;&#8230;  so it cannot delimit the min from the AMPM).</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jared0x90</title>
		<link>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-42</link>
		<author>Jared0x90</author>
		<pubDate>Mon, 13 Feb 2006 21:07:01 +0000</pubDate>
		<guid>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-42</guid>
					<description>Interesting thanks for the info! Hopefully people will read these comments. I'll put a note to read comments from MWare</description>
		<content:encoded><![CDATA[<p>Interesting thanks for the info! Hopefully people will read these comments. I&#8217;ll put a note to read comments from MWare</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jared0x90</title>
		<link>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-43</link>
		<author>Jared0x90</author>
		<pubDate>Wed, 15 Feb 2006 14:01:13 +0000</pubDate>
		<guid>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-43</guid>
					<description>I created a link here from the main menu as this is one of the more popular and useful posts</description>
		<content:encoded><![CDATA[<p>I created a link here from the main menu as this is one of the more popular and useful posts</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jared0x90</title>
		<link>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-68</link>
		<author>Jared0x90</author>
		<pubDate>Wed, 15 Mar 2006 13:12:05 +0000</pubDate>
		<guid>http://www.jx90.com/2005/11/18/free-and-easy-daily-backup-solution/#comment-68</guid>
					<description>I recently revisited this idea and made some changes to save on space. The portion of code I backup everday went from 17MB down to 6MB! The new version is also multithreaded for multicore/multiprocessor machines (though I tell you how to disable it for single core/cpu systems. View version 2 above.</description>
		<content:encoded><![CDATA[<p>I recently revisited this idea and made some changes to save on space. The portion of code I backup everday went from 17MB down to 6MB! The new version is also multithreaded for multicore/multiprocessor machines (though I tell you how to disable it for single core/cpu systems. View version 2 above.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
