home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Virus
/
VSCAN21A.LHA
/
VS
/
rexx_example.vs
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-10-13
|
243 b
|
27 lines
/* Simple example rexx script to use with VirusScanner */
/* $VER: rexx_example.vs 0.01 (8.10.93 */
address "VS_Port"
vectors
checkfiles "sistema:"
hidegui
about
showgui
checkbootblock df0
checkall
hidegui
checkfiles dh1
quit
EXIT