# # Script name: sho_filesys_siz_start in /apps/nns_com/fea/scripts # # Short Desc: Starts a window in which to show an I-DEAS user the %-used # in file systems for a given NNS I-DEAS 'data-installation'. # # Called by: /apps/ideas_ms2/nnscripts/make_uparam2 # which is called by /apps/ideas_ms2/bin/ideas # # Parameter input: an I-DEAS DataInstallation ID # # # Created by: Blaise Montandon 12Dec95 # Last Update: Blaise Montandon 12Dec95 # # set -x # If the nns set_dmid menu is being passed by a setting of the # NNS_DATA_INSTALLATION_ID variable (as in VIVID-IDEAS routines # developed by Kobey), exit from this script -- i.e. do not post # a filesys-used info window. if test ! "${NNS_DATA_INSTALLATION_ID}" = "" then exit fi # CURMIN=`date | cut -d: -f2` CURSEC=`date | cut -d: -f3 | cut -d" " -f1` # if [ $CURSEC -gt 30 ] # then FEDIR=/apps/nns_com/fea export FEDIR # TTYTEMP=`tty` xwsh -bg midnightblue -fg white \ -title "shoFILSYSused" -name "shoFILSYSused" \ -hold -iconic \ -fn Screen15 \ -geometry 80x37+010+500 \ -e $FEDIR/scripts/sho_filesys_siz $1 # -geometry 80x34+010+330 \ # -redirect $TTYTEMP \ # -fn $WINFONT \ # -fn Screen15 \ # -fn -sgi-screen-medium-r-normal--15-150-72-72-m-80-iso8859-1 # fi exit # Some fonts available: # -fn Screen15 \ # -fn -sgi-screen-medium-r-normal--15-150-72-72-m-80-iso8859-1 # -fn -sgi-*-*-*-*-*-15-150-*-*-*-*-*-* \ # -fn -sgi-rock-*-r-*-*-17-*-*-*-*-*-*-* \ # -fn -sgi-haeberli-*-r-*-*-17-*-*-*-*-*-*-* \ # -fn -sgi-laura-*-r-*-*-17-*-*-*-*-*-*-* \ # -fn -adobe-courier-*-r-*-*-17-*-*-*-*-*-*-* \ # -fn -adobe-helvetica-*-r-*-*-17-*-*-*-*-*-*-* \ # -fn -adobe-itc avant garde gothic-*-r-*-*-17-*-*-*-*-*-*-* \ # -fn -adobe-itc bookman-*-r-*-*-17-*-*-*-*-*-*-* \ # -fn -adobe-new century schoolbook-*-r-*-*-17-*-*-*-*-*-*-* \ # -fn -adobe-palatino-*-r-*-*-17-*-*-*-*-*-*-* \ # -fn -adobe-times-*-r-*-*-17-*-*-*-*-*-*-* \ # -fn -adobe-utopia-*-r-*-*-17-*-*-*-*-*-*-* \ # -fn -bitstream-charter-*-r-*-*-17-*-*-*-*-*-*-* \ # -fn -bitstream-courier-*-r-*-*-17-*-*-*-*-*-*-* \