#!/bin/athena/tcsh -f
if (-x /var/vrt/scratch/x3270-1.4.pl01/x3270.real) then
	echo $*
	xset +fp /var/vrt/scratch/x3270-1.4.pl01
 /var/vrt/scratch/x3270-1.4.pl01/x3270.real $* &
sleep 15
xset -fp /var/vrt/scratch/x3270-1.4.pl01  
endif
