@ECHO OFF REM ==================================================================== REM Model PREM: REM ~~~~~~~~~~~ REM Simple MS-DOS batch file to generate PostScript files with the REM sections across the model displaying the velocities and indices of REM complex blocks, respectively. REM -------------------------------------------------------------------- ECHO 'prem-grd.dat' /|grid ECHO 'prem-grd.h' ' ' 'prem-vel.out' 'prem-vel.ps' /|grdps ECHO 'prem-grd.h' ' ' 'prem-icb.out' 'prem-icb.ps' /|grdps REM ====================================================================