OSDN Git Service

BUG: [ 2536582 ] Register.bat should use Find with full path.
authorKimmo Varis <kimmov@gmail.com>
Tue, 27 Jan 2009 14:30:07 +0000 (14:30 +0000)
committerKimmo Varis <kimmov@gmail.com>
Tue, 27 Jan 2009 14:30:07 +0000 (14:30 +0000)
 Fix submitted by Joe Kidd

Docs/Users/ChangeLog.txt
Docs/Users/Contributors.txt
ShellExtension/Register.bat

index 3328f95..dc09b80 100644 (file)
@@ -4,6 +4,7 @@ to Subversion revision numbers (rXXXXX). To open the tracker item, go to URL:
 http://winmerge.org/tracker/[tracker-id]
 
 WinMerge 2.13.2
+  Register.bat should use Find with full path (#2536582)
   Bugfix: Creating new files caused message about missing files (#2515875)
   Bugfix: Could not hide folders in recursive compare (#2528749)
   Bugfix: Folder Compare:Copy Right/Left don't create folder
index bbe1270..3b33549 100644 (file)
@@ -141,6 +141,7 @@ Other Contributors (code, ideas, testing..):
 * jwdevel
 * Ed_K
 * Alberto Kalb
+* Joe Kidd <cassiusdrow@sourceforge.net>
 * Robert Knienider
 * Ferenc Kubatovics
 * RenĂ© Leonhardt
index dafc748..7829b0f 100644 (file)
@@ -32,7 +32,7 @@ Call :ExecuteRegSvr32 /u "%DLLPATH%"
 Goto End
 
 :ExecuteRegSvr32
-Ver | Find "Version 6." > NUL
+Ver | %WINDIR%\System32\Find "Version 6." > NUL
 IF NOT ERRORLEVEL 1 (
   rem Windows Vista, Server 2008?
   Echo args="": For Each a in WScript.Arguments: args = args ^& """" ^& a ^& """ ": Next: CreateObject^("Shell.Application"^).ShellExecute "RegSvr32", args, "", "runas" > "%TEMP%\RegSvr32Elevated.vbs"