Reply To: Cl_archive Hangs Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Cl_archive Hangs › Reply To: Cl_archive Hangs April 27, 2006 at 2:18 pm #57464 Dick BlyParticipant redirect should be done on both stdout and stderr and a catch should be used as in if [catch { exec abc 2>nul: 1> nul: } err] { #error handling code } without this kind of code it will intemittently hang. cl 5.3/ windows