Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: mini-BUG in "Custom commands/File compare"

Thanks! :-)
sdnews

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 <!^!">