echo "Position to INFOFLEX DIRECTORY (fx/unx)" 
. ./fxsettar
cd $FXDIR/src

echo "INSERT Diskette 1 and Press Return"; 
read answer; 

rm tar.lst
find isam8 -name "*.h"   -print >> tar.lst 
find isam8 -name "*.c" -print >> tar.lst 
find isam8 -name "*.dcl" -print >> tar.lst 
find isam8 -name "*make*" -print  >> tar.lst
tar $TARLIST disamsrc $TARLIST2 tar.lst 

rm disamsrc.Z
compress disamsrc
