<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SuperCopy Work Item Rss Feed</title><link>http://www.codeplex.com/WorkItem/List.aspx?ProjectName=SuperCopy</link><description>SuperCopy Work Item Rss Description</description><item><title>CLOSED ISSUE: Target directory name problem</title><link>http://www.codeplex.com/WorkItem/View.aspx?ProjectName=SuperCopy&amp;WorkItemId=4495</link><description>First of all - great tool!
I found a small problem when entering a new (non existing) name for the target directory.

E.g. entering c:\newtarget
and copying c:source to that target
the scrit forgets to add a Backslash between newtarget and source-dir:

echo MKDIR "M:\newtarget"
MKDIR "M:\newtarget"
echo MKDIR "M:\newtargetsource\"
MKDIR "M:\newtargetsource\"
echo XCOPY "C:\source\*.*" "M:\newtargetsource\" /Z /C /I /R /Y /E 
XCOPY "C:\source\*.*" "M:\newtargetsource\" /Z /C /I /R /Y /E 
@pause Comments: Bug fixed</description><author>NathanaelJones</author><pubDate>Wed, 01 Nov 2006 13:40:13 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Target directory name problem 20061101014013P</guid></item><item><title>REOPENED ISSUE: Target directory name problem</title><link>http://www.codeplex.com/WorkItem/View.aspx?ProjectName=SuperCopy&amp;WorkItemId=4495</link><description>First of all - great tool!
I found a small problem when entering a new (non existing) name for the target directory.

E.g. entering c:\newtarget
and copying c:source to that target
the scrit forgets to add a Backslash between newtarget and source-dir:

echo MKDIR "M:\newtarget"
MKDIR "M:\newtarget"
echo MKDIR "M:\newtargetsource\"
MKDIR "M:\newtargetsource\"
echo XCOPY "C:\source\*.*" "M:\newtargetsource\" /Z /C /I /R /Y /E 
XCOPY "C:\source\*.*" "M:\newtargetsource\" /Z /C /I /R /Y /E 
@pause Comments: Re-opened for reference purposes</description><author>NathanaelJones</author><pubDate>Wed, 25 Oct 2006 15:02:55 GMT</pubDate><guid isPermaLink="false">REOPENED ISSUE: Target directory name problem 20061025030255P</guid></item><item><title>CLOSED ISSUE: Target directory name problem</title><link>http://www.codeplex.com/WorkItem/View.aspx?ProjectName=SuperCopy&amp;WorkItemId=4495</link><description>First of all - great tool!
I found a small problem when entering a new (non existing) name for the target directory.

E.g. entering c:\newtarget
and copying c:source to that target
the scrit forgets to add a Backslash between newtarget and source-dir:

echo MKDIR "M:\newtarget"
MKDIR "M:\newtarget"
echo MKDIR "M:\newtargetsource\"
MKDIR "M:\newtargetsource\"
echo XCOPY "C:\source\*.*" "M:\newtargetsource\" /Z /C /I /R /Y /E 
XCOPY "C:\source\*.*" "M:\newtargetsource\" /Z /C /I /R /Y /E 
@pause Comments: Issue was patched, new version 0.4 resolved the problem.

Thanks maiersoft!</description><author>NathanaelJones</author><pubDate>Wed, 25 Oct 2006 15:01:43 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Target directory name problem 20061025030143P</guid></item><item><title>COMMENTED ISSUE: Target directory name problem</title><link>http://www.codeplex.com/WorkItem/View.aspx?ProjectName=SuperCopy&amp;WorkItemId=4495</link><description>First of all - great tool!
I found a small problem when entering a new (non existing) name for the target directory.

E.g. entering c:\newtarget
and copying c:source to that target
the scrit forgets to add a Backslash between newtarget and source-dir:

echo MKDIR "M:\newtarget"
MKDIR "M:\newtarget"
echo MKDIR "M:\newtargetsource\"
MKDIR "M:\newtargetsource\"
echo XCOPY "C:\source\*.*" "M:\newtargetsource\" /Z /C /I /R /Y /E 
XCOPY "C:\source\*.*" "M:\newtargetsource\" /Z /C /I /R /Y /E 
@pause Comments: ** Comment from web user: NathanaelJones ** Thank you very much for the bug report! I really appreciate it when people take their time to pass on problems and help me out.

I think I've found the problem, and I'll be checking to make sure that the fix doesn't contain any side effects.

The backslash check was omitted on non-existent directories. I've added it in.

I'll release 0.4 soon, so keep your eyes peeled.

Thank you very much, and please let me know if you find any other problems or have suggestions.


Best Regards,
Nathanael</description><author>NathanaelJones</author><pubDate>Wed, 25 Oct 2006 14:40:10 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Target directory name problem 20061025024010P</guid></item><item><title>CREATED ISSUE: Target directory name problem</title><link>http://www.codeplex.com/WorkItem/View.aspx?ProjectName=SuperCopy&amp;WorkItemId=4495</link><description>First of all - great tool!
I found a small problem when entering a new (non existing) name for the target directory.

E.g. entering c:\newtarget
and copying c:source to that target
the scrit forgets to add a Backslash between newtarget and source-dir:

echo MKDIR "M:\newtarget"
MKDIR "M:\newtarget"
echo MKDIR "M:\newtargetsource\"
MKDIR "M:\newtargetsource\"
echo XCOPY "C:\source\*.*" "M:\newtargetsource\" /Z /C /I /R /Y /E 
XCOPY "C:\source\*.*" "M:\newtargetsource\" /Z /C /I /R /Y /E 
@pause </description><author>maiersoft</author><pubDate>Wed, 18 Oct 2006 11:31:17 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Target directory name problem 20061018113117A</guid></item></channel></rss>