home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / virus / vzscript / readme.english < prev    next >
Encoding:
Text File  |  1998-03-15  |  1.4 KB  |  50 lines

  1. VZScript : Virus Z II and III usable script.
  2. ---------- By Dominique.Strigl@sxb.bsf.alcatel.fr 
  3.            Date 15.03.98
  4.  
  5.  
  6. Description :
  7. -------------
  8.  
  9. Each time a got a disk I check it with a Virus Checker. I use VirusZ because
  10. it very easy to use and configure. The only lack of it was no DMS file check.
  11. So I decide to take a look to do the work using an external script.
  12.  
  13.  
  14. Installation :
  15. --------------
  16. The installation is quiet easy. You have only to do the following steps :
  17.  
  18. 1.If you have launched VirusZ, first quit it.
  19.  
  20. 2.From the unpack directory :
  21.    copy prefs/env-archive/VirusZ_#? to workbench:prefs/env-archive/
  22.    copy s/#?script workbench:s/
  23.  
  24. 3.Check if your lha, lzx, unzip and DMS (dms1.11 version or higher) packer
  25.   are C: assigned. For example : assign c: work1:packer add
  26.  
  27. 4.Now start VirusZ.
  28.   Go to 'FileCheck Pref' and enable 'Extract Archives'
  29.   GO to 'Archivers Prefs' and verify that a list of archiver appear
  30.   In our case the following list appear :
  31.     LhA
  32.     LZX
  33.     ZOO
  34.     ZIP
  35.     DMS
  36.   This list was given by the ENV:VirusZ_II.archivers file
  37.  
  38.   The temporary drawer is T: DON'T CHANGE IT !
  39.                              -----------------
  40.  
  41. 5.The DMS check script assumes that the virtual RAM disk RAD: is
  42.   mounted. If you want to use another virtual disk, you have to
  43.   edit the file :
  44.       S:VirusZ_II.DMS_script
  45.   change line 7 :
  46.       'set DEST RAD:' to 'set DEST <your virtual disk>:'
  47.   and save it back.
  48.  
  49. 6.That's All Folks !!
  50.