Please note:
Version 54 only runs with main.cvd. In combination with daily.cvd it
will hang.
Version 51 - main.cvd supports 545,035 virus definitions, in combination
with daily.cvd 640,722. Version 54 main.cvd supports 1,044,363 virus
definitions.

This file includes only the virus definitions.
The command line virus checker is in clamavx.zip.
The virus checker GUI is in fdavx.zip. Please copy all thre unziped
files into one folder.

All these zip files are available from:

  https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/system/
  clamav/

To make the virus checker work from command line or GUI you need at
least 128 MB RAM!

The command line looks in about as follows:
  clamscan --tempdir=C:\Freedos\temp* --database=file/dir** --recursive
  -- move =c:\virus*** c:

* C:\Freedos\temp should already exist, if not, please create it.
** --database=file (file=C:\util\clamav\main.cvd)
** --database=dir (dir=C:\util\clamav, uses main.cvd and daily.cvd
   if available)
*** C:\virus has to be created first

So the whole command looks in about as follows (depending on your
settings):

  clamscan --tempdir=C:\Freedos\temp --database=c:\util\clamav\main.cvd
  --recursive -- move =c:\virus c:\

(this text was added by W. Spiegl to make it easier to make ClamAV run.