/*import.aml &setvar deleteexp [query ' Delete export files after successful import? (=YES) ' .true.] &if [exists of99-14_3a.e00 -file] &then import cover of99-14_3a.e00 czo-geol &if %deleteexp% &then &sys rm of99-14_3a.e00 &if [exists of99-14_3b.e00 -file] &then import cover of99-14_3b.e00 czo-strc &if %deleteexp% &then &sys rm of99-14_3b.e00 &if [exists of99-14_3c.e00 -file] &then import cover of99-14_3c.e00 czo-oil &if %deleteexp% &then &sys rm of99-14_3c.e00 &if [exists of99-14_3d.e00 -file] &then import cover of99-14_3d.e00 czo-topo &if %deleteexp% &then &sys rm of99-14_3d.e00 &if [exists of99-14_3e.e00 -file] &then import cover of99-14_3e.e00 czo-srcs &if %deleteexp% &then &sys rm of99-14_3e.e00 &if [exists of99-14_3f.e00 -file] &then import cover of99-14_3f.e00 czo-strt &if %deleteexp% &then &sys rm of99-14_3f.e00 &if [exists of99-14_3g.e00 -file] &then import cover of99-14_3g.e00 czo-corr &if %deleteexp% &then &sys rm of99-14_3g.e00 &return