@ECHO OFF REM ==================================================================== REM Running demo data for 'inv1.for' in 2-D model UNCONFORMITY (MS-DOS) REM ==================================================================== REM 2-D two-point ray tracing ('crt.for' must not include 'scropc.for'): REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ECHO 'u2d-crt1.dat' /|crt IF ERRORLEVEL 1 PAUSE REM .................................................................... REM Generating system of equations for travel-time inversion: REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ECHO 'u2d-inv1.dat' /|inv1 IF ERRORLEVEL 1 PAUSE REM ====================================================================