<?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>Re: Unzip can&#39;t find file</title>
      <pubDate>Sat, 18 May 2013 01:26:29 GMT</pubDate>
      <dc:creator>Aleksey D. Tetyorko</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8865</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8865</guid>
      <description>Try: @echo off Set SavedIn=C:&#92;Dnload&#92;QuattroProLegalSystemZenas&#92; for %%f  in (%SavedIn%ZenasMacros.zip) do pkunzip -e -o %%~fsf C:&#92;Cases&#92;Zenas&#92;Macros&#92;*.* for</description>
    </item>
    <item>
      <title>Re: Unzip can&#39;t find file</title>
      <pubDate>Fri, 17 May 2013 23:59:10 GMT</pubDate>
      <dc:creator>Aleksey D. Tetyorko</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8864</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8864</guid>
      <description>... I&#39;ve tried: PKUNZIP.EXE -e -o C:&#92;Dnload&#92;QuattroProLegalSystemZenas&#92;ZenasMacros&#92;ZenasMacros.zip and the output was (my PKUNZIP version is 2.50 as you see)::</description>
    </item>
    <item>
      <title>Re: Unzip can&#39;t find file</title>
      <pubDate>Fri, 17 May 2013 23:46:52 GMT</pubDate>
      <dc:creator>Gary Kuznitz</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8863</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8863</guid>
      <description>Thanks for looking at it. It&#39;s ver. 2.04g Gary On 18 May 2013 at 2:07, Aleksey (Aleksey D. Tetyorko &lt;batchworld@yahoogroups.com&gt;)</description>
    </item>
    <item>
      <title>Re: Unzip can&#39;t find file</title>
      <pubDate>Fri, 17 May 2013 23:07:20 GMT</pubDate>
      <dc:creator>Aleksey D. Tetyorko</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8862</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8862</guid>
      <description>If you put the cursor on it and move it with the arrow you will see there is no space. The only thing I can see is that in the bat file I have: </description>
    </item>
    <item>
      <title>Re: Unzip can&#39;t find file</title>
      <pubDate>Fri, 17 May 2013 02:58:22 GMT</pubDate>
      <dc:creator>Gary Kuznitz</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8861</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8861</guid>
      <description>If you put the cursor on it and move it with the arrow you will see there is no space. The only thing I can see is that in the bat file I have: </description>
    </item>
    <item>
      <title>Re: Unzip can&#39;t find file</title>
      <pubDate>Thu, 16 May 2013 13:29:10 GMT</pubDate>
      <dc:creator>Greg Dotoli</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8860</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8860</guid>
      <description>Use Double Quotes around lpaths with spaces or Use 8.3 format, easily rendeered by dir /x On the command line. No spaces in variables and use quotes if so. </description>
    </item>
    <item>
      <title>Re: Unzip can&#39;t find file</title>
      <pubDate>Thu, 16 May 2013 09:24:46 GMT</pubDate>
      <dc:creator>rowlfe</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8859</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8859</guid>
      <description>I copied this from the original message post (I hope this is an actual screen capture): C:/Dnload/QuattroProLegalSystemZenas/ZenasMacros.zip </description>
    </item>
    <item>
      <title>Re: Unzip can&#39;t find file</title>
      <pubDate>Thu, 16 May 2013 04:37:11 GMT</pubDate>
      <dc:creator>Gary Kuznitz</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8858</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8858</guid>
      <description>Yes,  I can. Gary On 16 May 2013 at 1:37, Aleksey (Aleksey D. Tetyorko &lt;batchworld@yahoogroups.com&gt;)</description>
    </item>
    <item>
      <title>Re: Unzip can&#39;t find file</title>
      <pubDate>Wed, 15 May 2013 22:37:35 GMT</pubDate>
      <dc:creator>Aleksey D. Tetyorko</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8857</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8857</guid>
      <description>Do you really have C:/Dnload/QuattroProLegalSystemZenas/ZenasMacros.zip? Can you see it in the dir command output? Aleksey</description>
    </item>
    <item>
      <title>Unzip can&#39;t find file</title>
      <pubDate>Tue, 14 May 2013 20:48:15 GMT</pubDate>
      <dc:creator>Gary Kuznitz</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8856</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8856</guid>
      <description>When I run this in a bat file: @Echo Off Set SavedIn=C:&#92;Dnload&#92;QuattroProLegalSystemZenas&#92; PKUNZIP -e -o %SavedIn%ZenasMacros.zip C:&#92;Cases&#92;Zenas&#92;Macros&#92;*.* </description>
    </item>
    <item>
      <title>Re: Can&#39;t delete a file</title>
      <pubDate>Mon, 11 Mar 2013 23:03:23 GMT</pubDate>
      <dc:creator>Jerry Robles de Medina</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8855</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8855</guid>
      <description>L.s. I am out of the office from the 8th till the 23rd of March. If your message is urgent, please resend to mailto:jtjon@... [Non-text portions of this</description>
    </item>
    <item>
      <title>Re: Can&#39;t delete a file</title>
      <pubDate>Mon, 11 Mar 2013 23:03:08 GMT</pubDate>
      <dc:creator>Jerry Robles de Medina</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8854</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8854</guid>
      <description>L.s.   I am out of the office from the 8th till the 23rd of March. If your message is urgent, please resend to mailto:jtjon@... [Non-text portions of this</description>
    </item>
    <item>
      <title>Re: Can&#39;t delete a file</title>
      <pubDate>Mon, 11 Mar 2013 23:02:51 GMT</pubDate>
      <dc:creator>Jerry Robles de Medina</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8853</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8853</guid>
      <description>L.s. I am out of the office from the 8th till the 23rd of March. If your message is urgent, please resend to mailto:jtjon@... [Non-text portions of this</description>
    </item>
    <item>
      <title>Re: Can&#39;t delete a file</title>
      <pubDate>Mon, 11 Mar 2013 23:02:24 GMT</pubDate>
      <dc:creator>Jerry Robles de Medina</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8852</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8852</guid>
      <description>L.s.   I am out of the office from the 8th till the 23rd of March. If your message is urgent, please resend to mailto:jtjon@... [Non-text portions of this</description>
    </item>
    <item>
      <title>Re: Can&#39;t delete a file</title>
      <pubDate>Mon, 11 Mar 2013 23:02:12 GMT</pubDate>
      <dc:creator>Jerry Robles de Medina</dc:creator>
      <link>http://groups.yahoo.com/group/batchworld/message/8851</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/batchworld/message/8851</guid>
      <description>L.s. I am out of the office from the 8th till the 23rd of March. If your message is urgent, please resend to mailto:jtjon@... [Non-text portions of this</description>
    </item>

  </channel>
</rss>
<!-- rss1.grp.bf1.yahoo.com uncompressed Mon May 20 06:04:08 PDT 2013 -->
