Try something like:
BATCh
MASS
TANGent
subs,,10
EIGV,ALL,1
TOL,,1E-8
plot pers 1
plot hide
PLOT MESH
PLOT LOAD 1
plot defo,,,1E-5,1
plot eigv 1,,1
PVIEw,BAN760
END
0 ! zero tells feap you are going to reset the perspective
1.1 2.0 3.0 ! these should be the x,y,z coordinates of the view point you want
1 1 1 ! this should be a vector that you want to be up
! blank line to end input for pers
inte
stop
I recommed also doing things interactively the first time in order to understand what FEAP wants for input.