Context menu of two selected files passes wrong parameters

Found a bug in "Everything"? report it here
Post Reply
tobias
Posts: 1
Joined: Sun Jun 27, 2010 7:44 pm

Context menu of two selected files passes wrong parameters

Post by tobias »

If two files of the same file name but different paths are selected and "Send To" is called in the context menu the same full file name (file name including path) is passed as first and second parameter. Actually, they should be different.

E.g. create a batch file with the following content and register it for "Send To"

@echo off
rem start
echo %1
echo %2
pause
rem end

The same full file name will be output for %1 and %2. Actually, they should be different.

I noticed the problem when using the "Diff" context menu of TortoiseSVN which can be used to compare two arbitrary files (independent if they are under version control or not).

Currently using 1.2.375 on Windows XP, SP 3

I'd like to see this fixed. If more information is needed to reproduce this, I'll try to help.

Tobias
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: Context menu of two selected files passes wrong parameters

Post by void »

I am aware of the issue with the context menu and items in different paths.

Fixing this is on my "Things to do" list.
Post Reply