#! /bin/csh -f 

#set filename
	set fn = $1
	if ( $1 == "" ) then 
		echo  "dvplots [filename]"
		exit
	endif

#find directory & execution 
	$dvdir/object/dvplots.exe $fn
