Add the following line to the wincmd.ini [Configuration]-section.
Start a compare between two files:CompareTool=%COMMANDER_EXE% /S=C
Code: Select all
---------------------------
Total Commander
---------------------------
File not found!
"C:\Tools\totalcmd\TOTALCMD64.EXE /S=C"
---------------------------
OK
---------------------------
failed.CompareTool="%COMMANDER_EXE%" /S=C
This time with an endless loop TC calling TC calling TC calling TC...
Only way to stop this was command line with:
Code: Select all
taskkill /F /IM totalcmd.exe
but all settings for the compare tool are default in this case.CompareTool="%COMMANDER_EXE%" /I=null /S=C
Is it possible to ignore the "CompareTool=" wincmd.ini setting if TC is called with parameter "/S=C"?
I guess everyone using "/S=C" as parameter would like to use TC and not windiff or any other comparer defined as CompareTool inside TC.
Regards
Holger