|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help with putty window setting
hi friends,
This is not a shell scripting related doubt, but still posting so that you can answer it or redirect to correct place in this website.Many a times i have to open multiple putty sessions by duplicating a session and want to rename their tabs. For this activity i have to right click(using mouse) on the topmost tab of the putty window. (Attached snapshot of the same) Can you please suggest a keyboard shortkey for the same? Regds, Kunwar |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
Why you don't look for Putty Connection Manager[PCM]
PuTTY: Extreme Makeover Using PuTTY Connection Manager |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
@sathyaonnuix I can't use Putty CM because i prefer to have multiple small small putty screens for monitor/checking multiple things.
Also i have already burnt my fingers with various bugs in putty CM in the past, so i avoid it. One more reason is that i open my putty sessions by running .bat files which contain the passwords, i cant do the same because Putty CM is not able to adjust to the delay in connecting to the server every time. The server(where i do all the work ) is in US and there is a considerable network delay in connecting to it. Yes i know that their are settings to adjust the delay , but these havent helped me. The way i connect right now i face no such issues. Please can you suggest any alternative using putty itself? |
|
#4
|
|||
|
|||
|
Hi,
Can anyone else please give suggestion? ![]() |
| Sponsored Links | |
|
|
#5
|
||||
|
||||
|
In HP-UX you can run
title command to change putty window title: Code:
title "Title" Otherwise you can run below to change putty window title: Code:
printf "\033]0;Title\007" |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remotely setting putty window title | tsreyb | Shell Programming and Scripting | 4 | 01-27-2012 02:20 PM |
| Change the window name for putty | radha254 | UNIX for Advanced & Expert Users | 7 | 01-23-2012 12:03 AM |
| Putty - window size | messi777 | UNIX for Dummies Questions & Answers | 4 | 11-03-2011 09:34 AM |
| How to connect ubuntu through putty from Window? | pankajkumar | UNIX for Advanced & Expert Users | 3 | 09-27-2010 07:55 AM |
| putty title window? | lwif | UNIX for Advanced & Expert Users | 3 | 01-28-2008 04:04 PM |
|
|