Home » Archimedes archive » Archimedes World » AW-1991-12.adf » December91 » !AWDec91/Goodies/PD/!IVSearch/!Help
!AWDec91/Goodies/PD/!IVSearch/!Help
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 » Archimedes archive » Archimedes World » AW-1991-12.adf » December91 |
Filename: | !AWDec91/Goodies/PD/!IVSearch/!Help |
Read OK: | ✔ |
File size: | 10E1 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
This is a program to 'search out and destroy' the 'Icon' virus, which is identified by a sprite file with the name 'Icon', being present inside application directories, especially if present in many such applications on different discs. It is not a sprite, and trying to load up the file into !Paint will give an error. The virus itself is harmless, it will not cause any loss of data. It is, however, a nuisance, and it is easily spread. This virus loads up into the computer from an infected disc when it is catalogued ie. when you click on the drive icon and a display is brought up. Thereafter, it can copy itself onto other discs that were previously unaffected when they are similarly displayed. It is also possible for the same disc to be infected more than once, and so it is possible for multiple copies of the virus to be loaded into the machine. It can also be copied onto a hard disc or a network, and it may be found anywhere within the directory structure. It only affects applications eg. !Draw, !Edit, !Paint, ie. programs that have their own picture on a disc display and begin with a ! character. It also commonly affects the !System directory. Discs and directories not containing applications will not be affected with this virus. 'IVSearch' is a program that will check every part of a floppy disc, hard disc or any other such filing system. It is strongly advised to check EVERY floppy disc you possess, also the hard disc if you have one, and also the network if you use one. Network users - see later. Load the program by double-clicking on it, and it will then install itself on the icon bar. A click on its icon with either the select or adjust button will bring up a window; the menu button will give you the option of quitting the program. The window shows some numbers at the top - these are adfs drives. Clicking on any of them will highlight it and also update the display below it. Drives 0 to 3 are floppy drives (0 and 1 being the most commonly used) and drives 4 and 5 are hard discs. If you only have one floppy drive, it is drive 0. If you only have one hard disc, it will be drive 4. The next part is named 'Device identifier'. This is the prefix given in the directory name when a disc is displayed on the screen eg. adfs: RAM: Net: By clicking in this writeable icon, the device identifier can be altered so that other filing systems and/or drive numbers can be checked. When the drive has been entered, simply click on 'Go' and the drive will be checked. The bottom section of the window is used whilst the program is running. The box after 'Searching...' shows how the program is progressing through the disc. If the virus is found, then the section 'Repairing...' will show the offending part. This program will then correct that application, so that the virus is removed. When the program has finished, you can insert further discs and check them in a similar manner. DO NOT bring up their directory display - this could cause the virus to load up, if it is present, or re-infect the disc again. When you have finished using IVSearch, reset the computer to clear out any virus that may have loaded. Note: if you use archiving software (eg. !Spark) it is possible that this virus has been incorporated into any archives you have made. Check any archive for the presence of the virus if this is the case. It is only necessary to check archives of applications (beginning with a ! character); data is not affected. Network users - It is necessary to check the entire disc. This will require owner access (privilege) to the root directory $. Note also that deep directory structures can often give rise to errors ('Net Error'). This is due to the network software itself, as even the normal Desktop operations such as deleting can fail in this situation. If this happens, you will have to set your current directory. Press function key f12 and enter : *DIR net:$.Apps.General.Work.....etc ie. the directory shown in 'Searching...' when the error occured. Set the 'Device identifier' to just net:@ and click on 'Go'. If this situation happens further, you have to progressively set the current directory (using *DIR ....) further into the directory structure, and scan from there on. Remember to scan the rest of the disc afterwards.
00000000 54 68 69 73 20 69 73 20 61 20 70 72 6f 67 72 61 |This is a progra| 00000010 6d 20 74 6f 20 27 73 65 61 72 63 68 20 6f 75 74 |m to 'search out| 00000020 20 61 6e 64 20 64 65 73 74 72 6f 79 27 20 74 68 | and destroy' th| 00000030 65 20 27 49 63 6f 6e 27 20 76 69 72 75 73 2c 20 |e 'Icon' virus, | 00000040 77 68 69 63 68 20 69 73 0a 69 64 65 6e 74 69 66 |which is.identif| 00000050 69 65 64 20 62 79 20 61 20 73 70 72 69 74 65 20 |ied by a sprite | 00000060 66 69 6c 65 20 77 69 74 68 20 74 68 65 20 6e 61 |file with the na| 00000070 6d 65 20 27 49 63 6f 6e 27 2c 20 62 65 69 6e 67 |me 'Icon', being| 00000080 20 70 72 65 73 65 6e 74 20 69 6e 73 69 64 65 0a | present inside.| 00000090 61 70 70 6c 69 63 61 74 69 6f 6e 20 64 69 72 65 |application dire| 000000a0 63 74 6f 72 69 65 73 2c 20 65 73 70 65 63 69 61 |ctories, especia| 000000b0 6c 6c 79 20 69 66 20 70 72 65 73 65 6e 74 20 69 |lly if present i| 000000c0 6e 20 6d 61 6e 79 20 73 75 63 68 20 61 70 70 6c |n many such appl| 000000d0 69 63 61 74 69 6f 6e 73 0a 6f 6e 20 64 69 66 66 |ications.on diff| 000000e0 65 72 65 6e 74 20 64 69 73 63 73 2e 20 49 74 20 |erent discs. It | 000000f0 69 73 20 6e 6f 74 20 61 20 73 70 72 69 74 65 2c |is not a sprite,| 00000100 20 61 6e 64 20 74 72 79 69 6e 67 20 74 6f 20 6c | and trying to l| 00000110 6f 61 64 20 75 70 20 74 68 65 0a 66 69 6c 65 20 |oad up the.file | 00000120 69 6e 74 6f 20 21 50 61 69 6e 74 20 77 69 6c 6c |into !Paint will| 00000130 20 67 69 76 65 20 61 6e 20 65 72 72 6f 72 2e 20 | give an error. | 00000140 0a 0a 54 68 65 20 76 69 72 75 73 20 69 74 73 65 |..The virus itse| 00000150 6c 66 20 69 73 20 68 61 72 6d 6c 65 73 73 2c 20 |lf is harmless, | 00000160 69 74 20 77 69 6c 6c 20 6e 6f 74 20 63 61 75 73 |it will not caus| 00000170 65 20 61 6e 79 20 6c 6f 73 73 20 6f 66 20 64 61 |e any loss of da| 00000180 74 61 2e 20 49 74 20 69 73 2c 0a 68 6f 77 65 76 |ta. It is,.howev| 00000190 65 72 2c 20 61 20 6e 75 69 73 61 6e 63 65 2c 20 |er, a nuisance, | 000001a0 61 6e 64 20 69 74 20 69 73 20 65 61 73 69 6c 79 |and it is easily| 000001b0 20 73 70 72 65 61 64 2e 0a 0a 54 68 69 73 20 76 | spread...This v| 000001c0 69 72 75 73 20 6c 6f 61 64 73 20 75 70 20 69 6e |irus loads up in| 000001d0 74 6f 20 74 68 65 20 63 6f 6d 70 75 74 65 72 20 |to the computer | 000001e0 66 72 6f 6d 20 61 6e 20 69 6e 66 65 63 74 65 64 |from an infected| 000001f0 20 64 69 73 63 20 77 68 65 6e 20 69 74 20 69 73 | disc when it is| 00000200 0a 63 61 74 61 6c 6f 67 75 65 64 20 69 65 2e 20 |.catalogued ie. | 00000210 77 68 65 6e 20 79 6f 75 20 63 6c 69 63 6b 20 6f |when you click o| 00000220 6e 20 74 68 65 20 64 72 69 76 65 20 69 63 6f 6e |n the drive icon| 00000230 20 61 6e 64 20 61 20 64 69 73 70 6c 61 79 20 69 | and a display i| 00000240 73 20 62 72 6f 75 67 68 74 0a 75 70 2e 20 54 68 |s brought.up. Th| 00000250 65 72 65 61 66 74 65 72 2c 20 69 74 20 63 61 6e |ereafter, it can| 00000260 20 63 6f 70 79 20 69 74 73 65 6c 66 20 6f 6e 74 | copy itself ont| 00000270 6f 20 6f 74 68 65 72 20 64 69 73 63 73 20 74 68 |o other discs th| 00000280 61 74 20 77 65 72 65 20 70 72 65 76 69 6f 75 73 |at were previous| 00000290 6c 79 0a 75 6e 61 66 66 65 63 74 65 64 20 77 68 |ly.unaffected wh| 000002a0 65 6e 20 74 68 65 79 20 61 72 65 20 73 69 6d 69 |en they are simi| 000002b0 6c 61 72 6c 79 20 64 69 73 70 6c 61 79 65 64 2e |larly displayed.| 000002c0 20 49 74 20 69 73 20 61 6c 73 6f 20 70 6f 73 73 | It is also poss| 000002d0 69 62 6c 65 20 66 6f 72 20 74 68 65 0a 73 61 6d |ible for the.sam| 000002e0 65 20 64 69 73 63 20 74 6f 20 62 65 20 69 6e 66 |e disc to be inf| 000002f0 65 63 74 65 64 20 6d 6f 72 65 20 74 68 61 6e 20 |ected more than | 00000300 6f 6e 63 65 2c 20 61 6e 64 20 73 6f 20 69 74 20 |once, and so it | 00000310 69 73 20 70 6f 73 73 69 62 6c 65 20 66 6f 72 20 |is possible for | 00000320 6d 75 6c 74 69 70 6c 65 0a 63 6f 70 69 65 73 20 |multiple.copies | 00000330 6f 66 20 74 68 65 20 76 69 72 75 73 20 74 6f 20 |of the virus to | 00000340 62 65 20 6c 6f 61 64 65 64 20 69 6e 74 6f 20 74 |be loaded into t| 00000350 68 65 20 6d 61 63 68 69 6e 65 2e 20 49 74 20 63 |he machine. It c| 00000360 61 6e 20 61 6c 73 6f 20 62 65 20 63 6f 70 69 65 |an also be copie| 00000370 64 0a 6f 6e 74 6f 20 61 20 68 61 72 64 20 64 69 |d.onto a hard di| 00000380 73 63 20 6f 72 20 61 20 6e 65 74 77 6f 72 6b 2c |sc or a network,| 00000390 20 61 6e 64 20 69 74 20 6d 61 79 20 62 65 20 66 | and it may be f| 000003a0 6f 75 6e 64 20 61 6e 79 77 68 65 72 65 20 77 69 |ound anywhere wi| 000003b0 74 68 69 6e 20 74 68 65 0a 64 69 72 65 63 74 6f |thin the.directo| 000003c0 72 79 20 73 74 72 75 63 74 75 72 65 2e 20 49 74 |ry structure. It| 000003d0 20 6f 6e 6c 79 20 61 66 66 65 63 74 73 20 61 70 | only affects ap| 000003e0 70 6c 69 63 61 74 69 6f 6e 73 20 65 67 2e 20 21 |plications eg. !| 000003f0 44 72 61 77 2c 20 21 45 64 69 74 2c 0a 21 50 61 |Draw, !Edit,.!Pa| 00000400 69 6e 74 2c 20 69 65 2e 20 70 72 6f 67 72 61 6d |int, ie. program| 00000410 73 20 74 68 61 74 20 68 61 76 65 20 74 68 65 69 |s that have thei| 00000420 72 20 6f 77 6e 20 70 69 63 74 75 72 65 20 6f 6e |r own picture on| 00000430 20 61 20 64 69 73 63 20 64 69 73 70 6c 61 79 20 | a disc display | 00000440 61 6e 64 20 62 65 67 69 6e 0a 77 69 74 68 20 61 |and begin.with a| 00000450 20 21 20 63 68 61 72 61 63 74 65 72 2e 20 49 74 | ! character. It| 00000460 20 61 6c 73 6f 20 63 6f 6d 6d 6f 6e 6c 79 20 61 | also commonly a| 00000470 66 66 65 63 74 73 20 74 68 65 20 21 53 79 73 74 |ffects the !Syst| 00000480 65 6d 20 64 69 72 65 63 74 6f 72 79 2e 20 44 69 |em directory. Di| 00000490 73 63 73 20 61 6e 64 0a 64 69 72 65 63 74 6f 72 |scs and.director| 000004a0 69 65 73 20 6e 6f 74 20 63 6f 6e 74 61 69 6e 69 |ies not containi| 000004b0 6e 67 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 |ng applications | 000004c0 77 69 6c 6c 20 6e 6f 74 20 62 65 20 61 66 66 65 |will not be affe| 000004d0 63 74 65 64 20 77 69 74 68 20 74 68 69 73 20 76 |cted with this v| 000004e0 69 72 75 73 2e 0a 0a 27 49 56 53 65 61 72 63 68 |irus...'IVSearch| 000004f0 27 20 69 73 20 61 20 70 72 6f 67 72 61 6d 20 74 |' is a program t| 00000500 68 61 74 20 77 69 6c 6c 20 63 68 65 63 6b 20 65 |hat will check e| 00000510 76 65 72 79 20 70 61 72 74 20 6f 66 20 61 20 66 |very part of a f| 00000520 6c 6f 70 70 79 20 64 69 73 63 2c 20 68 61 72 64 |loppy disc, hard| 00000530 0a 64 69 73 63 20 6f 72 20 61 6e 79 20 6f 74 68 |.disc or any oth| 00000540 65 72 20 73 75 63 68 20 66 69 6c 69 6e 67 20 73 |er such filing s| 00000550 79 73 74 65 6d 2e 20 49 74 20 69 73 20 73 74 72 |ystem. It is str| 00000560 6f 6e 67 6c 79 20 61 64 76 69 73 65 64 20 74 6f |ongly advised to| 00000570 20 63 68 65 63 6b 20 45 56 45 52 59 0a 66 6c 6f | check EVERY.flo| 00000580 70 70 79 20 64 69 73 63 20 79 6f 75 20 70 6f 73 |ppy disc you pos| 00000590 73 65 73 73 2c 20 61 6c 73 6f 20 74 68 65 20 68 |sess, also the h| 000005a0 61 72 64 20 64 69 73 63 20 69 66 20 79 6f 75 20 |ard disc if you | 000005b0 68 61 76 65 20 6f 6e 65 2c 20 61 6e 64 20 61 6c |have one, and al| 000005c0 73 6f 20 74 68 65 0a 6e 65 74 77 6f 72 6b 20 69 |so the.network i| 000005d0 66 20 79 6f 75 20 75 73 65 20 6f 6e 65 2e 20 4e |f you use one. N| 000005e0 65 74 77 6f 72 6b 20 75 73 65 72 73 20 2d 20 73 |etwork users - s| 000005f0 65 65 20 6c 61 74 65 72 2e 0a 0a 4c 6f 61 64 20 |ee later...Load | 00000600 74 68 65 20 70 72 6f 67 72 61 6d 20 62 79 20 64 |the program by d| 00000610 6f 75 62 6c 65 2d 63 6c 69 63 6b 69 6e 67 20 6f |ouble-clicking o| 00000620 6e 20 69 74 2c 20 61 6e 64 20 69 74 20 77 69 6c |n it, and it wil| 00000630 6c 20 74 68 65 6e 20 69 6e 73 74 61 6c 6c 20 69 |l then install i| 00000640 74 73 65 6c 66 0a 6f 6e 20 74 68 65 20 69 63 6f |tself.on the ico| 00000650 6e 20 62 61 72 2e 20 41 20 63 6c 69 63 6b 20 6f |n bar. A click o| 00000660 6e 20 69 74 73 20 69 63 6f 6e 20 77 69 74 68 20 |n its icon with | 00000670 65 69 74 68 65 72 20 74 68 65 20 73 65 6c 65 63 |either the selec| 00000680 74 20 6f 72 20 61 64 6a 75 73 74 20 62 75 74 74 |t or adjust butt| 00000690 6f 6e 0a 77 69 6c 6c 20 62 72 69 6e 67 20 75 70 |on.will bring up| 000006a0 20 61 20 77 69 6e 64 6f 77 3b 20 74 68 65 20 6d | a window; the m| 000006b0 65 6e 75 20 62 75 74 74 6f 6e 20 77 69 6c 6c 20 |enu button will | 000006c0 67 69 76 65 20 79 6f 75 20 74 68 65 20 6f 70 74 |give you the opt| 000006d0 69 6f 6e 20 6f 66 20 71 75 69 74 74 69 6e 67 0a |ion of quitting.| 000006e0 74 68 65 20 70 72 6f 67 72 61 6d 2e 0a 0a 54 68 |the program...Th| 000006f0 65 20 77 69 6e 64 6f 77 20 73 68 6f 77 73 20 73 |e window shows s| 00000700 6f 6d 65 20 6e 75 6d 62 65 72 73 20 61 74 20 74 |ome numbers at t| 00000710 68 65 20 74 6f 70 20 2d 20 74 68 65 73 65 20 61 |he top - these a| 00000720 72 65 20 61 64 66 73 20 64 72 69 76 65 73 2e 20 |re adfs drives. | 00000730 43 6c 69 63 6b 69 6e 67 0a 6f 6e 20 61 6e 79 20 |Clicking.on any | 00000740 6f 66 20 74 68 65 6d 20 77 69 6c 6c 20 68 69 67 |of them will hig| 00000750 68 6c 69 67 68 74 20 69 74 20 61 6e 64 20 61 6c |hlight it and al| 00000760 73 6f 20 75 70 64 61 74 65 20 74 68 65 20 64 69 |so update the di| 00000770 73 70 6c 61 79 20 62 65 6c 6f 77 20 69 74 2e 20 |splay below it. | 00000780 44 72 69 76 65 73 0a 30 20 74 6f 20 33 20 61 72 |Drives.0 to 3 ar| 00000790 65 20 66 6c 6f 70 70 79 20 64 72 69 76 65 73 20 |e floppy drives | 000007a0 28 30 20 61 6e 64 20 31 20 62 65 69 6e 67 20 74 |(0 and 1 being t| 000007b0 68 65 20 6d 6f 73 74 20 63 6f 6d 6d 6f 6e 6c 79 |he most commonly| 000007c0 20 75 73 65 64 29 20 61 6e 64 20 64 72 69 76 65 | used) and drive| 000007d0 73 0a 34 20 61 6e 64 20 35 20 61 72 65 20 68 61 |s.4 and 5 are ha| 000007e0 72 64 20 64 69 73 63 73 2e 20 49 66 20 79 6f 75 |rd discs. If you| 000007f0 20 6f 6e 6c 79 20 68 61 76 65 20 6f 6e 65 20 66 | only have one f| 00000800 6c 6f 70 70 79 20 64 72 69 76 65 2c 20 69 74 20 |loppy drive, it | 00000810 69 73 20 64 72 69 76 65 20 30 2e 0a 49 66 20 79 |is drive 0..If y| 00000820 6f 75 20 6f 6e 6c 79 20 68 61 76 65 20 6f 6e 65 |ou only have one| 00000830 20 68 61 72 64 20 64 69 73 63 2c 20 69 74 20 77 | hard disc, it w| 00000840 69 6c 6c 20 62 65 20 64 72 69 76 65 20 34 2e 0a |ill be drive 4..| 00000850 0a 54 68 65 20 6e 65 78 74 20 70 61 72 74 20 69 |.The next part i| 00000860 73 20 6e 61 6d 65 64 20 27 44 65 76 69 63 65 20 |s named 'Device | 00000870 69 64 65 6e 74 69 66 69 65 72 27 2e 20 54 68 69 |identifier'. Thi| 00000880 73 20 69 73 20 74 68 65 20 70 72 65 66 69 78 20 |s is the prefix | 00000890 67 69 76 65 6e 20 69 6e 20 74 68 65 0a 64 69 72 |given in the.dir| 000008a0 65 63 74 6f 72 79 20 6e 61 6d 65 20 77 68 65 6e |ectory name when| 000008b0 20 61 20 64 69 73 63 20 69 73 20 64 69 73 70 6c | a disc is displ| 000008c0 61 79 65 64 20 6f 6e 20 74 68 65 20 73 63 72 65 |ayed on the scre| 000008d0 65 6e 20 65 67 2e 20 61 64 66 73 3a 20 20 52 41 |en eg. adfs: RA| 000008e0 4d 3a 20 20 4e 65 74 3a 0a 42 79 20 63 6c 69 63 |M: Net:.By clic| 000008f0 6b 69 6e 67 20 69 6e 20 74 68 69 73 20 77 72 69 |king in this wri| 00000900 74 65 61 62 6c 65 20 69 63 6f 6e 2c 20 74 68 65 |teable icon, the| 00000910 20 64 65 76 69 63 65 20 69 64 65 6e 74 69 66 69 | device identifi| 00000920 65 72 20 63 61 6e 20 62 65 20 61 6c 74 65 72 65 |er can be altere| 00000930 64 0a 73 6f 20 74 68 61 74 20 6f 74 68 65 72 20 |d.so that other | 00000940 66 69 6c 69 6e 67 20 73 79 73 74 65 6d 73 20 61 |filing systems a| 00000950 6e 64 2f 6f 72 20 64 72 69 76 65 20 6e 75 6d 62 |nd/or drive numb| 00000960 65 72 73 20 63 61 6e 20 62 65 20 63 68 65 63 6b |ers can be check| 00000970 65 64 2e 20 57 68 65 6e 20 74 68 65 0a 64 72 69 |ed. When the.dri| 00000980 76 65 20 68 61 73 20 62 65 65 6e 20 65 6e 74 65 |ve has been ente| 00000990 72 65 64 2c 20 73 69 6d 70 6c 79 20 63 6c 69 63 |red, simply clic| 000009a0 6b 20 6f 6e 20 27 47 6f 27 20 61 6e 64 20 74 68 |k on 'Go' and th| 000009b0 65 20 64 72 69 76 65 20 77 69 6c 6c 20 62 65 20 |e drive will be | 000009c0 63 68 65 63 6b 65 64 2e 0a 0a 54 68 65 20 62 6f |checked...The bo| 000009d0 74 74 6f 6d 20 73 65 63 74 69 6f 6e 20 6f 66 20 |ttom section of | 000009e0 74 68 65 20 77 69 6e 64 6f 77 20 69 73 20 75 73 |the window is us| 000009f0 65 64 20 77 68 69 6c 73 74 20 74 68 65 20 70 72 |ed whilst the pr| 00000a00 6f 67 72 61 6d 20 69 73 20 72 75 6e 6e 69 6e 67 |ogram is running| 00000a10 2e 20 54 68 65 0a 62 6f 78 20 61 66 74 65 72 20 |. The.box after | 00000a20 27 53 65 61 72 63 68 69 6e 67 2e 2e 2e 27 20 73 |'Searching...' s| 00000a30 68 6f 77 73 20 68 6f 77 20 74 68 65 20 70 72 6f |hows how the pro| 00000a40 67 72 61 6d 20 69 73 20 70 72 6f 67 72 65 73 73 |gram is progress| 00000a50 69 6e 67 20 74 68 72 6f 75 67 68 20 74 68 65 0a |ing through the.| 00000a60 64 69 73 63 2e 20 49 66 20 74 68 65 20 76 69 72 |disc. If the vir| 00000a70 75 73 20 69 73 20 66 6f 75 6e 64 2c 20 74 68 65 |us is found, the| 00000a80 6e 20 74 68 65 20 73 65 63 74 69 6f 6e 20 27 52 |n the section 'R| 00000a90 65 70 61 69 72 69 6e 67 2e 2e 2e 27 20 77 69 6c |epairing...' wil| 00000aa0 6c 20 73 68 6f 77 20 74 68 65 0a 6f 66 66 65 6e |l show the.offen| 00000ab0 64 69 6e 67 20 70 61 72 74 2e 20 54 68 69 73 20 |ding part. This | 00000ac0 70 72 6f 67 72 61 6d 20 77 69 6c 6c 20 74 68 65 |program will the| 00000ad0 6e 20 63 6f 72 72 65 63 74 20 74 68 61 74 20 61 |n correct that a| 00000ae0 70 70 6c 69 63 61 74 69 6f 6e 2c 20 73 6f 20 74 |pplication, so t| 00000af0 68 61 74 20 74 68 65 0a 76 69 72 75 73 20 69 73 |hat the.virus is| 00000b00 20 72 65 6d 6f 76 65 64 2e 0a 0a 57 68 65 6e 20 | removed...When | 00000b10 74 68 65 20 70 72 6f 67 72 61 6d 20 68 61 73 20 |the program has | 00000b20 66 69 6e 69 73 68 65 64 2c 20 79 6f 75 20 63 61 |finished, you ca| 00000b30 6e 20 69 6e 73 65 72 74 20 66 75 72 74 68 65 72 |n insert further| 00000b40 20 64 69 73 63 73 20 61 6e 64 20 63 68 65 63 6b | discs and check| 00000b50 20 74 68 65 6d 0a 69 6e 20 61 20 73 69 6d 69 6c | them.in a simil| 00000b60 61 72 20 6d 61 6e 6e 65 72 2e 20 44 4f 20 4e 4f |ar manner. DO NO| 00000b70 54 20 62 72 69 6e 67 20 75 70 20 74 68 65 69 72 |T bring up their| 00000b80 20 64 69 72 65 63 74 6f 72 79 20 64 69 73 70 6c | directory displ| 00000b90 61 79 20 2d 20 74 68 69 73 20 63 6f 75 6c 64 0a |ay - this could.| 00000ba0 63 61 75 73 65 20 74 68 65 20 76 69 72 75 73 20 |cause the virus | 00000bb0 74 6f 20 6c 6f 61 64 20 75 70 2c 20 69 66 20 69 |to load up, if i| 00000bc0 74 20 69 73 20 70 72 65 73 65 6e 74 2c 20 6f 72 |t is present, or| 00000bd0 20 72 65 2d 69 6e 66 65 63 74 20 74 68 65 20 64 | re-infect the d| 00000be0 69 73 63 20 61 67 61 69 6e 2e 20 0a 57 68 65 6e |isc again. .When| 00000bf0 20 79 6f 75 20 68 61 76 65 20 66 69 6e 69 73 68 | you have finish| 00000c00 65 64 20 75 73 69 6e 67 20 49 56 53 65 61 72 63 |ed using IVSearc| 00000c10 68 2c 20 72 65 73 65 74 20 74 68 65 20 63 6f 6d |h, reset the com| 00000c20 70 75 74 65 72 20 74 6f 20 63 6c 65 61 72 20 6f |puter to clear o| 00000c30 75 74 20 61 6e 79 0a 76 69 72 75 73 20 74 68 61 |ut any.virus tha| 00000c40 74 20 6d 61 79 20 68 61 76 65 20 6c 6f 61 64 65 |t may have loade| 00000c50 64 2e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |d.. | 00000c60 20 20 20 20 20 20 20 20 20 0a 0a 4e 6f 74 65 3a | ..Note:| 00000c70 20 69 66 20 79 6f 75 20 75 73 65 20 61 72 63 68 | if you use arch| 00000c80 69 76 69 6e 67 20 73 6f 66 74 77 61 72 65 20 28 |iving software (| 00000c90 65 67 2e 20 21 53 70 61 72 6b 29 20 69 74 20 69 |eg. !Spark) it i| 00000ca0 73 20 70 6f 73 73 69 62 6c 65 20 74 68 61 74 20 |s possible that | 00000cb0 74 68 69 73 0a 76 69 72 75 73 20 68 61 73 20 62 |this.virus has b| 00000cc0 65 65 6e 20 69 6e 63 6f 72 70 6f 72 61 74 65 64 |een incorporated| 00000cd0 20 69 6e 74 6f 20 61 6e 79 20 61 72 63 68 69 76 | into any archiv| 00000ce0 65 73 20 79 6f 75 20 68 61 76 65 20 6d 61 64 65 |es you have made| 00000cf0 2e 20 43 68 65 63 6b 20 61 6e 79 0a 61 72 63 68 |. Check any.arch| 00000d00 69 76 65 20 66 6f 72 20 74 68 65 20 70 72 65 73 |ive for the pres| 00000d10 65 6e 63 65 20 6f 66 20 74 68 65 20 76 69 72 75 |ence of the viru| 00000d20 73 20 69 66 20 74 68 69 73 20 69 73 20 74 68 65 |s if this is the| 00000d30 20 63 61 73 65 2e 20 49 74 20 69 73 20 6f 6e 6c | case. It is onl| 00000d40 79 0a 6e 65 63 65 73 73 61 72 79 20 74 6f 20 63 |y.necessary to c| 00000d50 68 65 63 6b 20 61 72 63 68 69 76 65 73 20 6f 66 |heck archives of| 00000d60 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 28 62 | applications (b| 00000d70 65 67 69 6e 6e 69 6e 67 20 77 69 74 68 20 61 20 |eginning with a | 00000d80 21 20 63 68 61 72 61 63 74 65 72 29 3b 0a 64 61 |! character);.da| 00000d90 74 61 20 69 73 20 6e 6f 74 20 61 66 66 65 63 74 |ta is not affect| 00000da0 65 64 2e 0a 0a 4e 65 74 77 6f 72 6b 20 75 73 65 |ed...Network use| 00000db0 72 73 20 2d 20 49 74 20 69 73 20 6e 65 63 65 73 |rs - It is neces| 00000dc0 73 61 72 79 20 74 6f 20 63 68 65 63 6b 20 74 68 |sary to check th| 00000dd0 65 20 65 6e 74 69 72 65 20 64 69 73 63 2e 20 54 |e entire disc. T| 00000de0 68 69 73 20 77 69 6c 6c 20 72 65 71 75 69 72 65 |his will require| 00000df0 0a 6f 77 6e 65 72 20 61 63 63 65 73 73 20 28 70 |.owner access (p| 00000e00 72 69 76 69 6c 65 67 65 29 20 74 6f 20 74 68 65 |rivilege) to the| 00000e10 20 72 6f 6f 74 20 64 69 72 65 63 74 6f 72 79 20 | root directory | 00000e20 24 2e 20 4e 6f 74 65 20 61 6c 73 6f 20 74 68 61 |$. Note also tha| 00000e30 74 20 64 65 65 70 0a 64 69 72 65 63 74 6f 72 79 |t deep.directory| 00000e40 20 73 74 72 75 63 74 75 72 65 73 20 63 61 6e 20 | structures can | 00000e50 6f 66 74 65 6e 20 67 69 76 65 20 72 69 73 65 20 |often give rise | 00000e60 74 6f 20 65 72 72 6f 72 73 20 28 27 4e 65 74 20 |to errors ('Net | 00000e70 45 72 72 6f 72 27 29 2e 20 54 68 69 73 20 69 73 |Error'). This is| 00000e80 20 64 75 65 0a 74 6f 20 74 68 65 20 6e 65 74 77 | due.to the netw| 00000e90 6f 72 6b 20 73 6f 66 74 77 61 72 65 20 69 74 73 |ork software its| 00000ea0 65 6c 66 2c 20 61 73 20 65 76 65 6e 20 74 68 65 |elf, as even the| 00000eb0 20 6e 6f 72 6d 61 6c 20 44 65 73 6b 74 6f 70 20 | normal Desktop | 00000ec0 6f 70 65 72 61 74 69 6f 6e 73 20 73 75 63 68 20 |operations such | 00000ed0 61 73 0a 64 65 6c 65 74 69 6e 67 20 63 61 6e 20 |as.deleting can | 00000ee0 66 61 69 6c 20 69 6e 20 74 68 69 73 20 73 69 74 |fail in this sit| 00000ef0 75 61 74 69 6f 6e 2e 20 49 66 20 74 68 69 73 20 |uation. If this | 00000f00 68 61 70 70 65 6e 73 2c 20 79 6f 75 20 77 69 6c |happens, you wil| 00000f10 6c 20 68 61 76 65 20 74 6f 20 73 65 74 0a 79 6f |l have to set.yo| 00000f20 75 72 20 63 75 72 72 65 6e 74 20 64 69 72 65 63 |ur current direc| 00000f30 74 6f 72 79 2e 20 50 72 65 73 73 20 66 75 6e 63 |tory. Press func| 00000f40 74 69 6f 6e 20 6b 65 79 20 66 31 32 20 61 6e 64 |tion key f12 and| 00000f50 20 65 6e 74 65 72 20 3a 20 0a 20 20 20 20 2a 44 | enter : . *D| 00000f60 49 52 20 6e 65 74 3a 24 2e 41 70 70 73 2e 47 65 |IR net:$.Apps.Ge| 00000f70 6e 65 72 61 6c 2e 57 6f 72 6b 2e 2e 2e 2e 2e 65 |neral.Work.....e| 00000f80 74 63 20 20 20 0a 69 65 2e 20 74 68 65 20 64 69 |tc .ie. the di| 00000f90 72 65 63 74 6f 72 79 20 73 68 6f 77 6e 20 69 6e |rectory shown in| 00000fa0 20 27 53 65 61 72 63 68 69 6e 67 2e 2e 2e 27 20 | 'Searching...' | 00000fb0 77 68 65 6e 20 74 68 65 20 65 72 72 6f 72 20 6f |when the error o| 00000fc0 63 63 75 72 65 64 2e 20 53 65 74 20 74 68 65 0a |ccured. Set the.| 00000fd0 27 44 65 76 69 63 65 20 69 64 65 6e 74 69 66 69 |'Device identifi| 00000fe0 65 72 27 20 74 6f 20 6a 75 73 74 20 20 6e 65 74 |er' to just net| 00000ff0 3a 40 20 20 61 6e 64 20 63 6c 69 63 6b 20 6f 6e |:@ and click on| 00001000 20 27 47 6f 27 2e 20 49 66 20 74 68 69 73 20 73 | 'Go'. If this s| 00001010 69 74 75 61 74 69 6f 6e 0a 68 61 70 70 65 6e 73 |ituation.happens| 00001020 20 66 75 72 74 68 65 72 2c 20 79 6f 75 20 68 61 | further, you ha| 00001030 76 65 20 74 6f 20 70 72 6f 67 72 65 73 73 69 76 |ve to progressiv| 00001040 65 6c 79 20 73 65 74 20 74 68 65 20 63 75 72 72 |ely set the curr| 00001050 65 6e 74 20 64 69 72 65 63 74 6f 72 79 20 28 75 |ent directory (u| 00001060 73 69 6e 67 0a 2a 44 49 52 20 2e 2e 2e 2e 29 20 |sing.*DIR ....) | 00001070 66 75 72 74 68 65 72 20 69 6e 74 6f 20 74 68 65 |further into the| 00001080 20 64 69 72 65 63 74 6f 72 79 20 73 74 72 75 63 | directory struc| 00001090 74 75 72 65 2c 20 61 6e 64 20 73 63 61 6e 20 66 |ture, and scan f| 000010a0 72 6f 6d 20 74 68 65 72 65 20 6f 6e 2e 0a 52 65 |rom there on..Re| 000010b0 6d 65 6d 62 65 72 20 74 6f 20 73 63 61 6e 20 74 |member to scan t| 000010c0 68 65 20 72 65 73 74 20 6f 66 20 74 68 65 20 64 |he rest of the d| 000010d0 69 73 63 20 61 66 74 65 72 77 61 72 64 73 2e 0a |isc afterwards..| 000010e0 0a |.| 000010e1