home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / FileMover / Dopus5 / vdopus.lzx / VirusChecker_v2.Doc < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.1 KB  |  31 lines

  1.  
  2.  
  3. VirusChecker_v2.DirectoryOpus by Richard Moulton
  4. (handle Balders)
  5.  
  6. This ARexx interfaces between Directory Opus by Johnathon Potter and
  7. Virus Checker by John Veldthuis. It will Virus Check all selected files
  8. in the DirectoryOpus active window. It also checks all files in a selected
  9. directory and all files in all sub-directories. It updates the DirectyOpus
  10. display as it goes (slows it down a bit, but at least you know whats going
  11. on).
  12.  
  13.  
  14.  
  15. You will need configure one of the DOpus gadgets to execute the following
  16. function (assuming the ARexx is placed in DH0:Rexxs):
  17. RX DH0:Rexxs/VirusChecker_V2.DirectoryOpus {s}
  18. with RunAsynch set on and all other options off. A delay of 0 is
  19. recommended.
  20.  
  21. You will also need to have the following in your startup sequence after
  22. the ARexx master task is started (RexxMast in WB2):
  23. RXLIB rexxsupport.library 0 -30 0
  24. RXLIB rexxsyslib.library 0 -30 0 
  25.  
  26. Obviously you will need DirectoryOpus (from INOVAtronics, available from HB
  27. Marketing in the UK) and VirusChecker (available on PD), and these will need
  28. to be versions that support ARexx ports.
  29.  
  30. If this is any use, or you have any comments/critisms please drop me a line.
  31.