Re: Custom toolbar commands for Check In / Check Out
Thinking it over, I'm not sure if I want to change it. You can avoid receiving the error by configuring the command like:
ci -u !& 2> /dev/null
ci -u !& 2> /dev/null
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
It looks to me as though WinSCP thinks it's getting an error but the command is actually functioning properly and returning a status message.
I'm not sure if your problem is that the command fails or WinSCP reaction to the failure.