mini-BUG in "Custom commands/File compare"
After downloading WinSCP3 3.7.0 (Build 254)
I found that file comparing don't work :)
This due to minor bug in customize-string for this command.
This is can be easy fixed, string:
cmd /c fc "!" !^!" | more && pause
should be changed to:
cmd /c fc "!" "!^!" | more && pause
(Just add <"> symbol before <!^!">
I found that file comparing don't work :)
This due to minor bug in customize-string for this command.
This is can be easy fixed, string:
cmd /c fc "!" !^!" | more && pause
should be changed to:
cmd /c fc "!" "!^!" | more && pause
(Just add <"> symbol before <!^!">