home *** CD-ROM | disk | FTP | other *** search
- /* 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
-