# PLATES.aix # batch file for Unix, not for DOS or Windows! ln AK795.feg fort.1 # finite element grid # ln vXXXX.out fort.2 # velocity estimates (optional!) ln AKbc795.bcs fort.3 # boundary conditions ln inAK9801.in fort.4 # input parameters PLATES.exe > tAK9801.out # text output mv fort.7 vAK9801.out # nodal velocity output rm fort.1 rm fort.2 rm fort.3 rm fort.4