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

bittersmile

how to change command to open putty

I want to set up putty to open the current directory. After searching help online I learned it can be done by invoking putty using command "%ProgramFiles%\PuTTY\putty.exe" -t -m "%TEMP%\putty.txt" !`cmd /C echo cd "!/" ; /bin/bash -login > "%TEMP%\putty.txt"`. However, I am confused where to put this command. Putty was invoked in winscp by "control+p". But where should I modify the command behind this shortcut? Thank you very much.