Would something like this be legal within a timeout application? SET ERROR MESSAGES 2077 OFF SET ERROR MESSAGES 2262 OFF
ERASE *.$$$ SET ERROR MESSAGES 2077 ON SET ERROR MESSAGES 2262 ON RETURN If I have that active and the application times out then I get an error. If the Erase *.$$$ command is remmed out then the error doesn't happen. If this isn't permitted within a timeout then how do others handle the issue of lingering .$$$ files? Thanks, Charlie

