#!/bin/csh -f #(ie run the cshell on this but don't read the .cshrc) echo toprightclosed: like topright but window starts closed if (`sunos5.9`) then if ($#argv == 1) then set arg = "$1" else set arg = "" endif echo toprightclosed argument is "$arg" xwtoprightclosed "$arg" & else seterase shelltool -Wp 668 73 -Ws 473 200 -Wi -WP 1080 0 -Wl topright -WL topright $1 & endif