In my WinXP I write a bat file to start the putty which is connected to my linux for development.

D:\PuTTY-v0.60\putty.exe username@192.168.190.34 -pw 123456

But I have to set the charset to utf-8 manually everytime when I do the login.I think it's quite a waste of time.So how can I do the setting more quickly?Thanks.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

You can use the -load option to load a saved session:

putty -load "my session"

You can set up your session once, setting everything you need to set and then just start it using the above way.

link|improve this answer
That's nice.Thanks! – SpawnST Apr 3 '10 at 7:27
feedback

Open PuTTY without any arguments, change the charset settings, and save them into the "Default Session".

link|improve this answer
good solution.thank you! – SpawnST Apr 4 '10 at 11:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.