customizing labels for cmdtool icons
    William LeFebvre 
    phil at Rice.edu
       
    Sat Feb 11 06:53:46 AEST 1989
    
    
  
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
    
    
More information about the Comp.sys.sun
mailing list