Reply To: Cl_archive Hangs

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Cl_archive Hangs Reply To: Cl_archive Hangs

#57464
Dick Bly
Participant

    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