home *** CD-ROM | disk | FTP | other *** search
-
-
- VirusChecker_v2.DirectoryOpus by Richard Moulton
- (handle Balders)
-
- This ARexx interfaces between Directory Opus by Johnathon Potter and
- Virus Checker by John Veldthuis. It will Virus Check all selected files
- in the DirectoryOpus active window. It also checks all files in a selected
- directory and all files in all sub-directories. It updates the DirectyOpus
- display as it goes (slows it down a bit, but at least you know whats going
- on).
-
-
-
- You will need configure one of the DOpus gadgets to execute the following
- function (assuming the ARexx is placed in DH0:Rexxs):
- RX DH0:Rexxs/VirusChecker_V2.DirectoryOpus {s}
- with RunAsynch set on and all other options off. A delay of 0 is
- recommended.
-
- You will also need to have the following in your startup sequence after
- the ARexx master task is started (RexxMast in WB2):
- RXLIB rexxsupport.library 0 -30 0
- RXLIB rexxsyslib.library 0 -30 0
-
- Obviously you will need DirectoryOpus (from INOVAtronics, available from HB
- Marketing in the UK) and VirusChecker (available on PD), and these will need
- to be versions that support ARexx ports.
-
- If this is any use, or you have any comments/critisms please drop me a line.
-