<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>batchworld at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/batchworld/</link>
    <description>Batch World</description>

    <item>
      <title>BATCHWORLD has closed - you are invited to join Batchworld Mk II</title>
      <pubDate>Mon, 31 Aug 2009 05:39:03 GMT</pubDate>
      <dc:creator>foxidrive</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8119</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8119</guid>
      <description>Batchworld MkII continues the good work of the Batch World group, where the moderator has disappeared and locked the group. I am the moderator of the new</description>
    </item>
    <item>
      <title>ANSWER: Re: robocopy /MIR keeps copying NEWER</title>
      <pubDate>Fri, 28 Aug 2009 04:52:32 GMT</pubDate>
      <dc:creator>bslasch</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8118</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8118</guid>
      <description>Just to let you know you have encountered a defect in your nas product, Windows OS from 2000 on employ a time stamp with a 64 bit value, some samba based NAS</description>
    </item>
    <item>
      <title>Re: robocopy /MIR keeps copying NEWER</title>
      <pubDate>Thu, 27 Aug 2009 04:33:33 GMT</pubDate>
      <dc:creator>Parag P. Doke</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8117</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8117</guid>
      <description>Hello Omer.Try something on the lines of: type PrintMe.txt &gt;&gt; prn Where you need to print the entire contents of the file directly. However, if you wish to</description>
    </item>
    <item>
      <title>Re: robocopy /MIR keeps copying NEWER</title>
      <pubDate>Thu, 27 Aug 2009 03:43:12 GMT</pubDate>
      <dc:creator>Omer Mohammed</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8116</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8116</guid>
      <description>Hi All, This is my first email in this group. even though i got lots of usefull resources from this group, but recently getting into the batch files. at the</description>
    </item>
    <item>
      <title>Re: progress bar</title>
      <pubDate>Thu, 13 Aug 2009 01:01:03 GMT</pubDate>
      <dc:creator>Theodorik OBroin</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8115</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8115</guid>
      <description>Hi, Cheers to Josh for his link. I&#39;ve taken the batch file listed there, and together with your script, have created a different script. I dunno about you, but</description>
    </item>
    <item>
      <title>Re: progress bar</title>
      <pubDate>Wed, 12 Aug 2009 19:58:06 GMT</pubDate>
      <dc:creator>Aristos Vasiliou</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8114</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8114</guid>
      <description>Hi, Thanks for your reply. This is my batch file so far. @ECHO off title Installing Software ECHO. ECHO Instaling Net Framework dotnetfx35.exe /qb /norestart </description>
    </item>
    <item>
      <title>Re: progress bar</title>
      <pubDate>Wed, 12 Aug 2009 17:12:03 GMT</pubDate>
      <dc:creator>Josh Fitzgerald</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8113</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8113</guid>
      <description>Check out this post on stack overflow: How to code a spinner for waiting processes in a batch file? </description>
    </item>
    <item>
      <title>Re: progress bar</title>
      <pubDate>Wed, 12 Aug 2009 16:48:31 GMT</pubDate>
      <dc:creator>Theodorik OBroin</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8112</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8112</guid>
      <description>Hi, Cheers for getting me to look at this again. I find the easiest way is to update the title - that way you don&#39;t have to do a CLS all the time. The reason</description>
    </item>
    <item>
      <title>progress bar</title>
      <pubDate>Wed, 12 Aug 2009 14:46:44 GMT</pubDate>
      <dc:creator>Aristos Vasiliou</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8111</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8111</guid>
      <description>Hello, Is there a way to add some kind of progress indicator in a batch file? Maybe stars, or something going like this \|/-\|/- You know something like a</description>
    </item>
    <item>
      <title>Re: process the list in reverse order in batch file</title>
      <pubDate>Tue, 11 Aug 2009 04:27:30 GMT</pubDate>
      <dc:creator>giskier</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8110</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8110</guid>
      <description>There are 2 ways to return from a call 1)  goto :EOF 2)  exit /B X In way 2, X is a number, and the errorlevel variable will be set to X. Example for %p in</description>
    </item>
    <item>
      <title>Re: process the list in reverse order in batch file</title>
      <pubDate>Mon, 10 Aug 2009 04:00:42 GMT</pubDate>
      <dc:creator>giskier</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8109</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8109</guid>
      <description>... set HelpVar=%1 if /I &quot;%HelpVar:~0,5%&quot; == &quot;zero.&quot;  ...etc... GISkier ... -- View this message in context:</description>
    </item>
    <item>
      <title>Re: process the list in reverse order in batch file</title>
      <pubDate>Sun, 09 Aug 2009 18:14:57 GMT</pubDate>
      <dc:creator>giskier</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8108</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8108</guid>
      <description>I missed the closing quote: %str:~0,5% Good Luck GISkier ... -- View this message in context:</description>
    </item>
    <item>
      <title>Running Steps Debugger</title>
      <pubDate>Sun, 09 Aug 2009 15:59:54 GMT</pubDate>
      <dc:creator>foxidrive</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8107</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8107</guid>
      <description>On Sun, 9 Aug 2009 08:14:26 -0700 (PDT), giskier ... How are these posts getting to batchworld?  Are you gating them yourself? Do you have permission from</description>
    </item>
    <item>
      <title>Re: process the list in reverse order in batch file</title>
      <pubDate>Sun, 09 Aug 2009 15:17:45 GMT</pubDate>
      <dc:creator>giskier</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8106</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8106</guid>
      <description>The link is not malicious.  I am simply informing you of a great tool for batch files in a forum for batch files.  If you don&#39;t want to click, just do a search</description>
    </item>
    <item>
      <title>Re: process the list in reverse order in batch file</title>
      <pubDate>Sun, 09 Aug 2009 15:16:06 GMT</pubDate>
      <dc:creator>giskier</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8105</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8105</guid>
      <description>In your code to process each line you add the following (which will take the first five letters of the variable and compare to zero. (including period)). As</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Sun Dec 20 22:09:26 PST 2009 -->
