Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: phil@Rice.edu (William LeFebvre) Newsgroups: comp.sys.sun Subject: Re: customizing labels for cmdtool icons Message-ID: <2565@kalliope.rice.edu> Date: 10 Feb 89 20:53:46 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 14 Approved: Sun-Spots@rice.edu Original-Date: Thu, 9 Feb 89 13:58:13 CST X-Sun-Spots-Digest: Volume 7, Issue 150, message 3 of 13 Before I added a submenu for rlogins (like Glenn Roberts does), I used this simple shell script: #!/bin/csh -f set name = $0 set h = $name:t exec shelltool -Wl " rlogin $h" -WL "$h" rlogin $h $* -8 & In a bin directory, simply make as many links as you need to this file, each link being the name of a host you connect to frequently. Then typing that name will start up a shell (or cmd) tool with the appropriate labelling. William LeFebvre