Attention - Virus Attack Last week, a helpful reader sent me a disk with some material for these pages. I haven't read it, because my first move with any disk from an unknown source is to call up McAfee's SCAN program. So, putting the strange disk in drive A:, I typed SCAN A:. SCAN leapt off my hard disk and into action, and quickly told me I had the CANSU virus in the boot sector of the new floppy. Next move, get McAfee's CLEAN to clean it up. Bad news. CLEAN said "sorry, I don't know anything about the CANSU virus." Strange, I thought, that equivalent versions of SCAN and CLEAN know not what the other is about. It happened at this time that my son was staying, complete with his computer. He uses Central Point Anti-virus (CPAV), so gave him the disk with CANSU on it. CPAV promptly informed us that we had the SIGALIT virus, and it would clean it up. 90 minutes later it was still working hard, when we got tired and went to bed. Next day I decided to try DOS 6 on this unwanted visitor. Getting my DOS prompt, I typed MSAV and Enter. There was a menu and I selected Detect and Clean, having first specified Drive A: Expecting another 90-minute wait, I was walking away when the computer gave a throaty grunt and announced that the disk was clean. A check with SCAN and CPAV confirmed this. Full marks, DOS 6! Interesting, though, that we are told that CPAV is he parent of DOS's MSAV! As a footnote to this, Brian Adeney of the Retired Persons SIG has been in touch with Microsoft Technical Support. The conclusion reached was that you shouldn't need to use a continuous virus checker unless your situation is very high risk (an infected floppy is high enough for me!). This "solves" the problem I reported a couple of months back, that with continuous checking DOS 6 is unbearably slow. DOS 6 Revisited (Again) Yes, more about DOS 6, which has at least grabbed everybody's attention with its plethora of new features at which we can all hurl insults and contempt. Back off on the contempt, people, there are many advantages for you in DOS 6. See above for one of them. INSTALLHIGH An undocumented command which enables you to load Terminate and Stay Resident (TSR) programs from CONFIG.SYS. Why, when you have LOADHIGH from your AUTOEXEC.BAT file doing the same thing. Because INSTALLHIGH allows the use of the F5 and F8 keys, as well as the question mark parameter. If you haven't read your manual, pressing F5 during Startup causes DOS to bypass your CONFIG.SYS and AUTOEXEC.BAT files. F8 enables you to step through CONFIG.SYS one command at a time, nswering Yes or No to each one. This confirms or ypasses each command in turn and when you have finished making a mess, F5 bypasses all the rest of the commands. This procedure doesn't alter your files in any way, so by rebooting (Ctrl+Alt+Del) your startup files will behave normally. Also, for TSRs you don't always need you can save memory by adding the question mark. For example, this command in your CONFIG.SYS file will cause DOS to prompt you before executing. For example INSTALLHIGH?=C:\MOUSE\MOUSE.COM will ask for a Y/N answer before loading your mouse driver. ZAP
To really live dangerously, make this DOSKEY macro called ZAP (make some backups too, and know about your UNDELETE command). At a prompt, enter the following command:
Many users find the DOS limit on commands of 127 characters particularly painful with long PATH statements. Your PATH statement length can be only 122 characters, since you have to start with PATH=. DOS 6, however, breaks through this limit by allowing PATH statements to be created in CONFIG.SYS with a SET command (PATH statements are normally placed in AUTOEXEC.BAT). |