Wonderful, thanks! I guess there's not any way for me to find out which ones work with the Windows version from http://w32.clamav.net ?
Thanks again, Jeremy "Nigel Horne" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Jeremy Fairbrass wrote: > Hi all, > Can someone kindly tell me what the possible errorlevel return codes are for > both clamdscan and clamscan, for ClamAV for Windows > (http://w32.clamav.net)? In other words, what possible errorlevels can I > expect if running either clamdscan or clamscan from a DOS > batch file? And are the errorlevels for both files identical, or different? These are the return codes, not all codes will be appropriate for your operating system. clamscan: 0 : No virus found. 1 : Virus(es) found. 40: Unknown option passed. 50: Database initialization error. 52: Not supported file type. 53: Cant open directory. 54: Cant open file. (ofm) 55: Error reading file. (ofm) 56: Cant stat input file / directory. 57: Cant get absolute path name of current working directory. 58: I/O error, please check your file system. 59: Cant get information about current user from /etc/passwd. 60: Cant get information about user clamav (default name) from /etc/passwd. 61: Cant fork. 62: Cant initialize logger. 63: Cant create temporary files/directories (check permissions). 64: Cant write to temporary directory (please specify another one). 70: Cant allocate and clear memory (calloc). 71: Cant allocate memory (malloc). clamdscan: 0 : No virus found. 1 : Virus(es) found. 2 : An error occured. > > Cheers, > Jeremy -- Nigel Horne. Arranger, Adjudicator, Band Trainer, Composer, Tutor, Typesetter. NJH Music, Barnsley, UK. ICQ#20252325 [EMAIL PROTECTED] http://www.bandsman.co.uk -------------------------------------------------------------------------------- > _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-win32
