Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199204.adf » April92 » !AWApr92/Goodies/VirusKill/!killer/!run

!AWApr92/Goodies/VirusKill/!killer/!run

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199204.adf » April92
Filename: !AWApr92/Goodies/VirusKill/!killer/!run
Read OK:
File size: 0314 bytes
Load address: 0000
Exec address: 0000
File contents
Set Killer$Dir <Obey$Dir>
unset <Obey$Dir>
Iconsprites <Killer$Dir>.!Sprites

IF "<Killer$Running>" = "yes" then error Killer is already loaded

if "<System$Path>" = "" then Error 0 System resources cannot be found
if "<Wimp$Scrap>" = "" then Error 0 Scrap directory cannot be found
    
rmensure abclibrary 4.00 rmload system:modules.abclib
rmensure abclibrary 4.00 error ABCLibrary not loaded/too old
                                                  
rmensure fpemulator 2.80 rmload system:modules.fpemulator
rmensure fpemulator 2.80 error FPEmulator not loaded/too old

rmensure vprotect 0 rmload <killer$dir>.vprotect
rmensure vprotect 0 echo unable to load vprotect

Wimpslot -min 352k -max 352k

obey <Killer$Dir>.Options

run <Killer$Dir>.!RunImage
                            


00000000  53 65 74 20 4b 69 6c 6c  65 72 24 44 69 72 20 3c  |Set Killer$Dir <|
00000010  4f 62 65 79 24 44 69 72  3e 0a 75 6e 73 65 74 20  |Obey$Dir>.unset |
00000020  3c 4f 62 65 79 24 44 69  72 3e 0a 49 63 6f 6e 73  |<Obey$Dir>.Icons|
00000030  70 72 69 74 65 73 20 3c  4b 69 6c 6c 65 72 24 44  |prites <Killer$D|
00000040  69 72 3e 2e 21 53 70 72  69 74 65 73 0a 0a 49 46  |ir>.!Sprites..IF|
00000050  20 22 3c 4b 69 6c 6c 65  72 24 52 75 6e 6e 69 6e  | "<Killer$Runnin|
00000060  67 3e 22 20 3d 20 22 79  65 73 22 20 74 68 65 6e  |g>" = "yes" then|
00000070  20 65 72 72 6f 72 20 4b  69 6c 6c 65 72 20 69 73  | error Killer is|
00000080  20 61 6c 72 65 61 64 79  20 6c 6f 61 64 65 64 0a  | already loaded.|
00000090  0a 69 66 20 22 3c 53 79  73 74 65 6d 24 50 61 74  |.if "<System$Pat|
000000a0  68 3e 22 20 3d 20 22 22  20 74 68 65 6e 20 45 72  |h>" = "" then Er|
000000b0  72 6f 72 20 30 20 53 79  73 74 65 6d 20 72 65 73  |ror 0 System res|
000000c0  6f 75 72 63 65 73 20 63  61 6e 6e 6f 74 20 62 65  |ources cannot be|
000000d0  20 66 6f 75 6e 64 0a 69  66 20 22 3c 57 69 6d 70  | found.if "<Wimp|
000000e0  24 53 63 72 61 70 3e 22  20 3d 20 22 22 20 74 68  |$Scrap>" = "" th|
000000f0  65 6e 20 45 72 72 6f 72  20 30 20 53 63 72 61 70  |en Error 0 Scrap|
00000100  20 64 69 72 65 63 74 6f  72 79 20 63 61 6e 6e 6f  | directory canno|
00000110  74 20 62 65 20 66 6f 75  6e 64 0a 20 20 20 20 0a  |t be found.    .|
00000120  72 6d 65 6e 73 75 72 65  20 61 62 63 6c 69 62 72  |rmensure abclibr|
00000130  61 72 79 20 34 2e 30 30  20 72 6d 6c 6f 61 64 20  |ary 4.00 rmload |
00000140  73 79 73 74 65 6d 3a 6d  6f 64 75 6c 65 73 2e 61  |system:modules.a|
00000150  62 63 6c 69 62 0a 72 6d  65 6e 73 75 72 65 20 61  |bclib.rmensure a|
00000160  62 63 6c 69 62 72 61 72  79 20 34 2e 30 30 20 65  |bclibrary 4.00 e|
00000170  72 72 6f 72 20 41 42 43  4c 69 62 72 61 72 79 20  |rror ABCLibrary |
00000180  6e 6f 74 20 6c 6f 61 64  65 64 2f 74 6f 6f 20 6f  |not loaded/too o|
00000190  6c 64 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |ld.             |
000001a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000001c0  20 20 20 20 20 0a 72 6d  65 6e 73 75 72 65 20 66  |     .rmensure f|
000001d0  70 65 6d 75 6c 61 74 6f  72 20 32 2e 38 30 20 72  |pemulator 2.80 r|
000001e0  6d 6c 6f 61 64 20 73 79  73 74 65 6d 3a 6d 6f 64  |mload system:mod|
000001f0  75 6c 65 73 2e 66 70 65  6d 75 6c 61 74 6f 72 0a  |ules.fpemulator.|
00000200  72 6d 65 6e 73 75 72 65  20 66 70 65 6d 75 6c 61  |rmensure fpemula|
00000210  74 6f 72 20 32 2e 38 30  20 65 72 72 6f 72 20 46  |tor 2.80 error F|
00000220  50 45 6d 75 6c 61 74 6f  72 20 6e 6f 74 20 6c 6f  |PEmulator not lo|
00000230  61 64 65 64 2f 74 6f 6f  20 6f 6c 64 0a 0a 72 6d  |aded/too old..rm|
00000240  65 6e 73 75 72 65 20 76  70 72 6f 74 65 63 74 20  |ensure vprotect |
00000250  30 20 72 6d 6c 6f 61 64  20 3c 6b 69 6c 6c 65 72  |0 rmload <killer|
00000260  24 64 69 72 3e 2e 76 70  72 6f 74 65 63 74 0a 72  |$dir>.vprotect.r|
00000270  6d 65 6e 73 75 72 65 20  76 70 72 6f 74 65 63 74  |mensure vprotect|
00000280  20 30 20 65 63 68 6f 20  75 6e 61 62 6c 65 20 74  | 0 echo unable t|
00000290  6f 20 6c 6f 61 64 20 76  70 72 6f 74 65 63 74 0a  |o load vprotect.|
000002a0  0a 57 69 6d 70 73 6c 6f  74 20 2d 6d 69 6e 20 33  |.Wimpslot -min 3|
000002b0  35 32 6b 20 2d 6d 61 78  20 33 35 32 6b 0a 0a 6f  |52k -max 352k..o|
000002c0  62 65 79 20 3c 4b 69 6c  6c 65 72 24 44 69 72 3e  |bey <Killer$Dir>|
000002d0  2e 4f 70 74 69 6f 6e 73  0a 0a 72 75 6e 20 3c 4b  |.Options..run <K|
000002e0  69 6c 6c 65 72 24 44 69  72 3e 2e 21 52 75 6e 49  |iller$Dir>.!RunI|
000002f0  6d 61 67 65 0a 20 20 20  20 20 20 20 20 20 20 20  |mage.           |
00000300  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000310  20 0a 0a 0a                                       | ...|
00000314