$!======================================================================== $! $! Name : Comadrs_Delete.COM $! $! Purpose : Delete the OBJ and LIS files from the ComAdrs Program $! $! Arguments : none $! $! Revision : 21-OCT-1991 $! $!======================================================================== $ ON ERROR THEN $ GOTO EXIT $ ON CONTROL_Y THEN $ GOTO EXIT $! $! $ Delete ComAdrs*.LIS;* $ Delete ComAdrs*.OBJ;* $! $! $EXIT: $ EXIT