home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / antivir2.zip / NOVIRUS.DOC < prev    next >
Text File  |  1988-01-24  |  1KB  |  39 lines

  1. NOVIRUS.EXE
  2.  
  3. (C) 1988 Yan Seiner
  4. 223-C King St., Princeton, NJ 08540
  5.  
  6. This program is distributed with source, written in Turbo C.  It may not be
  7. distributed without the source or this documentation.  If you find it of
  8. use, a contribution of $10 would be greatly appreciated.  It may not be
  9. used as part of a commercial product without the written permission of
  10. the author.
  11.  
  12. Please send any bug reports to the above address.  With your help, we can
  13. stop viruses from spreading.
  14.  
  15. NOVIRUS will scan a command processor and correct it from a known good copy
  16. if necessary.
  17.  
  18. syntax:
  19.  
  20. novirus [drive:] [path] com1 [drive:] [path] com2
  21.  
  22. where com1 is your current command processor (usually command.com) and com2
  23. is a known good copy of it, say in c:\system\dos\command.com.  I suggest
  24. you put this into your autoexec.bat file, and have it check your command
  25. processor every time you boot.
  26.  
  27. As a precaution, I suggest changing the name of command.com to something
  28. different (see your DOS manual and the SHELL command for config.sys on how
  29. to do this.)
  30.  
  31. NOVIRUS will only work if you are comparing command processors from the
  32. same version of DOS.  If two disks are used, both must have been formatted
  33. with the same version.
  34.  
  35. Lastly, I cannot take responsibility if a virus or trojan horse trashes
  36. your hard disk.  Backup early and often.  NOVIRUS uses DOS interrupts, so
  37. any virus monitoring these may be able to circumvent it.
  38.  
  39.